Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2018 Changes in this version + type ActionTemplateEntry struct + Action *schema.Action + Schema *schema.Schema + type ByName []gohanCommand + func (a ByName) Len() int + func (a ByName) Less(i, j int) bool + func (a ByName) Swap(i, j int) + type Cache struct + Expire time.Time + Schemas []*schema.Schema + type GohanClientCLI struct + func NewGohanClientCLI(opts *GohanClientCLIOpts) (*GohanClientCLI, error) + func (gohanClientCLI *GohanClientCLI) ExecuteCommand(command string, arguments []string) (string, error) + type GohanClientCLIOpts struct + func NewOptsFromEnv() (*GohanClientCLIOpts, error)