Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionsAction ¶
type ConnectionsAction struct {
actionutils.ParentAction
}
func (*ConnectionsAction) RunPost ¶
func (this *ConnectionsAction) RunPost(params struct { NodeId int64 })
type CpuAction ¶
type CpuAction struct {
actionutils.ParentAction
}
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { NodeId int64 })
type LoadAction ¶
type LoadAction struct {
actionutils.ParentAction
}
func (*LoadAction) RunPost ¶
func (this *LoadAction) RunPost(params struct { NodeId int64 })
type MemoryAction ¶
type MemoryAction struct {
actionutils.ParentAction
}
func (*MemoryAction) RunPost ¶
func (this *MemoryAction) RunPost(params struct { NodeId int64 })
type TrafficInAction ¶
type TrafficInAction struct {
actionutils.ParentAction
}
func (*TrafficInAction) RunPost ¶
func (this *TrafficInAction) RunPost(params struct { NodeId int64 })
type TrafficOutAction ¶
type TrafficOutAction struct {
actionutils.ParentAction
}
func (*TrafficOutAction) RunPost ¶
func (this *TrafficOutAction) RunPost(params struct { NodeId int64 })
Click to show internal directories.
Click to hide internal directories.