mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 23:35:26 +00:00
Fix golang clients string -> int64 unmarshale error (#217)
This commit is contained in:
@@ -38,7 +38,7 @@ type CallResponse struct {
|
||||
|
||||
type StreamRequest struct {
|
||||
// the number of messages to send back
|
||||
Messages int64 `json:"messages"`
|
||||
Messages int64 `json:"messages,string"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user