Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientsAction ¶ added in v0.0.10
type ClientsAction struct {
actionutils.ParentAction
}
func (*ClientsAction) Init ¶ added in v0.0.10
func (this *ClientsAction) Init()
func (*ClientsAction) RunGet ¶ added in v0.0.10
func (this *ClientsAction) RunGet(params struct { ServerId int64 Month string })
type DailyRequestsAction ¶ added in v0.2.0
type DailyRequestsAction struct {
actionutils.ParentAction
}
func (*DailyRequestsAction) Init ¶ added in v0.2.0
func (this *DailyRequestsAction) Init()
func (*DailyRequestsAction) RunGet ¶ added in v0.2.0
func (this *DailyRequestsAction) RunGet(params struct { ServerId int64 })
type HourlyRequestsAction ¶ added in v0.2.0
type HourlyRequestsAction struct {
actionutils.ParentAction
}
func (*HourlyRequestsAction) Init ¶ added in v0.2.0
func (this *HourlyRequestsAction) Init()
func (*HourlyRequestsAction) RunGet ¶ added in v0.2.0
func (this *HourlyRequestsAction) RunGet(params struct { ServerId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { ServerId int64 })
type ProvidersAction ¶ added in v0.0.10
type ProvidersAction struct {
actionutils.ParentAction
}
func (*ProvidersAction) Init ¶ added in v0.0.10
func (this *ProvidersAction) Init()
func (*ProvidersAction) RunGet ¶ added in v0.0.10
func (this *ProvidersAction) RunGet(params struct { ServerId int64 Month string })
type RegionsAction ¶ added in v0.2.0
type RegionsAction struct {
actionutils.ParentAction
}
func (*RegionsAction) Init ¶ added in v0.2.0
func (this *RegionsAction) Init()
func (*RegionsAction) RunGet ¶ added in v0.2.0
func (this *RegionsAction) RunGet(params struct { ServerId int64 Month string })
Click to show internal directories.
Click to hide internal directories.