Documentation ¶
Index ¶
- Variables
- type MapStdTypes
- func (*MapStdTypes) Descriptor() ([]byte, []int)
- func (this *MapStdTypes) Equal(that interface{}) bool
- func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration
- func (this *MapStdTypes) GoString() string
- func (m *MapStdTypes) Marshal() (dAtA []byte, err error)
- func (m *MapStdTypes) MarshalTo(dAtA []byte) (int, error)
- func (*MapStdTypes) ProtoMessage()
- func (m *MapStdTypes) Reset()
- func (m *MapStdTypes) Size() (n int)
- func (this *MapStdTypes) String() string
- func (m *MapStdTypes) Unmarshal(dAtA []byte) error
- func (m *MapStdTypes) XXX_DiscardUnknown()
- func (m *MapStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MapStdTypes) XXX_Merge(src proto.Message)
- func (m *MapStdTypes) XXX_Size() int
- func (m *MapStdTypes) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthIssue261 = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIssue261 = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type MapStdTypes ¶
type MapStdTypes struct { NullableDuration map[int32]*time.Duration `` /* 172-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MapStdTypes) Descriptor ¶
func (*MapStdTypes) Descriptor() ([]byte, []int)
func (*MapStdTypes) Equal ¶
func (this *MapStdTypes) Equal(that interface{}) bool
func (*MapStdTypes) GetNullableDuration ¶
func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration
func (*MapStdTypes) GoString ¶
func (this *MapStdTypes) GoString() string
func (*MapStdTypes) Marshal ¶
func (m *MapStdTypes) Marshal() (dAtA []byte, err error)
func (*MapStdTypes) ProtoMessage ¶
func (*MapStdTypes) ProtoMessage()
func (*MapStdTypes) Reset ¶
func (m *MapStdTypes) Reset()
func (*MapStdTypes) Size ¶
func (m *MapStdTypes) Size() (n int)
func (*MapStdTypes) String ¶
func (this *MapStdTypes) String() string
func (*MapStdTypes) Unmarshal ¶
func (m *MapStdTypes) Unmarshal(dAtA []byte) error
func (*MapStdTypes) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *MapStdTypes) XXX_DiscardUnknown()
func (*MapStdTypes) XXX_Marshal ¶ added in v1.1.0
func (m *MapStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MapStdTypes) XXX_Merge ¶ added in v1.1.0
func (dst *MapStdTypes) XXX_Merge(src proto.Message)
func (*MapStdTypes) XXX_Size ¶ added in v1.1.0
func (m *MapStdTypes) XXX_Size() int
func (*MapStdTypes) XXX_Unmarshal ¶ added in v1.1.0
func (m *MapStdTypes) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.