Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(endpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(endpoint string) BaseClient
type ErrorCode ¶
const ( BadRequest ErrorCode = original.BadRequest InternalServerError ErrorCode = original.InternalServerError ResourceNotFound ErrorCode = original.ResourceNotFound )
func PossibleErrorCodeValues ¶
func PossibleErrorCodeValues() []ErrorCode
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type EventsClient ¶
type EventsClient = original.EventsClient
func NewEventsClient ¶
func NewEventsClient(endpoint string) EventsClient
type InternalError ¶
type InternalError = original.InternalError
type RankRequest ¶
type RankRequest = original.RankRequest
type RankResponse ¶
type RankResponse = original.RankResponse
type RankableAction ¶
type RankableAction = original.RankableAction
type RankedAction ¶
type RankedAction = original.RankedAction
type RewardRequest ¶
type RewardRequest = original.RewardRequest
Click to show internal directories.
Click to hide internal directories.