errors

package
v2.14.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CircualDependencyProjectSortError

type CircualDependencyProjectSortError struct {
	// Environment is the name of the environment the project sorting failed for
	Environment string `json:"environment"`
	// Project is the name of the project that is part of a cycle
	Project string `json:"project"`
	// DependsOnProjects is a list of project IDs the Project depends on
	DependsOnProjects []string `json:"dependsOnProjects"`
}

func (CircualDependencyProjectSortError) Error

type CircularDependencyConfigSortError

type CircularDependencyConfigSortError struct {
	// Location (coordinate) of the config.Config which part of a cycle
	Location coordinate.Coordinate `json:"location"`
	// Environment is the name of the environment the project sorting failed for
	Environment string `json:"environment"`
	// DependsOn is a list of coordinates the configuration (Location) depends on
	DependsOn []coordinate.Coordinate `json:"dependsOn"`
}

func (CircularDependencyConfigSortError) Error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL