Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQuery ¶
type BigQuery interface { QueryUsageSummary(ctx context.Context, userID string, creatorID string, spec QuerySpec) (*UsageSummaryRow, error) QueryUsageSummaryWithTimestep(ctx context.Context, userID string, creatorID string, spec QuerySpec) (*[]UsageSummaryRow, error) }
func NewBigQuery ¶
func NewBigQuery(opts BigQueryOptions) (BigQuery, error)
type BigQueryOptions ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ClientOptions) (*Client, error)
func (*Client) QuerySummary ¶
func (*Client) QuerySummaryWithTimestep ¶
type ClientOptions ¶
type ClientOptions struct { Livepeer livepeer.ClientOptions BigQueryOptions }
type QueryFilter ¶
type UsageSummaryRow ¶
Click to show internal directories.
Click to hide internal directories.