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

Struct obs

jetstream/object.go:459–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 }
458
459 obs struct {
460 name string
461 streamName string
462 stream Stream
463 pushJS nats.JetStreamContext
464 js *jetStream
465 }
466
467 // ObjectResult impl.
468 objResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected