shoebill/internal/controller/controller.go

13 lines
188 B
Go
Raw Permalink Normal View History

2023-11-03 13:22:22 +00:00
package controller
type Client struct {}
func (cli *Client) Install () error {
// Generate the package from templates
2023-11-05 12:03:35 +00:00
2023-11-03 13:22:22 +00:00
return nil
}
2023-11-05 12:03:35 +00:00
func (cli *Client) Tempalte() error {
return nil
}