Documentation ¶
Index ¶
- type TimeFail
- func (*TimeFail) Descriptor() ([]byte, []int)
- func (m *TimeFail) GetTimeTest() *time.Time
- func (m *TimeFail) IsNil() bool
- func (*TimeFail) ProtoMessage()
- func (m *TimeFail) Reset()
- func (m *TimeFail) SetTimeTest_(val *time.Time)
- func (m *TimeFail) String() string
- func (m *TimeFail) XXX_DiscardUnknown()
- func (m *TimeFail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TimeFail) XXX_Merge(src proto.Message)
- func (m *TimeFail) XXX_Size() int
- func (m *TimeFail) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeFail ¶
type TimeFail struct { TimeTest *time.Time `protobuf:"bytes,1,opt,name=time_test,json=timeTest,proto3,stdtime" json:"time_test,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TimeFail) Descriptor ¶
func (*TimeFail) GetTimeTest ¶
func (*TimeFail) ProtoMessage ¶
func (*TimeFail) ProtoMessage()
func (*TimeFail) SetTimeTest_ ¶ added in v1.4.9
func (*TimeFail) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *TimeFail) XXX_DiscardUnknown()
func (*TimeFail) XXX_Marshal ¶ added in v1.1.0
func (*TimeFail) XXX_Unmarshal ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.