mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Adds a missing json encoding tag
Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
@@ -245,7 +245,7 @@ type ServerInfo struct {
|
||||
// Whether JetStream is enabled (deprecated in favor of the `ServerCapability`).
|
||||
JetStream bool `json:"jetstream"`
|
||||
// Generic capability flags
|
||||
Flags ServerCapability
|
||||
Flags ServerCapability `json:"flags"`
|
||||
// Sequence and Time from the remote server for this message.
|
||||
Seq uint64 `json:"seq"`
|
||||
Time time.Time `json:"time"`
|
||||
|
||||
Reference in New Issue
Block a user