Documentation ¶ Index ¶ type Meta type Service func NewService(env skillz.Environment, sessionName string, logger *logrus.Logger, ...) *Service func (s *Service) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Meta ¶ added in v0.3.7 type Meta struct { Title string Description string } 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, processor *processor.Service, renderer *render.Engine, newrelic *newrelic.Application, ) *Service func (*Service) Start ¶ func (s *Service) Start() error Source Files ¶ View all Source files app.go auth.go index.go meta.go middleware.go user.go Click to show internal directories. Click to hide internal directories.