Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonTargetFields ¶
type CommonTargetFields struct {
Name string `json:"name"`
Type string `json:"type"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
}
CommonTargetFields represents the common fields for all target types
type CueDataLoader ¶
type CueDataLoader struct {
// contains filtered or unexported fields
}
func NewCueDataLoader ¶
func NewCueDataLoader(configPath string, schemaFilePath ...string) *CueDataLoader
func (*CueDataLoader) Load ¶
func (ccl *CueDataLoader) Load() (*types.SystemConfig, error)
func (*CueDataLoader) Validate ¶
func (ccl *CueDataLoader) Validate() error
Validate validates files without loading them
Click to show internal directories.
Click to hide internal directories.