Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Response ¶
type Response struct { Type ResponseType `json:"type"` Msg string `json:"msg"` FailCode string `json:"failCode"` Data interface{} `json:"data"` }
type ResponseType ¶
type ResponseType string
func (ResponseType) Enum ¶
func (v ResponseType) Enum() (e struct { Pass ResponseType Fail ResponseType })
Click to show internal directories.
Click to hide internal directories.