Versions in this module Expand all Collapse all v0 v0.0.1 Feb 12, 2024 Changes in this version + type AddClusterNamespaceRequest struct + Body struct{ ... } + Params struct{ ... } + func (r *AddClusterNamespaceRequest) Bind(ctx *fiber.Ctx, v *validator.Validate) error + type AddFlowRequest struct + Components []AddFlowRequestComponent + Name string + func (r *AddFlowRequest) Bind(ctx *fiber.Ctx, v *validator.Validate, components []Component) error + func (r *AddFlowRequest) Validate(components []Component) error + type AddFlowRequestComponent struct + Arguments map[string]any + Connections AddFlowRequestComponentConnection + Key string + Version string + type AddFlowRequestComponentConnection struct + Targets []uint + type AddFlowRunnerRequest struct + Body struct{ ... } + Params struct{ ... } + func (r *AddFlowRunnerRequest) Bind(ctx *fiber.Ctx, v *validator.Validate) error + type Cluster struct + Config any + Name string + type ClusterNamespace struct + Name string + type Component struct + Arguments []ComponentArgument + Description string + Image string + Key string + Name string + Trigger *bool + Version string + func (c *Component) Validate() error + type ComponentArgument struct + Description string + Key string + Name string + Required *bool + Type ComponentArgumentType + type ComponentArgumentType string + const ComponentArgumentTypeBool + const ComponentArgumentTypeNumber + const ComponentArgumentTypeString + type ListClusterNamespacesRequest struct + Params struct{ ... } + func (r *ListClusterNamespacesRequest) Bind(ctx *fiber.Ctx, v *validator.Validate) error + type ListClusterNamespacesResponse struct + Items []ClusterNamespace + type ListClustersResponse struct + Items []Cluster + type ListComponentsResponse struct + Items []Component + type ListFlowsResponse struct + Items []flow.Flow