mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Merge pull request #3236 from ripienaar/json_tag_fix
fix json tag for meta stream move
This commit is contained in:
@@ -591,7 +591,7 @@ type JSApiMetaServerStreamMoveRequest struct {
|
||||
// Account name the stream to move is in
|
||||
Account string `json:"account"`
|
||||
// Name of stream to move
|
||||
Stream string `json:"string"`
|
||||
Stream string `json:"stream"`
|
||||
// Ephemeral placement tags for the move
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user