Documentation ¶
Index ¶
Constants ¶
View Source
const Event_TypeID = 0x9c032508b61d1d09
Event_TypeID is the unique identifier for the type Event.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event_List ¶
Event_List is a list of Event.
func NewEvent_List ¶
func NewEvent_List(s *capnp.Segment, sz int32) (Event_List, error)
NewEvent creates a new list of Event.
func (Event_List) At ¶
func (s Event_List) At(i int) Event
func (Event_List) String ¶
func (s Event_List) String() string
type Event_Promise ¶
Event_Promise is a wrapper for a Event promised by a client call.
func (Event_Promise) Struct ¶
func (p Event_Promise) Struct() (Event, error)
Click to show internal directories.
Click to hide internal directories.