Documentation ¶ Index ¶ type Service func NewService(env skillz.Environment, sessionName string, logger *logrus.Logger, ...) *Service func (s *Service) Authorize(next buffalo.Handler) buffalo.Handler func (s *Service) SetCurrentUser(next buffalo.Handler) buffalo.Handler func (s *Service) Start() 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 NewService ¶ func NewService( env skillz.Environment, sessionName string, logger *logrus.Logger, auth auth.API, user user.API, renderer *render.Engine, ) *Service func (*Service) Authorize ¶ func (s *Service) Authorize(next buffalo.Handler) buffalo.Handler func (*Service) SetCurrentUser ¶ func (s *Service) SetCurrentUser(next buffalo.Handler) buffalo.Handler func (*Service) Start ¶ func (s *Service) Start() error Source Files ¶ View all Source files app.go auth.go index.go middleware.go user.go Click to show internal directories. Click to hide internal directories.