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.
Click to show internal directories.
Click to hide internal directories.