Documentation
¶
Index ¶
- func ListSupported()
- func LoadConfigs(l []interface{}, input LoadConfigsInput) (configs r.Configs, err error)
- func ParsePlaybookFileContent(content []byte) (playbook r.Playbook, err error)
- func ParsePoliciesFileContent(content []byte) (policies r.Policies, err error)
- type CreatePlanInput
- type CreatePlanOutput
- type EnforcePlanInput
- type LoadConfigsInput
- type PlanItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListSupported ¶
func ListSupported()
func LoadConfigs ¶
func LoadConfigs(l []interface{}, input LoadConfigsInput) (configs r.Configs, err error)
Types ¶
type CreatePlanInput ¶
type CreatePlanOutput ¶
func CreatePlan ¶
func CreatePlan(loggers []interface{}, input *CreatePlanInput) (output CreatePlanOutput, err error)
type EnforcePlanInput ¶
type LoadConfigsInput ¶
type LoadConfigsInput struct {
PlaybookFilePath string
PoliciesFilePath string
AccountsFilePath string
Args r.CommandLineArgs
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.