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
}
func NewController ¶
func NewController(manager Manager) *Controller
func (*Controller) Info ¶
func (c *Controller) Info(ctx echo.Context) error
type InfoRequest ¶
type InfoRequest struct {
ClientID string `param:"client_id" validate:"required"`
}
type InfoResponse ¶
Click to show internal directories.
Click to hide internal directories.