Documentation ¶ Index ¶ func AddRoutes(e *echo.Echo, cfg Config, queue worker.Queue, authSvc auth.Service, ...) type Config func (c *Config) Bind() func (c *Config) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddRoutes ¶ func AddRoutes( e *echo.Echo, cfg Config, queue worker.Queue, authSvc auth.Service, wsSvc model.WorkspaceService, mlSvc model.MailingListService, emailSvc email.Service, ) Types ¶ type Config ¶ type Config struct { SessionKey string `mapstructure:"session_key"` // contains filtered or unexported fields } func (*Config) Bind ¶ func (c *Config) Bind() func (*Config) Validate ¶ func (c *Config) Validate() error Source Files ¶ View all Source files auth.gomailing_list.goroutes.goworkspace.go Click to show internal directories. Click to hide internal directories.