MCPcopy
hub / github.com/nats-io/nats.go / StreamInfoRequest

Struct StreamInfoRequest

jsm.go:959–965  ·  view source on GitHub ↗

StreamInfoRequest contains additional option to return

Source from the content-addressed store, hash-verified

957type (
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected