package controller type Client struct {} func (cli *Client) Install () error { // Generate the package from templates return nil } func (cli *Client) Tempalte() error { return nil }