Documentation
¶
Index ¶
- func InitAppRoutes(e *core.ServeEvent, pb *pocketbase.PocketBase)
- func ProfileGet(c echo.Context) error
- func TodoAddGet(c echo.Context) error
- func TodoAddPost(e *core.ServeEvent) func(echo.Context) error
- func TodoDelete(e *core.ServeEvent) func(echo.Context) error
- func TodosGet(e *core.ServeEvent) func(echo.Context) error
- type AddTodoFormValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAppRoutes ¶
func InitAppRoutes(e *core.ServeEvent, pb *pocketbase.PocketBase)
func ProfileGet ¶
func TodoAddGet ¶
func TodoAddPost ¶
func TodoAddPost(e *core.ServeEvent) func(echo.Context) error
func TodoDelete ¶
func TodoDelete(e *core.ServeEvent) func(echo.Context) error
Types ¶
type AddTodoFormValue ¶
type AddTodoFormValue struct {
// contains filtered or unexported fields
}
func (AddTodoFormValue) Validate ¶
func (atfv AddTodoFormValue) Validate() error
Click to show internal directories.
Click to hide internal directories.