11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
syntax = "v1"
|
|
|
|
import "request.api"
|
|
type Bar {
|
|
Foo int `json:"foo"`
|
|
Bar bool `json:"bar"`
|
|
Baz
|
|
Qux map[string]string `json:"qux"`
|
|
}
|
|
|