StreamInfoRequest contains additional option to return
| 957 | type ( |
| 958 | // StreamInfoRequest contains additional option to return |
| 959 | StreamInfoRequest struct { |
| 960 | apiPagedRequest |
| 961 | // DeletedDetails when true includes information about deleted messages |
| 962 | DeletedDetails bool `json:"deleted_details,omitempty"` |
| 963 | // SubjectsFilter when set, returns information on the matched subjects |
| 964 | SubjectsFilter string `json:"subjects_filter,omitempty"` |
| 965 | } |
| 966 | streamInfoResponse = struct { |
| 967 | apiResponse |
| 968 | apiPaged |
nothing calls this directly
no outgoing calls
no test coverage detected