Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpBody ¶
type HttpBody struct {
Data interface{} `json:"data"`
}
func NewHttpBody ¶
func NewHttpBody(data interface{}) HttpBody
Click to show internal directories.
Click to hide internal directories.