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

Struct kve

kv.go:554–562  ·  view source on GitHub ↗

Underlying entry.

Source from the content-addressed store, hash-verified

552
553// Underlying entry.
554type kve struct {
555 bucket string
556 key string
557 value []byte
558 revision uint64
559 delta uint64
560 created time.Time
561 op KeyValueOp
562}
563
564func (e *kve) Bucket() string { return e.bucket }
565func (e *kve) Key() string { return e.key }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected