Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationHandler ¶
type ApplicationHandler struct {
// contains filtered or unexported fields
}
func NewApplicationHandler ¶
func NewApplicationHandler() ApplicationHandler
func (ApplicationHandler) Create ¶
func (a ApplicationHandler) Create(c echo.Context) error
type TeamsHandler ¶
type TeamsHandler struct {
// contains filtered or unexported fields
}
func NewTeamsHandler ¶
func NewTeamsHandler() *TeamsHandler
func (*TeamsHandler) Create ¶
func (t *TeamsHandler) Create(c echo.Context) error
func (*TeamsHandler) Get ¶
func (t *TeamsHandler) Get(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.