Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller owns the dependencies required by the auth REST handlers.
func New ¶
func New(service *iauth.Service, auditor *iauth.AuditLogger) *Controller
New constructs an auth controller with explicit dependencies.
func (*Controller) QueryAudit ¶
func (ctrl *Controller) QueryAudit(c *echo.Context) error
Click to show internal directories.
Click to hide internal directories.