Documentation ¶
Index ¶
- Variables
- type Group
- func (g Group) Apply(ctx context.Context) (types.Result, error)
- func (u Group) Methods() (string, []string)
- func (g Group) Parse(id, method string, params map[string]interface{}) (types.RecipeCooker, error)
- func (g Group) Properties() (map[string]interface{}, error)
- func (g Group) PropertiesForMethod(method string) (map[string]string, error)
- func (g Group) Test(ctx context.Context) (types.Result, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrGroupMethodUndefined = fmt.Errorf("group method undefined")
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
func (Group) Properties ¶
func (Group) PropertiesForMethod ¶
Click to show internal directories.
Click to hide internal directories.