| 673 | } |
| 674 | |
| 675 | type LangList struct { |
| 676 | Lang []string `protobuf:"bytes,1,rep,name=lang,proto3" json:"lang,omitempty"` |
| 677 | } |
| 678 | |
| 679 | func (m *LangList) Reset() { *m = LangList{} } |
| 680 | func (m *LangList) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected