Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { // Configure configures the reader according to the specified configuration Configure(c *config.Config) error // GetNumUsersView returns an OpenCensus stats view which records the // number of users registered in the mesh provider. // Metric name: cs3_org_sciencemesh_site_total_num_users GetNumUsers() int64 // GetNumGroupsView returns an OpenCensus stats view which records the // number of user groups registered in the mesh provider. // Metric name: cs3_org_sciencemesh_site_total_num_groups GetNumGroups() int64 // GetAmountStorageView returns an OpenCensus stats view which records the // amount of storage in the system. // Metric name: cs3_org_sciencemesh_site_total_amount_storage GetAmountStorage() int64 }
Reader the Reader interface
Click to show internal directories.
Click to hide internal directories.