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

Struct ObjectBucketStatus

jetstream/object.go:1392–1395  ·  view source on GitHub ↗

ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus

Source from the content-addressed store, hash-verified

1390
1391// ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus
1392type ObjectBucketStatus struct {
1393 nfo *StreamInfo
1394 bucket string
1395}
1396
1397// Bucket is the name of the bucket
1398func (s *ObjectBucketStatus) Bucket() string { return s.bucket }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected