Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + type MapStdTypes struct + Duration map[int32]time.Duration + NullableDuration map[int32]*time.Duration + NullableTimestamp map[int32]*time.Time + Timestamp map[int32]time.Time + func NewPopulatedMapStdTypes(r randyStdtypes, easy bool) *MapStdTypes + func (*MapStdTypes) Descriptor() ([]byte, []int) + func (*MapStdTypes) ProtoMessage() + func (m *MapStdTypes) GetDuration() map[int32]time.Duration + func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration + func (m *MapStdTypes) GetNullableTimestamp() map[int32]*time.Time + func (m *MapStdTypes) GetTimestamp() map[int32]time.Time + func (m *MapStdTypes) Reset() + func (m *MapStdTypes) Size() (n int) + func (m *MapStdTypes) String() string + func (this *MapStdTypes) Equal(that interface{}) bool + func (this *MapStdTypes) GoString() string + func (this *MapStdTypes) VerboseEqual(that interface{}) error + type OneofStdTypes struct + OneOfStdTimes isOneofStdTypes_OneOfStdTimes + func NewPopulatedOneofStdTypes(r randyStdtypes, easy bool) *OneofStdTypes + func (*OneofStdTypes) Descriptor() ([]byte, []int) + func (*OneofStdTypes) ProtoMessage() + func (*OneofStdTypes) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *OneofStdTypes) GetDuration() *time.Duration + func (m *OneofStdTypes) GetOneOfStdTimes() isOneofStdTypes_OneOfStdTimes + func (m *OneofStdTypes) GetTimestamp() *time.Time + func (m *OneofStdTypes) Reset() + func (m *OneofStdTypes) Size() (n int) + func (m *OneofStdTypes) String() string + func (this *OneofStdTypes) Equal(that interface{}) bool + func (this *OneofStdTypes) GoString() string + func (this *OneofStdTypes) VerboseEqual(that interface{}) error + type OneofStdTypes_Duration struct + Duration *time.Duration + func NewPopulatedOneofStdTypes_Duration(r randyStdtypes, easy bool) *OneofStdTypes_Duration + func (m *OneofStdTypes_Duration) Size() (n int) + func (this *OneofStdTypes_Duration) Equal(that interface{}) bool + func (this *OneofStdTypes_Duration) GoString() string + func (this *OneofStdTypes_Duration) VerboseEqual(that interface{}) error + type OneofStdTypes_Timestamp struct + Timestamp *time.Time + func NewPopulatedOneofStdTypes_Timestamp(r randyStdtypes, easy bool) *OneofStdTypes_Timestamp + func (m *OneofStdTypes_Timestamp) Size() (n int) + func (this *OneofStdTypes_Timestamp) Equal(that interface{}) bool + func (this *OneofStdTypes_Timestamp) GoString() string + func (this *OneofStdTypes_Timestamp) VerboseEqual(that interface{}) error + type RepStdTypes struct + Durations []time.Duration + NullableDurations []*time.Duration + NullableTimestamps []*time.Time + Timestamps []time.Time + func NewPopulatedRepStdTypes(r randyStdtypes, easy bool) *RepStdTypes + func (*RepStdTypes) Descriptor() ([]byte, []int) + func (*RepStdTypes) ProtoMessage() + func (m *RepStdTypes) GetDurations() []time.Duration + func (m *RepStdTypes) GetNullableDurations() []*time.Duration + func (m *RepStdTypes) GetNullableTimestamps() []*time.Time + func (m *RepStdTypes) GetTimestamps() []time.Time + func (m *RepStdTypes) Reset() + func (m *RepStdTypes) Size() (n int) + func (m *RepStdTypes) String() string + func (this *RepStdTypes) Equal(that interface{}) bool + func (this *RepStdTypes) GoString() string + func (this *RepStdTypes) VerboseEqual(that interface{}) error + type StdTypes struct + Duration time.Duration + NullableDuration *time.Duration + NullableTimestamp *time.Time + Timestamp time.Time + func NewPopulatedStdTypes(r randyStdtypes, easy bool) *StdTypes + func (*StdTypes) Descriptor() ([]byte, []int) + func (*StdTypes) ProtoMessage() + func (m *StdTypes) GetDuration() time.Duration + func (m *StdTypes) GetNullableDuration() *time.Duration + func (m *StdTypes) GetNullableTimestamp() *time.Time + func (m *StdTypes) GetTimestamp() time.Time + func (m *StdTypes) Reset() + func (m *StdTypes) Size() (n int) + func (m *StdTypes) String() string + func (this *StdTypes) Equal(that interface{}) bool + func (this *StdTypes) GoString() string + func (this *StdTypes) VerboseEqual(that interface{}) error