移除 多余的文件

This commit is contained in:
ivamp 2024-07-16 01:13:26 +08:00
parent 959b44aa32
commit f54b8656d5

View File

@ -1,44 +0,0 @@
{
"swagger": "2.0",
"info": {
"title": "api/library/library.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"
}
}
}
}
}
}