Documentation ¶ Index ¶ type Auth func (h Auth) Execute(request req.Request) error func (h Auth) Route() string type Info func (h Info) Execute(request req.Request) error func (h Info) Route() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Auth ¶ added in v0.17.0 type Auth struct { req.WithoutAdditionalAuthorization RouteName string } func (Auth) Execute ¶ added in v0.17.0 func (h Auth) Execute(request req.Request) error func (Auth) Route ¶ added in v0.17.0 func (h Auth) Route() string type Info ¶ type Info struct { Config config.Config Services service.Manager req.WithoutAdditionalAuthorization } func (Info) Execute ¶ func (h Info) Execute(request req.Request) error func (Info) Route ¶ func (h Info) Route() string Source Files ¶ View all Source files auth.goinfo.go Click to show internal directories. Click to hide internal directories.