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

Interface JSOpt

js.go:334–336  ·  js.go::JSOpt

JSOpt configures a JetStreamContext.

Source from the content-addressed store, hash-verified

332
333// JSOpt configures a JetStreamContext.
334type JSOpt interface {
335 configureJSContext(opts *jsOpts) error
336}
337
338// jsOptFn configures an option for the JetStreamContext.
339type jsOptFn func(opts *jsOpts) error

Callers 2

JetStreamMethod · 0.65
getJSContextOptsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected