character

package
v0.0.0-...-d8ef1d0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	FetchCharacter(ctx context.Context, characterID uint) (*athena.Etag, error)
	Character(ctx context.Context, characterID uint) (*athena.Character, error)
	Characters(ctx context.Context, operators ...*athena.Operator) ([]*athena.Character, error)

	FetchCharacterCorporationHistory(ctx context.Context, characterID uint) (*athena.Etag, error)
	CharacterCorporationHistory(ctx context.Context, operators ...*athena.Operator) ([]*athena.CharacterCorporationHistory, error)
}

func NewService

func NewService(logger *logrus.Logger, cache cache.Service, esi esi.Service, corporation corporation.Service, character athena.CharacterRepository) Service

Jump to

Keyboard shortcuts

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