Documentation ¶
Overview ¶
Package handlers provides the functions for a echo webserver to serve the haul API routes
Index ¶
- func DeleteAsset(c echo.Context) error
- func DeleteAssetTarget(c echo.Context) error
- func GetAsset(c echo.Context) error
- func GetAssetAttributes(c echo.Context) error
- func GetAssetDescription(c echo.Context) error
- func GetAssetStatus(c echo.Context) error
- func GetAssetTarget(c echo.Context) error
- func GetAssets(c echo.Context) error
- func GetAssetsAttributes(c echo.Context) error
- func GetAttribute(c echo.Context) error
- func GetAttributeAssets(c echo.Context) error
- func GetAttributes(c echo.Context) error
- func GetEvents(c echo.Context) error
- func GetHealthcheck(c echo.Context) error
- func PostAssetAttributes(c echo.Context) error
- func PostAssets(c echo.Context) error
- func PostAttributes(c echo.Context) error
- func PostSeed(c echo.Context) error
- func PutAssetDescription(c echo.Context) error
- func PutAssetStatus(c echo.Context) error
- func PutAssetTarget(c echo.Context) error
- func RestoreAsset(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAsset ¶ added in v0.40.0
func DeleteAsset(c echo.Context) error
func DeleteAssetTarget ¶ added in v0.40.0
func DeleteAssetTarget(c echo.Context) error
func GetAssetAttributes ¶ added in v0.33.0
func GetAssetAttributes(c echo.Context) error
func GetAssetDescription ¶ added in v0.40.0
func GetAssetDescription(c echo.Context) error
func GetAssetStatus ¶ added in v0.40.0
func GetAssetStatus(c echo.Context) error
func GetAssetTarget ¶ added in v0.40.0
func GetAssetTarget(c echo.Context) error
func GetAssetsAttributes ¶ added in v0.33.0
func GetAssetsAttributes(c echo.Context) error
func GetAttribute ¶ added in v0.45.0
func GetAttribute(c echo.Context) error
func GetAttributeAssets ¶ added in v0.47.0
func GetAttributeAssets(c echo.Context) error
func GetAttributes ¶ added in v0.33.0
func GetAttributes(c echo.Context) error
func GetHealthcheck ¶ added in v0.40.0
func GetHealthcheck(c echo.Context) error
func PostAssetAttributes ¶ added in v0.33.0
func PostAssetAttributes(c echo.Context) error
func PostAssets ¶ added in v0.40.0
func PostAssets(c echo.Context) error
func PostAttributes ¶ added in v0.33.0
func PostAttributes(c echo.Context) error
func PutAssetDescription ¶ added in v0.40.0
func PutAssetDescription(c echo.Context) error
func PutAssetStatus ¶ added in v0.40.0
func PutAssetStatus(c echo.Context) error
func PutAssetTarget ¶ added in v0.40.0
func PutAssetTarget(c echo.Context) error
func RestoreAsset ¶ added in v0.40.0
func RestoreAsset(c echo.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.