internal

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: MIT Imports: 12 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 {
	Cluster api.Cluster

	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) DataDragonGet added in v0.13.2

func (c *InternalClient) DataDragonGet(endpointPath string, target interface{}, endpointName string, methodName string) error

Performs a GET request to the Data Dragon API.

func (*InternalClient) Get added in v0.9.0

func (c *InternalClient) Get(route interface{}, endpointPath string, target interface{}, endpointName string, methodName string, authorizationHeader string) error

Performs a GET request to the Riot API.

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) Post added in v0.9.0

func (c *InternalClient) Post(route interface{}, endpointPath string, requestBody interface{}, target interface{}, endpointName string, methodName string, authorizationHeader string) error

Performs a POST request, authorizationHeader can be blank.

func (*InternalClient) Put added in v0.9.0

func (c *InternalClient) Put(route interface{}, endpointPath string, requestBody interface{}, endpointName string, methodName string) error

Performs a PUT request.

Jump to

Keyboard shortcuts

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