Documentation ¶
Index ¶
- type MapStdTypes
- func (*MapStdTypes) Descriptor() ([]byte, []int)
- func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration
- func (m *MapStdTypes) IsNil() bool
- func (*MapStdTypes) ProtoMessage()
- func (m *MapStdTypes) Reset()
- func (m *MapStdTypes) SetNullableDuration_(val map[int32]*time.Duration)
- func (m *MapStdTypes) String() string
- func (m *MapStdTypes) XXX_DiscardUnknown()
- func (m *MapStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *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 ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapStdTypes ¶
type MapStdTypes struct { NullableDuration map[int32]*time.Duration `` /* 186-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MapStdTypes) Descriptor ¶
func (*MapStdTypes) Descriptor() ([]byte, []int)
func (*MapStdTypes) GetNullableDuration ¶
func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration
func (*MapStdTypes) IsNil ¶ added in v1.4.9
func (m *MapStdTypes) IsNil() bool
func (*MapStdTypes) ProtoMessage ¶
func (*MapStdTypes) ProtoMessage()
func (*MapStdTypes) Reset ¶
func (m *MapStdTypes) Reset()
func (*MapStdTypes) SetNullableDuration_ ¶ added in v1.4.9
func (m *MapStdTypes) SetNullableDuration_(val map[int32]*time.Duration)
func (*MapStdTypes) String ¶
func (m *MapStdTypes) String() string
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 (m *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.