Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAppStandbyBucket(ctx context.Context) (int32, error)
- func (c *Client) IsAppInactive(ctx context.Context, arg0 string) (bool, error)
- func (c *Client) QueryConfigurations(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
- func (c *Client) QueryEventStats(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
- func (c *Client) QueryEvents1(ctx context.Context, arg0 int64) (int64, error)
- func (c *Client) QueryEvents2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *Client) QueryEventsForSelf(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *Client) QueryUsageStats(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the gRPC StatsManagerService client.
func NewClient ¶
func NewClient(cc grpc.ClientConnInterface) *Client
NewClient creates a new usage client.
func (*Client) GetAppStandbyBucket ¶
GetAppStandbyBucket calls the GetAppStandbyBucket RPC.
func (*Client) IsAppInactive ¶
IsAppInactive calls the IsAppInactive RPC.
func (*Client) QueryConfigurations ¶
func (c *Client) QueryConfigurations(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
QueryConfigurations calls the QueryConfigurations RPC.
func (*Client) QueryEventStats ¶
func (c *Client) QueryEventStats(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
QueryEventStats calls the QueryEventStats RPC.
func (*Client) QueryEvents1 ¶
QueryEvents1 calls the QueryEvents1 RPC.
func (*Client) QueryEvents2_1 ¶
QueryEvents2_1 calls the QueryEvents2_1 RPC.
func (*Client) QueryEventsForSelf ¶
QueryEventsForSelf calls the QueryEventsForSelf RPC.
Click to show internal directories.
Click to hide internal directories.