| 168 | } |
| 169 | |
| 170 | stream struct { |
| 171 | name string |
| 172 | info *StreamInfo |
| 173 | js *jetStream |
| 174 | } |
| 175 | |
| 176 | // StreamInfoOpt is a function setting options for [Stream.Info] |
| 177 | StreamInfoOpt func(*streamInfoRequest) error |
nothing calls this directly
no outgoing calls
no test coverage detected