something is going on

This commit is contained in:
Nikolai Rodionov
2023-11-05 13:03:35 +01:00
parent 7b327b38e7
commit d469a758f5
17 changed files with 249 additions and 35 deletions

View File

@ -4,6 +4,10 @@ type Client struct {}
func (cli *Client) Install () error {
// Generate the package from templates
return nil
}
func (cli *Client) Tempalte() error {
return nil
}