Documentation
¶
Overview ¶
Package handlers implements handlers for the labstack/echo/v4 API routes.
Index ¶
- func HandleV1(c echo.Context) error
- func HandleV1AssemblyCreate(c echo.Context) error
- func HandleV1AssemblyDelete(c echo.Context) error
- func HandleV1AssemblyList(c echo.Context) error
- func HandleV1AssemblyRead(c echo.Context) error
- func HandleV1AssemblyTags(c echo.Context) error
- func HandleV1AssemblyTagsAdd(c echo.Context) error
- func HandleV1AssemblyTagsClear(c echo.Context) error
- func HandleV1AssemblyTagsRemove(c echo.Context) error
- func HandleV1AssemblyTarget(c echo.Context) error
- func HandleV1AssemblyTargetSet(c echo.Context) error
- func HandleV1AssemblyTargetUnset(c echo.Context) error
- func HandleV1AssemblyUpdate(c echo.Context) error
- func HandleV1ComponentCreate(c echo.Context) error
- func HandleV1ComponentDelete(c echo.Context) error
- func HandleV1ComponentList(c echo.Context) error
- func HandleV1ComponentRead(c echo.Context) error
- func HandleV1ComponentTags(c echo.Context) error
- func HandleV1ComponentTagsAdd(c echo.Context) error
- func HandleV1ComponentTagsClear(c echo.Context) error
- func HandleV1ComponentTagsRemove(c echo.Context) error
- func HandleV1ComponentTarget(c echo.Context) error
- func HandleV1ComponentTargetSet(c echo.Context) error
- func HandleV1ComponentTargetUnset(c echo.Context) error
- func HandleV1ComponentUpdate(c echo.Context) error
- func HandleV1Healthcheck(c echo.Context) error
- func HandleV1KitCreate(c echo.Context) error
- func HandleV1KitDelete(c echo.Context) error
- func HandleV1KitList(c echo.Context) error
- func HandleV1KitRead(c echo.Context) error
- func HandleV1KitTags(c echo.Context) error
- func HandleV1KitTagsAdd(c echo.Context) error
- func HandleV1KitTagsClear(c echo.Context) error
- func HandleV1KitTagsRemove(c echo.Context) error
- func HandleV1KitUpdate(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleV1AssemblyCreate ¶
func HandleV1AssemblyDelete ¶
func HandleV1AssemblyList ¶
func HandleV1AssemblyRead ¶
func HandleV1AssemblyTags ¶ added in v0.18.1
func HandleV1AssemblyTagsAdd ¶ added in v0.18.1
HandleV1AssemblyTagsAdd
func HandleV1AssemblyTagsClear ¶ added in v0.18.1
func HandleV1AssemblyTagsRemove ¶ added in v0.18.1
HandleV1AssemblyTagsRemove
func HandleV1AssemblyTarget ¶ added in v0.25.1
func HandleV1AssemblyTargetSet ¶ added in v0.25.1
func HandleV1AssemblyTargetUnset ¶ added in v0.25.1
func HandleV1AssemblyUpdate ¶
func HandleV1ComponentCreate ¶
func HandleV1ComponentDelete ¶
func HandleV1ComponentList ¶
func HandleV1ComponentRead ¶
func HandleV1ComponentTags ¶ added in v0.15.1
func HandleV1ComponentTagsAdd ¶ added in v0.15.1
HandleV1ComponentTagsAdd
func HandleV1ComponentTagsClear ¶ added in v0.15.1
func HandleV1ComponentTagsRemove ¶ added in v0.15.1
HandleV1ComponentTagsRemove
func HandleV1ComponentTarget ¶ added in v0.25.1
func HandleV1ComponentTargetSet ¶ added in v0.25.1
func HandleV1ComponentTargetUnset ¶ added in v0.25.1
func HandleV1ComponentUpdate ¶
func HandleV1Healthcheck ¶
func HandleV1KitCreate ¶
func HandleV1KitDelete ¶
func HandleV1KitList ¶
func HandleV1KitRead ¶
func HandleV1KitTags ¶ added in v0.18.1
func HandleV1KitTagsAdd ¶ added in v0.18.1
HandleV1KitTagsAdd
func HandleV1KitTagsClear ¶ added in v0.18.1
func HandleV1KitTagsRemove ¶ added in v0.18.1
HandleV1KitTagsRemove
func HandleV1KitUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.