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 PageTimeWheelLog ¶ added in v0.2.2
type PageTimeWheelLog struct { MachineAddress string MachineId string TimeWheelLogs []*TimeWheelLog }
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 }
type TimeWheelLog ¶ added in v0.2.2
type TimeWheelLogsByAsc ¶ added in v0.2.2
type TimeWheelLogsByAsc []*TimeWheelLog
func (TimeWheelLogsByAsc) Len ¶ added in v0.2.2
func (p TimeWheelLogsByAsc) Len() int
func (TimeWheelLogsByAsc) Less ¶ added in v0.2.2
func (p TimeWheelLogsByAsc) Less(i, j int) bool
func (TimeWheelLogsByAsc) Swap ¶ added in v0.2.2
func (p TimeWheelLogsByAsc) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.