Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-08 15:54:16 +00:00
parent c4df401021
commit 39cf329baa
16 changed files with 544 additions and 542 deletions

View File

@@ -12,7 +12,8 @@ func main() {
helloworldService := helloworld.NewHelloworldService(os.Getenv("M3O_API_TOKEN"))
stream, err := helloworldService.Stream(&helloworld.StreamRequest{
Name: "John",
Messages: 10,
Name: "John",
})
if err != nil {
fmt.Println(err)