Description
The Go Account struct has a ClusterTraffic field that is missing from the .NET NatsAccount model.
Go definition (in account_claims.go):
type Account struct {
// ...
ClusterTraffic *ClusterTraffic `json:"cluster_traffic,omitempty"`
// ...
}
This should be added to NatsAccount for full parity with the Go implementation.
Description
The Go
Accountstruct has aClusterTrafficfield that is missing from the .NETNatsAccountmodel.Go definition (in
account_claims.go):This should be added to
NatsAccountfor full parity with the Go implementation.