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

Struct ObjectBucketStatus

object.go:1211–1214  ·  view source on GitHub ↗

ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus

Source from the content-addressed store, hash-verified

1209
1210// ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus
1211type ObjectBucketStatus struct {
1212 nfo *StreamInfo
1213 bucket string
1214}
1215
1216// Bucket is the name of the bucket
1217func (s *ObjectBucketStatus) Bucket() string { return s.bucket }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected