This commit is contained in:
kingxt
2021-03-04 17:13:07 +08:00
committed by GitHub
parent 39540e21d2
commit 1e4e5a02b2
3 changed files with 20 additions and 19 deletions

View File

@@ -63,14 +63,14 @@ type (
// Route describes api route
Route struct {
Annotation Annotation
Method string
Path string
RequestType Type
ResponseType Type
Docs Doc
Handler string
AtDoc AtDoc
AtServerAnnotation Annotation
Method string
Path string
RequestType Type
ResponseType Type
Docs Doc
Handler string
AtDoc AtDoc
}
// Service describes api service