mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-17 13:04:50 +00:00
Commit from m3o/m3o action
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user