| 331 | } |
| 332 | |
| 333 | type List struct { |
| 334 | Uids []uint64 `protobuf:"fixed64,1,rep,packed,name=uids,proto3" json:"uids,omitempty"` |
| 335 | } |
| 336 | |
| 337 | func (m *List) Reset() { *m = List{} } |
| 338 | func (m *List) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected