Skip to content

Commit

Permalink
Updates Status interface with Bytes() (see nats-io/nats.go#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmoyne committed Sep 23, 2022
1 parent 10573a2 commit b109007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adr/ADR-8.md
Expand Up @@ -115,6 +115,9 @@ type Status interface {

// BackingStore is a name indicating the kind of backend
BackingStore() string

// Bytes returns the size in bytes of the bucket
Bytes() uint64
}
```

Expand Down

0 comments on commit b109007

Please sign in to comment.