Documentation ¶
Index ¶
- func InitCommandFuncs() (map[string]func(map[string]interface{}) ([]byte, error), error)
- func WrapFunc(newClient func() (*Client, error), fn func(cc *Client) HandlerFunc) func(args map[string]interface{}) ([]byte, error)
- type Client
- func (c *Client) GetValues(args map[string]interface{}) (string, error)
- func (c *Client) History(args map[string]interface{}) (string, error)
- func (c *Client) Install(args map[string]interface{}) (string, error)
- func (c *Client) RepoAdd(args map[string]interface{}) (string, error)
- func (c *Client) RepoList(args map[string]interface{}) (string, error)
- func (c *Client) RepoUpdate(args map[string]interface{}) (string, error)
- func (c *Client) Rollback(args map[string]interface{}) (string, error)
- func (c *Client) Uninstall(args map[string]interface{}) (string, error)
- func (c *Client) Upgrade(args map[string]interface{}) (string, error)
- type HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCommandFuncs ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) RepoUpdate ¶
type HandlerFunc ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.