Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllOrderUser ¶ added in v0.1.7
func NewAllOrderUser ¶ added in v0.1.7
func NewAllOrderUser() *AllOrderUser
type ClusterUserNum ¶ added in v0.1.32
type History ¶ added in v0.0.6
type History struct { Machine string History *user.HistoryMessage }
type MachineInfo ¶ added in v0.0.9
type MachineInfos ¶ added in v0.0.9
type MachineInfos struct { List []*MachineInfo `json:"cluster"` Total int `json:"total"` }
type Page ¶
func (*Page) AddPageUser ¶
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
func (*Query) AddQuery ¶
func (query *Query) AddQuery(handleName string, handle core.RegisterHandle, handler func(http.ResponseWriter, *http.Request))
type ResponseMsg ¶ added in v0.1.19
func NewResponseMsg ¶ added in v0.1.19
func NewResponseMsg(fa bool) *ResponseMsg
type Server ¶
type Server struct { core.IHttpServer // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.