Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyRequest ¶
type ApplyRequest struct {
Definitions []schema.Definition `json:"definitions"`
Force bool `json:"force,omitempty"`
Prune bool `json:"prune,omitempty"`
}
type ApplyResponse ¶
type DiffRequest ¶
type DiffRequest struct {
Definitions []schema.Definition `json:"definitions"`
}
type DiffResponse ¶
type LintMessage ¶
type LintRequest ¶
type LintRequest struct {
Definitions []schema.Definition `json:"definitions"`
}
type LintResponse ¶
type LintResponse struct {
Errors []LintMessage `json:"errors"`
Warnings []LintMessage `json:"warnings"`
Summary LintSummary `json:"summary"`
}
type LintSummary ¶
type LintSummary struct {
Steps string `json:"steps"`
}
Click to show internal directories.
Click to hide internal directories.