mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
fix stream examples
This commit is contained in:
1
go.mod
1
go.mod
@@ -17,6 +17,7 @@ require (
|
|||||||
github.com/fatih/camelcase v1.0.0
|
github.com/fatih/camelcase v1.0.0
|
||||||
github.com/getkin/kin-openapi v0.26.0
|
github.com/getkin/kin-openapi v0.26.0
|
||||||
github.com/gojuno/go.osrm v0.1.1-0.20200217151037-435fc3e1d3d4
|
github.com/gojuno/go.osrm v0.1.1-0.20200217151037-435fc3e1d3d4
|
||||||
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
||||||
github.com/golang/protobuf v1.5.2
|
github.com/golang/protobuf v1.5.2
|
||||||
github.com/google/uuid v1.1.2
|
github.com/google/uuid v1.1.2
|
||||||
github.com/hablullah/go-prayer v1.0.0
|
github.com/hablullah/go-prayer v1.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"sendMessage": [{
|
"sendMessage": [{
|
||||||
"title": "Send a message",
|
"title": "Send message",
|
||||||
"description": "Send a message to a channel",
|
"description": "Send a message to a channel",
|
||||||
"run_check": true,
|
"run_check": true,
|
||||||
"request": {
|
"request": {
|
||||||
|
|||||||
Reference in New Issue
Block a user