Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
crufter
2021-11-08 15:53:57 +00:00
parent 910c0b51ce
commit b03c59cffc
6 changed files with 7 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ import (
func StreamsResponsesFromTheServerUsingWebsockets() {
helloworldService := helloworld.NewHelloworldService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := helloworldService.Stream(&helloworld.StreamRequest{
Name: "John",
Messages: 10,
Name: "John",
})
fmt.Println(rsp, err)
}