Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestReply ¶
type RestReply struct { Code int `json:"code"` Reason string `json:"reason"` Msg string `json:"msg"` TraceId string `json:"traceId"` Timestamp int64 `json:"timestamp"` Data interface{} `json:"data"` }
RestReply http 导出
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CreateUser ¶
type ValidatorStruct ¶
type ValidatorStruct interface {
Validate() error
}
Click to show internal directories.
Click to hide internal directories.