Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAssetNotFound = errors.New("asset not found")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ClientOptions) (*Client, error)
func (*Client) GetTotalViews ¶
type ClientOptions ¶
type ClientOptions struct { Prometheus promClient.Config Livepeer livepeer.ClientOptions BigQueryCredentialsJSON string }
Click to show internal directories.
Click to hide internal directories.