package timefail
import "github.com/gogo/protobuf/test/issue262"
Index ¶
- Variables
- type TimeFail
- func (*TimeFail) Descriptor() ([]byte, []int)
- func (this *TimeFail) Equal(that interface{}) bool
- func (m *TimeFail) GetTimeTest() *time.Time
- func (this *TimeFail) GoString() string
- func (m *TimeFail) Marshal() (dAtA []byte, err error)
- func (m *TimeFail) MarshalTo(dAtA []byte) (int, error)
- func (*TimeFail) ProtoMessage()
- func (m *TimeFail) Reset()
- func (m *TimeFail) Size() (n int)
- func (this *TimeFail) String() string
- func (m *TimeFail) Unmarshal(dAtA []byte) error
- 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
Variables ¶
var ( ErrInvalidLengthTimefail = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTimefail = fmt.Errorf("proto: integer overflow") )
Types ¶
type TimeFail ¶
type TimeFail struct { TimeTest *time.Time `protobuf:"bytes,1,opt,name=time_test,json=timeTest,proto3,stdtime" json:"time_test,omitempty"` }
func (*TimeFail) Descriptor ¶
func (*TimeFail) Equal ¶
func (*TimeFail) GetTimeTest ¶
func (*TimeFail) GoString ¶
func (*TimeFail) Marshal ¶
func (*TimeFail) MarshalTo ¶
func (*TimeFail) ProtoMessage ¶
func (*TimeFail) ProtoMessage()
func (*TimeFail) Reset ¶
func (m *TimeFail) Reset()
func (*TimeFail) Size ¶
func (*TimeFail) String ¶
func (*TimeFail) Unmarshal ¶
func (*TimeFail) XXX_DiscardUnknown ¶
func (m *TimeFail) XXX_DiscardUnknown()
func (*TimeFail) XXX_Marshal ¶
func (*TimeFail) XXX_Merge ¶
func (*TimeFail) XXX_Size ¶
func (*TimeFail) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.2.1
- Published
- Feb 18, 2019
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 2 days ago –
Tools for package owners.