Documentation ¶
Overview ¶
Package config provides struts to holds and read configs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadPlans ¶
func LoadPlans(ctx context.Context, planNames []string, cr io.Reader) (plans []*plan.Plan, err error)
LoadPlans loads plans from the config. Steps: 1) Read default or custom configuration. 2) Parse plan's data one-by-one. 3) Collect and convert plan's actions. 4) Create plan and check verifiers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.