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 DeleteAssetAttribute(c echo.Context) error
- func DeleteAssetTarget(c echo.Context) error
- func DeleteAssets(c echo.Context) error
- func DeleteAttribute(c echo.Context) error
- func GetAllAssets(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
- func RestoreAttribute(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAsset ¶ added in v0.40.0
func DeleteAssetAttribute ¶ added in v0.52.0
func DeleteAssetTarget ¶ added in v0.40.0
func DeleteAssets ¶ added in v0.50.0
func DeleteAttribute ¶ added in v0.57.0
func GetAllAssets ¶ added in v0.55.0
func GetAssetAttributes ¶ added in v0.33.0
func GetAssetDescription ¶ added in v0.40.0
func GetAssetStatus ¶ added in v0.40.0
func GetAssetTarget ¶ added in v0.40.0
func GetAssetsAttributes ¶ added in v0.33.0
func GetAttribute ¶ added in v0.45.0
func GetAttributeAssets ¶ added in v0.47.0
func GetAttributes ¶ added in v0.33.0
func GetHealthcheck ¶ added in v0.40.0
func PostAssetAttributes ¶ added in v0.33.0
func PostAssets ¶ added in v0.40.0
func PostAttributes ¶ added in v0.33.0
func PutAssetDescription ¶ added in v0.40.0
func PutAssetStatus ¶ added in v0.40.0
func PutAssetTarget ¶ added in v0.40.0
func RestoreAsset ¶ added in v0.40.0
func RestoreAttribute ¶ added in v0.57.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.