12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
|
syntax = "v1"
|
||
|
|
||
|
|
||
|
type Auth {
|
||
|
Base
|
||
|
Token string `json:"token"`
|
||
|
}
|
||
|
|
||
|
type Base {
|
||
|
Code int `json:"code"`
|
||
|
Message string `json:"message,omitempty"`
|
||
|
}
|