Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInvalidDeploymentIDError ¶
NewInvalidDeploymentIDError is returned when a deployment ID is invalid.
func ValidateParams ¶
ValidateParams validates that the Validator that is passed complies the basic Validate function
Types ¶
type QueryParams ¶
type QueryParams struct { // Single part ShowPlans bool ShowPlanDefaults bool ShowPlanLogs bool ShowPlanHistory bool ShowMetadata bool ShowSettings bool ShowInstanceConfigurations bool EnrichtWithTemplate bool ForceAllPlanHistory bool ClearTransient bool // List part ShowHidden bool Query string Size int64 }
QueryParams is meant to be embedded in other param structs to provide common deployment parameter query settings.
Click to show internal directories.
Click to hide internal directories.