Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-03-02 17:15:22 +00:00
parent bb0db592be
commit a2efcefd8b
23 changed files with 1433 additions and 1372 deletions

View File

@@ -7,7 +7,7 @@ import (
"go.m3o.com/password"
)
// Generate a strong random password
// Generate a strong random password. Use the switches to control which character types are included, defaults to using all of them
func main() {
passwordService := password.NewPasswordService(os.Getenv("M3O_API_TOKEN"))
rsp, err := passwordService.Generate(&password.GenerateRequest{