package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Sep 27, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Context struct {
Vars map[string]interface{}
State map[string]interface{}
Item interface{}
}
type Result struct {
Succeeded bool `json:"succeeded"`
Changed bool `json:"changed"`
Error string `json:"error,omitempty"`
Module string `json:"module"`
Output map[string]interface{} `json:"output,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.