MCPcopy
hub / github.com/grafana/dskit / Header

Struct Header

httpgrpc/httpgrpc.pb.go:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159type Header struct {
160 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
161 Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
162}
163
164func (m *Header) Reset() { *m = Header{} }
165func (*Header) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected