contract

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: 15 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 {
	FetchMemberContracts(ctx context.Context, member *athena.Member) (*athena.Etag, error)
	MemberContracts(ctx context.Context, memberID, page uint) ([]*athena.MemberContract, error)

	FetchMemberContractItems(ctx context.Context, member *athena.Member, contract *athena.MemberContract) (*athena.Etag, error)
	MemberContractItems(ctx context.Context, memberID, contractID uint) ([]*athena.MemberContractItem, error)

	FetchMemberContractBids(ctx context.Context, member *athena.Member, contract *athena.MemberContract) (*athena.Etag, error)
	MemberContractBids(ctx context.Context, memberID, contractID uint) ([]*athena.MemberContractBid, error)
}

func NewService

func NewService(logger *logrus.Logger, cache cache.Service, esi esi.Service, universe universe.Service, alliance alliance.Service, character character.Service, corporation corporation.Service, contracts athena.MemberContractRepository) Service

Jump to

Keyboard shortcuts

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