location

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 {
	EmptyMemberLocation(ctx context.Context, member *athena.Member) (*athena.Etag, error)
	MemberLocation(ctx context.Context, memberID uint) (*athena.MemberLocation, error)

	EmptyMemberShip(ctx context.Context, member *athena.Member) (*athena.Etag, error)
	MemberShip(ctx context.Context, memberID uint) (*athena.MemberShip, error)

	EmptyMemberOnline(ctx context.Context, member *athena.Member) (*athena.Etag, error)
	MemberOnline(ctx context.Context, memberID uint) (*athena.MemberOnline, error)
}

func NewService

func NewService(logger *logrus.Logger, cache cache.Service, esi esi.Service, universe universe.Service, location athena.MemberLocationRepository) Service

Jump to

Keyboard shortcuts

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