shoebill/internal/controller/controller.go
2023-11-05 13:03:35 +01:00

13 lines
188 B
Go

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