Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-01 18:57:58 +00:00
parent c93f6ca3f8
commit f80a59c744
23 changed files with 768 additions and 774 deletions

View File

@@ -11,8 +11,7 @@ import (
func main() {
functionService := function.NewFunctionService(os.Getenv("M3O_API_TOKEN"))
rsp, err := functionService.Delete(&function.DeleteRequest{
Name: "my-first-func",
Project: "tests",
Name: "helloworld",
})
fmt.Println(rsp, err)