typesv1

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependencies

type Dependencies struct {
	EventStore           manage.Events
	ValidationStore      manage.Validation
	ChangesetStore       manage.Changesets
	Instances            state.InstancesContainer
	Exports              state.ExportsContainer
	IDGenerator          core.IDGenerator
	EventIDGenerator     core.IDGenerator
	ValidationLoader     container.Loader
	DeploymentLoader     container.Loader
	BlueprintResolver    includes.ChildResolver
	ParamsProvider       params.Provider
	PluginConfigPreparer pluginconfig.Preparer
	Clock                commoncore.Clock
	Logger               core.Logger
}

Dependencies holds all the dependency services that are required by the controllers that provide HTTP handlers for v1 of the Deploy Engine API.

type ValidationDiagnosticErrors

type ValidationDiagnosticErrors struct {
	Message               string             `json:"message"`
	ValidationDiagnostics []*core.Diagnostic `json:"validationDiagnostics"`
}

ValidationDiagnosticErrors is the data type for validation errors that are returned in the response of multiple endpoints.

Jump to

Keyboard shortcuts

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