()
| 50 | var xxx_messageInfo_StringProto proto.InternalMessageInfo |
| 51 | |
| 52 | func (m *StringProto) GetValue() string { |
| 53 | if m != nil && m.Value != nil { |
| 54 | return *m.Value |
| 55 | } |
| 56 | return "" |
| 57 | } |
| 58 | |
| 59 | type Integer32Proto struct { |
| 60 | Value *int32 `protobuf:"varint,1,req,name=value" json:"value,omitempty"` |