Documentation ¶ Index ¶ type Service func New(logger *logrus.Logger, redisClient *redis.Client, ...) *Service func (s *Service) ProcessUser(ctx context.Context, user *skillz.User) error func (s *Service) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(logger *logrus.Logger, redisClient *redis.Client, newrelic *newrelic.Application, user user.API, processors skillz.ScopeProcessors) *Service func (*Service) ProcessUser ¶ added in v0.8.0 func (s *Service) ProcessUser(ctx context.Context, user *skillz.User) error func (*Service) Run ¶ func (s *Service) Run() error Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.