| 3638 | } |
| 3639 | |
| 3640 | type MapHeader struct { |
| 3641 | PartitionKeys [][]byte `protobuf:"bytes,1,rep,name=partition_keys,json=partitionKeys,proto3" json:"partition_keys,omitempty"` |
| 3642 | } |
| 3643 | |
| 3644 | func (m *MapHeader) Reset() { *m = MapHeader{} } |
| 3645 | func (m *MapHeader) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected