127
docs/docs.go
127
docs/docs.go
@@ -56,7 +56,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_auth.ExchangeResult"
|
||||
"$ref": "#/definitions/service_auth.ExchangeResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -156,7 +156,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_auth.MagicResult"
|
||||
"$ref": "#/definitions/service_auth.MagicResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -561,7 +561,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_event.CheckinResult"
|
||||
"$ref": "#/definitions/service_event.CheckinResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -641,7 +641,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_event.CheckinQueryResult"
|
||||
"$ref": "#/definitions/service_event.CheckinQueryResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -785,7 +785,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_event.InfoResult"
|
||||
"$ref": "#/definitions/service_event.InfoResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -879,7 +879,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_user.UserTableResult"
|
||||
"$ref": "#/definitions/service_user.UserTableResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1261,30 +1261,6 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"exception.Builder": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"endpoint": {
|
||||
"type": "string"
|
||||
},
|
||||
"error": {},
|
||||
"errorCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"original": {
|
||||
"type": "string"
|
||||
},
|
||||
"service": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_auth.ExchangeData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -1299,19 +1275,11 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_auth.ExchangeResult": {
|
||||
"service_auth.ExchangeResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common": {
|
||||
"$ref": "#/definitions/shared.CommonResult"
|
||||
},
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"redirect_uri": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"redirect_uri": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1338,13 +1306,12 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_auth.MagicResult": {
|
||||
"service_auth.MagicResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common": {
|
||||
"$ref": "#/definitions/shared.CommonResult"
|
||||
},
|
||||
"data": {}
|
||||
"uri": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_auth.RefreshData": {
|
||||
@@ -1374,35 +1341,19 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_event.CheckinQueryResult": {
|
||||
"service_event.CheckinQueryResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common": {
|
||||
"$ref": "#/definitions/shared.CommonResult"
|
||||
},
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"checkin_at": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"checkin_at": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_event.CheckinResult": {
|
||||
"service_event.CheckinResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common": {
|
||||
"$ref": "#/definitions/shared.CommonResult"
|
||||
},
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"checkin_code": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"checkin_code": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1414,25 +1365,17 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_event.InfoResult": {
|
||||
"service_event.InfoResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common": {
|
||||
"$ref": "#/definitions/shared.CommonResult"
|
||||
"end_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"end_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1468,12 +1411,9 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_user.UserTableResult": {
|
||||
"service_user.UserTableResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common": {
|
||||
"$ref": "#/definitions/shared.CommonResult"
|
||||
},
|
||||
"user_table": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -1482,17 +1422,6 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"shared.CommonResult": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"exception": {
|
||||
"$ref": "#/definitions/exception.Builder"
|
||||
},
|
||||
"httpCode": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"utils.RespStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user