| 127 | } |
| 128 | |
| 129 | type SimpleMap3 struct { |
| 130 | Stringy map[string]string `protobuf:"bytes,1,rep,name=stringy,proto3" json:"stringy,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
| 131 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 132 | XXX_unrecognized []byte `json:"-"` |
| 133 | XXX_sizecache int32 `json:"-"` |
| 134 | } |
| 135 | |
| 136 | func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } |
| 137 | func (m *SimpleMap3) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected