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