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