MCPcopy
hub / github.com/nats-io/nats.go / KeyValueBucketStatus

Struct KeyValueBucketStatus

jetstream/kv.go:808–811  ·  view source on GitHub ↗

KeyValueBucketStatus represents status of a Bucket, implements KeyValueStatus

Source from the content-addressed store, hash-verified

806
807// KeyValueBucketStatus represents status of a Bucket, implements KeyValueStatus
808type KeyValueBucketStatus struct {
809 info *StreamInfo
810 bucket string
811}
812
813// Bucket the name of the bucket
814func (s *KeyValueBucketStatus) Bucket() string { return s.bucket }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected