Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-03 17:03:09 +00:00
parent 611202c283
commit 5963caaa3f
16 changed files with 541 additions and 510 deletions

View File

@@ -49,10 +49,10 @@ import(
)
// Stream returns a stream of "Hello $name" responses
func StreamsAreCurrentlyTemporarilyNotSupportedInClients() {
func StreamsResponsesFromTheServerUsingWebsockets() {
helloworldService := helloworld.NewHelloworldService(os.Getenv("M3O_API_TOKEN"))
rsp, err := helloworldService.Stream(&helloworld.StreamRequest{
Name: "not supported",
Name: "John",
})
fmt.Println(rsp, err)