15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
|
syntax = "v1"
|
||
|
|
||
|
info (
|
||
|
title: // TODO: add title
|
||
|
desc: // TODO: add description
|
||
|
author: ""
|
||
|
email: ""
|
||
|
)
|
||
|
|
||
|
type response {
|
||
|
Code int `json:"code"`
|
||
|
Message string `json:"msg"`
|
||
|
Data interface{} `json:"data"`
|
||
|
}
|