Documentation
¶
Index ¶
- Constants
- func ResolveAny(attributes map[string]interface{}, path string) (interface{}, error)
- func ResolveBool(attributes map[string]interface{}, path string) (bool, error)
- func ResolveMap(attributes map[string]interface{}, path string) (map[string]interface{}, error)
- func ResolveString(attributes map[string]interface{}, path string) (string, error)
- type Playbook
- type PlaybookAttributes
- type Resource
Constants ¶
View Source
const CacheDirectoryEnv = "UNOBIN_CACHE_DIRECTORY"
Variables ¶
This section is empty.
Functions ¶
func ResolveAny ¶ added in v0.2.1
func ResolveMap ¶
Types ¶
type Playbook ¶
type Playbook struct {
Name string
Description string
Imports map[string]string
InputSchema map[string]interface{}
Tasks []*task.Task
Context *types.Context
Succeeded bool
Outputs map[string]interface{}
Resources []Resource
}
func NewPlaybook ¶
type PlaybookAttributes ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.