Documentation ¶
Index ¶
- type DialogHandler
- type FormHandler
- type PaneHandler
- func (h *PaneHandler) AssetsDetailedGET(c echo.Context) error
- func (h *PaneHandler) AssetsWithAttributesGET(c echo.Context) error
- func (h *PaneHandler) AttributesGET(c echo.Context) error
- func (h *PaneHandler) DeletedAssetsWithAttributesGET(c echo.Context) error
- func (h *PaneHandler) EventsGET(c echo.Context) error
- func (h *PaneHandler) HealthGET(c echo.Context) error
- func (h *PaneHandler) IndexGET(c echo.Context) error
- func (h *PaneHandler) SpecGET(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DialogHandler ¶
func NewDialogHandler ¶
func NewDialogHandler(apiClient *apiclient.APIClient) *DialogHandler
func (*DialogHandler) InsertAssetAttributeGET ¶
func (h *DialogHandler) InsertAssetAttributeGET(c echo.Context) error
type FormHandler ¶
func NewFormHandler ¶
func NewFormHandler(apiClient *apiclient.APIClient) *FormHandler
func (*FormHandler) AssetDescriptionUpdateGET ¶
func (h *FormHandler) AssetDescriptionUpdateGET(c echo.Context) error
func (*FormHandler) AssetStatusUpdateGET ¶
func (h *FormHandler) AssetStatusUpdateGET(c echo.Context) error
func (*FormHandler) AssetTargetUpdateGET ¶
func (h *FormHandler) AssetTargetUpdateGET(c echo.Context) error
type PaneHandler ¶
func NewPaneHandler ¶
func NewPaneHandler(apiClient *apiclient.APIClient) *PaneHandler
func (*PaneHandler) AssetsDetailedGET ¶
func (h *PaneHandler) AssetsDetailedGET(c echo.Context) error
func (*PaneHandler) AssetsWithAttributesGET ¶
func (h *PaneHandler) AssetsWithAttributesGET(c echo.Context) error
func (*PaneHandler) AttributesGET ¶
func (h *PaneHandler) AttributesGET(c echo.Context) error
func (*PaneHandler) DeletedAssetsWithAttributesGET ¶
func (h *PaneHandler) DeletedAssetsWithAttributesGET(c echo.Context) error
func (*PaneHandler) EventsGET ¶
func (h *PaneHandler) EventsGET(c echo.Context) error
func (*PaneHandler) HealthGET ¶
func (h *PaneHandler) HealthGET(c echo.Context) error
func (*PaneHandler) IndexGET ¶
func (h *PaneHandler) IndexGET(c echo.Context) error
func (*PaneHandler) SpecGET ¶ added in v0.107.0
func (h *PaneHandler) SpecGET(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.