Documentation ¶ Index ¶ type API type Service func New(logger *logrus.Logger, cache cache.CloneAPI, etag etag.API, esi esi.CloneAPI, ...) *Service func (s *Service) Implants(ctx context.Context, characterID uint64) ([]*skillz.CharacterImplant, error) func (s *Service) Process(ctx context.Context, user *skillz.User) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type API ¶ type API interface { skillz.Processor Implants(ctx context.Context, characterID uint64) ([]*skillz.CharacterImplant, error) } type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(logger *logrus.Logger, cache cache.CloneAPI, etag etag.API, esi esi.CloneAPI, universe universe.API, clones skillz.CloneRepository) *Service func (*Service) Implants ¶ func (s *Service) Implants(ctx context.Context, characterID uint64) ([]*skillz.CharacterImplant, error) func (*Service) Process ¶ func (s *Service) Process(ctx context.Context, user *skillz.User) error Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.