Skip to content

Add ClusterTraffic field to NatsAccount #51

@mtmk

Description

@mtmk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions