Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct {
Title string `json:"title"`
Author string `json:"author"`
Description string `json:"description"`
Sign string `json:"-"`
Req *Request `json:"request"`
Resp *Response `json:"response"`
Env *cel.Env `json:"-"`
}
Body is the module body.
Click to show internal directories.
Click to hide internal directories.