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

Struct jetStream

jetstream/jetstream.go:347–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 jetStream struct {
348 conn *nats.Conn
349 opts JetStreamOptions
350
351 publisher *jetStreamClient
352 }
353
354 // JetStreamOpt is a functional option for [New], [NewWithAPIPrefix] and
355 // [NewWithDomain] methods.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected