()
| 710 | var xxx_messageInfo_LangList proto.InternalMessageInfo |
| 711 | |
| 712 | func (m *LangList) GetLang() []string { |
| 713 | if m != nil { |
| 714 | return m.Lang |
| 715 | } |
| 716 | return nil |
| 717 | } |
| 718 | |
| 719 | type Result struct { |
| 720 | UidMatrix []*List `protobuf:"bytes,1,rep,name=uid_matrix,json=uidMatrix,proto3" json:"uid_matrix,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected