| 809 | } |
| 810 | |
| 811 | type Order struct { |
| 812 | Attr string `protobuf:"bytes,1,opt,name=attr,proto3" json:"attr,omitempty"` |
| 813 | Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"` |
| 814 | Langs []string `protobuf:"bytes,3,rep,name=langs,proto3" json:"langs,omitempty"` |
| 815 | } |
| 816 | |
| 817 | func (m *Order) Reset() { *m = Order{} } |
| 818 | func (m *Order) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected