| | |
| | | } |
| | | |
| | | type SoInfo struct { |
| | | Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` |
| | | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| | | SdkId string `protobuf:"bytes,2,opt,name=sdkId,proto3" json:"sdkId,omitempty"` |
| | | SoName string `protobuf:"bytes,3,opt,name=soName,proto3" json:"soName,omitempty"` |
| | | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| | |
| | | |
| | | var xxx_messageInfo_SoInfo proto.InternalMessageInfo |
| | | |
| | | func (m *SoInfo) GetId() int32 { |
| | | func (m *SoInfo) GetId() string { |
| | | if m != nil { |
| | | return m.Id |
| | | } |
| | | return 0 |
| | | return "" |
| | | } |
| | | |
| | | func (m *SoInfo) GetSdkId() string { |
| | |
| | | 0xcf, 0x04, 0x53, 0xeb, 0x52, 0x90, 0xd7, 0xd0, 0x17, 0x9a, 0x15, 0xff, 0xf8, 0x4e, 0xcd, 0x46, |
| | | 0x18, 0xad, 0xa1, 0xe1, 0x1b, 0xdb, 0xf7, 0x57, 0x99, 0x4a, 0x1c, 0xe0, 0x11, 0xb8, 0x49, 0x1e, |
| | | 0xcb, 0xba, 0xef, 0x96, 0xe5, 0xf6, 0x22, 0x50, 0x53, 0x0f, 0xcf, 0xc0, 0xfb, 0x2c, 0xf5, 0xcd, |
| | | 0x30, 0x0f, 0xbf, 0x79, 0x5b, 0xf1, 0xe1, 0xc7, 0x97, 0x31, 0xba, 0x9c, 0x46, 0xba, 0x3f, 0x9f, |
| | | 0x9a, 0x04, 0xaf, 0x58, 0x25, 0xcf, 0x59, 0x66, 0x56, 0xc9, 0xa7, 0x36, 0x9b, 0x7b, 0x9a, 0xe0, |
| | | 0xd5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc5, 0x99, 0x69, 0x35, 0xca, 0x06, 0x00, 0x00, |
| | | 0x30, 0x0f, 0xbf, 0xa3, 0xdf, 0x79, 0x7c, 0xf8, 0xf1, 0x65, 0x8c, 0x2e, 0xa7, 0x91, 0xee, 0xcf, |
| | | 0xa7, 0x26, 0xc1, 0x2b, 0x56, 0xc9, 0x73, 0x96, 0x99, 0x55, 0xf2, 0xa9, 0xcd, 0xe6, 0x9e, 0x26, |
| | | 0x78, 0xf5, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x4a, 0xab, 0xaa, 0xb7, 0xca, 0x06, 0x00, 0x00, |
| | | } |