mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
Include config in info for msgset
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -36,6 +36,11 @@ type MsgSetConfig struct {
|
||||
NoAck bool `json:"no_ack,omitempty"`
|
||||
}
|
||||
|
||||
type MsgSetInfo struct {
|
||||
Config MsgSetConfig `json:"name"`
|
||||
Stats MsgSetStats `json:"stats"`
|
||||
}
|
||||
|
||||
// RetentionPolicy determines how messages in a set are retained.
|
||||
type RetentionPolicy int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user