Documentation ¶
Index ¶
- type AccountAction
- type Agent
- func (a *Agent) CanAccessShare(shrId int, trx *sqlx.Tx) (bool, error)
- func (a *Agent) CanCreateEnvironment(acctId int, trx *sqlx.Tx) (bool, error)
- func (a *Agent) CanCreateShare(acctId, envId int, reserved, uniqueName bool, _ sdk.ShareMode, ...) (bool, error)
- func (a *Agent) Handle(u *metrics.Usage) error
- func (a *Agent) Start()
- func (a *Agent) Stop()
- type Bandwidth
- type BandwidthPerPeriod
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAction ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) CanAccessShare ¶
func (*Agent) CanCreateEnvironment ¶
func (*Agent) CanCreateShare ¶
type BandwidthPerPeriod ¶
func DefaultBandwidthPerPeriod ¶
func DefaultBandwidthPerPeriod() *BandwidthPerPeriod
Click to show internal directories.
Click to hide internal directories.