Documentation
¶
Index ¶
- Constants
- func RegisterSchema(reg *schemas.Registry)
- type Date
- func (s Date) Day() uint8
- func (Date) DecodeFromPtr(p capnp.Ptr) Date
- func (s Date) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Date) IsValid() bool
- func (s Date) Message() *capnp.Message
- func (s Date) Month() uint8
- func (s Date) Segment() *capnp.Segment
- func (s Date) SetDay(v uint8)
- func (s Date) SetMonth(v uint8)
- func (s Date) SetYear(v int16)
- func (s Date) String() string
- func (s Date) ToPtr() capnp.Ptr
- func (s Date) Year() int16
- type Date_Future
- type Date_List
Constants ¶
View Source
const Date_TypeID = 0x97e6feac0322118d
Date_TypeID is the unique identifier for the type Date.
Variables ¶
This section is empty.
Functions ¶
func RegisterSchema ¶
Types ¶
type Date_Future ¶
Date_Future is a wrapper for a Date promised by a client call.
func (Date_Future) Struct ¶
func (f Date_Future) Struct() (Date, error)
Click to show internal directories.
Click to hide internal directories.