Documentation ¶
Index ¶
- type Date
- func (*Date) Descriptor() ([]byte, []int)
- func (m *Date) GetDay() int32
- func (m *Date) GetMonth() int32
- func (m *Date) GetYear() int32
- func (*Date) ProtoMessage()
- func (m *Date) Reset()
- func (m *Date) String() string
- func (m *Date) XXX_DiscardUnknown()
- func (m *Date) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Date) XXX_Merge(src proto.Message)
- func (m *Date) XXX_Size() int
- func (m *Date) XXX_Unmarshal(b []byte) error
- type DateRange
- func (*DateRange) Descriptor() ([]byte, []int)
- func (m *DateRange) GetEnd() *Date
- func (m *DateRange) GetStart() *Date
- func (*DateRange) ProtoMessage()
- func (m *DateRange) Reset()
- func (m *DateRange) String() string
- func (m *DateRange) XXX_DiscardUnknown()
- func (m *DateRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DateRange) XXX_Merge(src proto.Message)
- func (m *DateRange) XXX_Size() int
- func (m *DateRange) XXX_Unmarshal(b []byte) error
- type DateRanges
- func (*DateRanges) Descriptor() ([]byte, []int)
- func (m *DateRanges) GetRanges() []*DateRange
- func (*DateRanges) ProtoMessage()
- func (m *DateRanges) Reset()
- func (m *DateRanges) String() string
- func (m *DateRanges) XXX_DiscardUnknown()
- func (m *DateRanges) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DateRanges) XXX_Merge(src proto.Message)
- func (m *DateRanges) XXX_Size() int
- func (m *DateRanges) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Date ¶
type Date struct { Day int32 `protobuf:"varint,1,opt,name=day,proto3" json:"day,omitempty"` Month int32 `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"` Year int32 `protobuf:"varint,3,opt,name=year,proto3" json:"year,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Date) Descriptor ¶
func (*Date) ProtoMessage ¶
func (*Date) ProtoMessage()
func (*Date) XXX_DiscardUnknown ¶
func (m *Date) XXX_DiscardUnknown()
func (*Date) XXX_Unmarshal ¶
type DateRange ¶
type DateRange struct { Start *Date `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End *Date `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DateRange) Descriptor ¶
func (*DateRange) ProtoMessage ¶
func (*DateRange) ProtoMessage()
func (*DateRange) XXX_DiscardUnknown ¶
func (m *DateRange) XXX_DiscardUnknown()
func (*DateRange) XXX_Marshal ¶
func (*DateRange) XXX_Unmarshal ¶
type DateRanges ¶
type DateRanges struct { Ranges []*DateRange `protobuf:"bytes,1,rep,name=ranges,proto3" json:"ranges,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DateRanges) Descriptor ¶
func (*DateRanges) Descriptor() ([]byte, []int)
func (*DateRanges) GetRanges ¶
func (m *DateRanges) GetRanges() []*DateRange
func (*DateRanges) ProtoMessage ¶
func (*DateRanges) ProtoMessage()
func (*DateRanges) Reset ¶
func (m *DateRanges) Reset()
func (*DateRanges) String ¶
func (m *DateRanges) String() string
func (*DateRanges) XXX_DiscardUnknown ¶
func (m *DateRanges) XXX_DiscardUnknown()
func (*DateRanges) XXX_Marshal ¶
func (m *DateRanges) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DateRanges) XXX_Merge ¶
func (m *DateRanges) XXX_Merge(src proto.Message)
func (*DateRanges) XXX_Size ¶
func (m *DateRanges) XXX_Size() int
func (*DateRanges) XXX_Unmarshal ¶
func (m *DateRanges) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.