Skip to content

Commit

Permalink
define event store model
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 22, 2024
1 parent c0c7e5d commit c735f62
Show file tree
Hide file tree
Showing 6 changed files with 699 additions and 0 deletions.
43 changes: 43 additions & 0 deletions gen/events/v1/events.swagger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"swagger": "2.0",
"info": {
"title": "events/v1/events.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
"type": "object",
"properties": {
"@type": {
"type": "string"
}
},
"additionalProperties": {}
},
"rpcStatus": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/protobufAny"
}
}
}
}
}
}
Loading

0 comments on commit c735f62

Please sign in to comment.