Documentation
¶
Index ¶
- Variables
- func NewLogger(config *api.EquinoxConfig) zerolog.Logger
- type Client
- func (c *Client) Execute(ctx context.Context, equinoxReq *api.EquinoxRequest, target any) error
- func (c *Client) GetDDragonLOLVersions(ctx context.Context, id string) ([]string, error)
- func (c *Client) Logger(id string) zerolog.Logger
- func (c *Client) Request(ctx context.Context, logger zerolog.Logger, baseURL string, httpMethod string, ...) (*api.EquinoxRequest, error)
- type Loggers
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrConfigurationNotProvided = errors.New("configuration not provided")
)
Functions ¶
Types ¶
type Client ¶ added in v0.19.0
type Client struct {
// contains filtered or unexported fields
}
func NewInternalClient ¶ added in v0.2.0
func NewInternalClient(config *api.EquinoxConfig) (*Client, error)
func (*Client) GetDDragonLOLVersions ¶ added in v0.19.0
Click to show internal directories.
Click to hide internal directories.