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