| 88 | } |
| 89 | |
| 90 | type SimpleSlice3 struct { |
| 91 | Slices []string `protobuf:"bytes,1,rep,name=slices,proto3" json:"slices,omitempty"` |
| 92 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 93 | XXX_unrecognized []byte `json:"-"` |
| 94 | XXX_sizecache int32 `json:"-"` |
| 95 | } |
| 96 | |
| 97 | func (m *SimpleSlice3) Reset() { *m = SimpleSlice3{} } |
| 98 | func (m *SimpleSlice3) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected