Versions in this module Expand all Collapse all v1 v1.12.0 Jul 26, 2016 Changes in this version + type BasicScalar struct + Field1 float64 + Field10 int32 + Field11 uint64 + Field12 int64 + Field13 bool + Field14 string + Field15 []byte + Field2 float32 + Field3 int32 + Field4 int64 + Field5 uint32 + Field6 uint64 + Field7 int32 + Field8 int64 + Field9 uint32 + func NewPopulatedBasicScalar(r randyDeepcopy, easy bool) *BasicScalar + func (*BasicScalar) Descriptor() ([]byte, []int) + func (*BasicScalar) ProtoMessage() + func (m *BasicScalar) Copy() *BasicScalar + func (m *BasicScalar) Reset() + func (this *BasicScalar) Equal(that interface{}) bool + func (this *BasicScalar) String() string + type ExternalStruct struct + Field1 *BasicScalar + Field2 *RepeatedScalar + Field3 *RepeatedScalarPacked + func NewPopulatedExternalStruct(r randyDeepcopy, easy bool) *ExternalStruct + func (*ExternalStruct) Descriptor() ([]byte, []int) + func (*ExternalStruct) ProtoMessage() + func (m *ExternalStruct) Copy() *ExternalStruct + func (m *ExternalStruct) Reset() + func (this *ExternalStruct) Equal(that interface{}) bool + func (this *ExternalStruct) String() string + type MapStruct struct + NonnullableMap map[string]BasicScalar + NullableMap map[string]*BasicScalar + func NewPopulatedMapStruct(r randyDeepcopy, easy bool) *MapStruct + func (*MapStruct) Descriptor() ([]byte, []int) + func (*MapStruct) ProtoMessage() + func (m *MapStruct) Copy() *MapStruct + func (m *MapStruct) Reset() + func (this *MapStruct) Equal(that interface{}) bool + func (this *MapStruct) String() string + type NonNullableExternalStruct struct + Field1 BasicScalar + Field2 RepeatedScalar + Field3 RepeatedScalarPacked + func NewPopulatedNonNullableExternalStruct(r randyDeepcopy, easy bool) *NonNullableExternalStruct + func (*NonNullableExternalStruct) Descriptor() ([]byte, []int) + func (*NonNullableExternalStruct) ProtoMessage() + func (m *NonNullableExternalStruct) Copy() *NonNullableExternalStruct + func (m *NonNullableExternalStruct) Reset() + func (this *NonNullableExternalStruct) Equal(that interface{}) bool + func (this *NonNullableExternalStruct) String() string + type RepeatedExternalStruct struct + Field1 []*BasicScalar + Field2 []*RepeatedScalar + Field3 []*RepeatedScalarPacked + func NewPopulatedRepeatedExternalStruct(r randyDeepcopy, easy bool) *RepeatedExternalStruct + func (*RepeatedExternalStruct) Descriptor() ([]byte, []int) + func (*RepeatedExternalStruct) ProtoMessage() + func (m *RepeatedExternalStruct) Copy() *RepeatedExternalStruct + func (m *RepeatedExternalStruct) Reset() + func (this *RepeatedExternalStruct) Equal(that interface{}) bool + func (this *RepeatedExternalStruct) String() string + type RepeatedNonNullableExternalStruct struct + Field1 []BasicScalar + Field2 []RepeatedScalar + Field3 []RepeatedScalarPacked + func NewPopulatedRepeatedNonNullableExternalStruct(r randyDeepcopy, easy bool) *RepeatedNonNullableExternalStruct + func (*RepeatedNonNullableExternalStruct) Descriptor() ([]byte, []int) + func (*RepeatedNonNullableExternalStruct) ProtoMessage() + func (m *RepeatedNonNullableExternalStruct) Copy() *RepeatedNonNullableExternalStruct + func (m *RepeatedNonNullableExternalStruct) Reset() + func (this *RepeatedNonNullableExternalStruct) Equal(that interface{}) bool + func (this *RepeatedNonNullableExternalStruct) String() string + type RepeatedScalar struct + Field1 []float64 + Field10 []int32 + Field11 []uint64 + Field12 []int64 + Field13 []bool + Field14 []string + Field15 [][]byte + Field2 []float32 + Field3 []int32 + Field4 []int64 + Field5 []uint32 + Field6 []uint64 + Field7 []int32 + Field8 []int64 + Field9 []uint32 + func NewPopulatedRepeatedScalar(r randyDeepcopy, easy bool) *RepeatedScalar + func (*RepeatedScalar) Descriptor() ([]byte, []int) + func (*RepeatedScalar) ProtoMessage() + func (m *RepeatedScalar) Copy() *RepeatedScalar + func (m *RepeatedScalar) Reset() + func (this *RepeatedScalar) Equal(that interface{}) bool + func (this *RepeatedScalar) String() string + type RepeatedScalarPacked struct + Field1 []float64 + Field10 []int32 + Field11 []uint64 + Field12 []int64 + Field13 []bool + Field2 []float32 + Field3 []int32 + Field4 []int64 + Field5 []uint32 + Field6 []uint64 + Field7 []int32 + Field8 []int64 + Field9 []uint32 + func NewPopulatedRepeatedScalarPacked(r randyDeepcopy, easy bool) *RepeatedScalarPacked + func (*RepeatedScalarPacked) Descriptor() ([]byte, []int) + func (*RepeatedScalarPacked) ProtoMessage() + func (m *RepeatedScalarPacked) Copy() *RepeatedScalarPacked + func (m *RepeatedScalarPacked) Reset() + func (this *RepeatedScalarPacked) Equal(that interface{}) bool + func (this *RepeatedScalarPacked) String() string