internal

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLogger added in v0.2.0

func NewLogger(config *api.EquinoxConfig) (*zap.Logger, error)

Creates a new zap.Logger from the configuration parameters provided.

func NewTestEquinoxConfig added in v0.5.0

func NewTestEquinoxConfig() *api.EquinoxConfig

Creates an EquinoxConfig for tests.

Types

type InternalClient

type InternalClient struct {
	IsCacheEnabled bool
	IsRetryEnabled bool
	// contains filtered or unexported fields
}

func NewInternalClient added in v0.2.0

func NewInternalClient(config *api.EquinoxConfig) (*InternalClient, error)

Returns a new InternalClient using the configuration provided.

func (*InternalClient) Execute added in v0.17.0

func (c *InternalClient) Execute(request *http.Request, target any) error

Performs a GET request to the Riot API.

func (*InternalClient) GetDDragonLOLVersions added in v0.17.0

func (c *InternalClient) GetDDragonLOLVersions(client string, endpoint string, method string) ([]string, error)

func (*InternalClient) GetInternalLogger added in v0.17.0

func (c *InternalClient) GetInternalLogger() *zap.Logger

func (*InternalClient) Logger added in v0.7.0

func (c *InternalClient) Logger(client string, endpoint string, method string) *zap.Logger

Used to access the internal logger, this is used to log events from other clients (RiotClient, LOLClient...).

func (*InternalClient) Request added in v0.17.0

func (c *InternalClient) Request(base string, method string, route any, url string, body any) (*http.Request, error)

Creates a request to the provided route and URL.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL