10 lines
137 B
Go
10 lines
137 B
Go
package controller
|
|
|
|
type Client struct {}
|
|
|
|
func (cli *Client) Install () error {
|
|
// Generate the package from templates
|
|
|
|
return nil
|
|
}
|