Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InSliceStr ¶
func InSliceStrFuzzy ¶
Types ¶
type DataReq ¶
type DataReq struct {
Meta DataReqMeta `json:"meta"`
Header map[string]string `json:"header"`
Body string `json:"body"`
}
type DataReqMeta ¶
type DataResp ¶
type DataResp struct {
Meta DataRespMeta `json:"meta"`
Header map[string]string `json:"header"`
Body string `json:"body"`
}
type DataRespMeta ¶
Click to show internal directories.
Click to hide internal directories.