MCPcopy Create free account
hub / github.com/cortexproject/cortex / StreamWriteRequest

Struct StreamWriteRequest

pkg/cortexpb/cortex.pb.go:559–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559type StreamWriteRequest struct {
560 TenantID string `protobuf:"bytes,1,opt,name=TenantID,proto3" json:"TenantID,omitempty"`
561 Request *WriteRequest `protobuf:"bytes,2,opt,name=Request,proto3" json:"Request,omitempty"`
562 MessageWithBufRef `protobuf:"bytes,1000,opt,name=Ref,proto3,embedded=Ref,customtype=MessageWithBufRef" json:"Ref"`
563}
564
565func (m *StreamWriteRequest) Reset() { *m = StreamWriteRequest{} }
566func (*StreamWriteRequest) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected