Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircualDependencyProjectSortError ¶
type CircualDependencyProjectSortError struct { Environment string `json:"environment"` Project string `json:"project"` // slice of project ids DependsOnProjects []string `json:"dependsOnProjects"` }
func (CircualDependencyProjectSortError) Error ¶
func (e CircualDependencyProjectSortError) Error() string
type CircularDependencyConfigSortError ¶
type CircularDependencyConfigSortError struct { Location coordinate.Coordinate `json:"location"` Environment string `json:"environment"` DependsOn []coordinate.Coordinate `json:"dependsOn"` }
func (CircularDependencyConfigSortError) Error ¶
func (e CircularDependencyConfigSortError) Error() string
type CircularDependencyParameterSortError ¶
type CircularDependencyParameterSortError struct { Location coordinate.Coordinate `json:"location"` EnvironmentDetails errors.EnvironmentDetails `json:"environmentDetails"` ParameterName string `json:"parameterName"` DependsOn []parameter.ParameterReference `json:"dependsOn"` }
func (CircularDependencyParameterSortError) Coordinates ¶
func (e CircularDependencyParameterSortError) Coordinates() coordinate.Coordinate
func (CircularDependencyParameterSortError) Error ¶
func (e CircularDependencyParameterSortError) Error() string
func (CircularDependencyParameterSortError) LocationDetails ¶
func (e CircularDependencyParameterSortError) LocationDetails() errors.EnvironmentDetails
Click to show internal directories.
Click to hide internal directories.