Documentation ¶
Index ¶
Constants ¶
View Source
const VDisc_TypeID = 0x8eca7be395a515b4
VDisc_TypeID is the unique identifier for the type VDisc.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VDisc ¶
type VDisc_List ¶
VDisc_List is a list of VDisc.
func NewVDisc_List ¶
func NewVDisc_List(s *capnp.Segment, sz int32) (VDisc_List, error)
NewVDisc creates a new list of VDisc.
func (VDisc_List) At ¶
func (s VDisc_List) At(i int) VDisc
func (VDisc_List) String ¶
func (s VDisc_List) String() string
type VDisc_Promise ¶
VDisc_Promise is a wrapper for a VDisc promised by a client call.
func (VDisc_Promise) Struct ¶
func (p VDisc_Promise) Struct() (VDisc, error)
func (VDisc_Promise) V1 ¶
func (p VDisc_Promise) V1() vdisc_types_v1.VDisc_Promise
Click to show internal directories.
Click to hide internal directories.