| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected