| 157 | } |
| 158 | |
| 159 | type 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 | |
| 164 | func (m *Header) Reset() { *m = Header{} } |
| 165 | func (*Header) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected