Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsJSONDriver ¶
type MetricsJSONDriver struct {
// contains filtered or unexported fields
}
MetricsJSONDriver the JsonDriver struct.
func (*MetricsJSONDriver) Configure ¶
func (d *MetricsJSONDriver) Configure(c *config.Config) error
Configure configures this driver.
func (*MetricsJSONDriver) GetAmountStorage ¶
func (d *MetricsJSONDriver) GetAmountStorage() int64
GetAmountStorage returns the amount of site storage used.
func (*MetricsJSONDriver) GetNumGroups ¶
func (d *MetricsJSONDriver) GetNumGroups() int64
GetNumGroups returns the number of site groups.
func (*MetricsJSONDriver) GetNumUsers ¶
func (d *MetricsJSONDriver) GetNumUsers() int64
GetNumUsers returns the number of site users.
Click to show internal directories.
Click to hide internal directories.