Versions in this module Expand all Collapse all v1 v1.0.3 Oct 23, 2019 v1.0.2 Sep 28, 2019 Changes in this version + var ExampleEnumModel_name = map[int32]string + var ExampleEnumModel_value = map[string]int32 + type ExampleDBModel struct + BoolKey bool + BytesKey []byte + ComplexArrayKey []*ExampleNestedModel + DoubleKey float64 + EnumKey ExampleEnumModel + FloatKey float32 + Int32ArrayKey []int32 + Int32Key int32 + Int64Key int64 + MapStringInt32 map[string]int32 + MapStringString map[string]string + NullKey _struct.NullValue + StringArrayKey []string + StringKey string + StructKey *_struct.Struct + TimestampKey *timestamp.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExampleDBModel) Descriptor() ([]byte, []int) + func (*ExampleDBModel) ProtoMessage() + func (m *ExampleDBModel) GetBoolKey() bool + func (m *ExampleDBModel) GetBytesKey() []byte + func (m *ExampleDBModel) GetComplexArrayKey() []*ExampleNestedModel + func (m *ExampleDBModel) GetDoubleKey() float64 + func (m *ExampleDBModel) GetEnumKey() ExampleEnumModel + func (m *ExampleDBModel) GetFloatKey() float32 + func (m *ExampleDBModel) GetInt32ArrayKey() []int32 + func (m *ExampleDBModel) GetInt32Key() int32 + func (m *ExampleDBModel) GetInt64Key() int64 + func (m *ExampleDBModel) GetMapStringInt32() map[string]int32 + func (m *ExampleDBModel) GetMapStringString() map[string]string + func (m *ExampleDBModel) GetNullKey() _struct.NullValue + func (m *ExampleDBModel) GetStringArrayKey() []string + func (m *ExampleDBModel) GetStringKey() string + func (m *ExampleDBModel) GetStructKey() *_struct.Struct + func (m *ExampleDBModel) GetTimestampKey() *timestamp.Timestamp + func (m *ExampleDBModel) Reset() + func (m *ExampleDBModel) String() string + func (m *ExampleDBModel) XXX_DiscardUnknown() + func (m *ExampleDBModel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleDBModel) XXX_Merge(src proto.Message) + func (m *ExampleDBModel) XXX_Size() int + func (m *ExampleDBModel) XXX_Unmarshal(b []byte) error + type ExampleDBModelWithKey struct + Int32Key int32 + Key string + StringKey string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExampleDBModelWithKey) Descriptor() ([]byte, []int) + func (*ExampleDBModelWithKey) ProtoMessage() + func (m *ExampleDBModelWithKey) GetInt32Key() int32 + func (m *ExampleDBModelWithKey) GetKey() string + func (m *ExampleDBModelWithKey) GetStringKey() string + func (m *ExampleDBModelWithKey) Reset() + func (m *ExampleDBModelWithKey) String() string + func (m *ExampleDBModelWithKey) XXX_DiscardUnknown() + func (m *ExampleDBModelWithKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleDBModelWithKey) XXX_Merge(src proto.Message) + func (m *ExampleDBModelWithKey) XXX_Size() int + func (m *ExampleDBModelWithKey) XXX_Unmarshal(b []byte) error + type ExampleEnumModel int32 + const ExampleEnumModel_ENUM0 + const ExampleEnumModel_ENUM1 + const ExampleEnumModel_ENUM2 + func (ExampleEnumModel) EnumDescriptor() ([]byte, []int) + func (x ExampleEnumModel) String() string + type ExampleNestedModel struct + Int32Key int32 + StringKey string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExampleNestedModel) Descriptor() ([]byte, []int) + func (*ExampleNestedModel) ProtoMessage() + func (m *ExampleNestedModel) GetInt32Key() int32 + func (m *ExampleNestedModel) GetStringKey() string + func (m *ExampleNestedModel) Reset() + func (m *ExampleNestedModel) String() string + func (m *ExampleNestedModel) XXX_DiscardUnknown() + func (m *ExampleNestedModel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleNestedModel) XXX_Merge(src proto.Message) + func (m *ExampleNestedModel) XXX_Size() int + func (m *ExampleNestedModel) XXX_Unmarshal(b []byte) error