Skip to content

Commit

Permalink
Merge pull request #6 from juanjiTech/feat/sync
Browse files Browse the repository at this point in the history
feat: sync/group
  • Loading branch information
GoldenSheep402 authored Sep 26, 2023
2 parents 006fae4 + 9a936e3 commit 9931e21
Show file tree
Hide file tree
Showing 10 changed files with 1,238 additions and 362 deletions.
44 changes: 44 additions & 0 deletions gen/openapi/sync/v1/group.swagger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"swagger": "2.0",
"info": {
"title": "sync/v1/group.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": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
}
}
}
Loading

0 comments on commit 9931e21

Please sign in to comment.