Documentation
¶
Index ¶
- Constants
- func RegisterSchema(reg *schemas.Registry)
- type JoinKeyPart
- func (JoinKeyPart) DecodeFromPtr(p capnp.Ptr) JoinKeyPart
- func (s JoinKeyPart) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s JoinKeyPart) IsValid() bool
- func (s JoinKeyPart) JoinId() uint32
- func (s JoinKeyPart) Message() *capnp.Message
- func (s JoinKeyPart) PartCount() uint16
- func (s JoinKeyPart) PartNum() uint16
- func (s JoinKeyPart) Segment() *capnp.Segment
- func (s JoinKeyPart) SetJoinId(v uint32)
- func (s JoinKeyPart) SetPartCount(v uint16)
- func (s JoinKeyPart) SetPartNum(v uint16)
- func (s JoinKeyPart) String() string
- func (s JoinKeyPart) ToPtr() capnp.Ptr
- type JoinKeyPart_Future
- type JoinKeyPart_List
- type JoinResult
- func (s JoinResult) Cap() capnp.Client
- func (JoinResult) DecodeFromPtr(p capnp.Ptr) JoinResult
- func (s JoinResult) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s JoinResult) HasCap() bool
- func (s JoinResult) IsValid() bool
- func (s JoinResult) JoinId() uint32
- func (s JoinResult) Message() *capnp.Message
- func (s JoinResult) Segment() *capnp.Segment
- func (s JoinResult) SetCap(c capnp.Client) error
- func (s JoinResult) SetJoinId(v uint32)
- func (s JoinResult) SetSucceeded(v bool)
- func (s JoinResult) String() string
- func (s JoinResult) Succeeded() bool
- func (s JoinResult) ToPtr() capnp.Ptr
- type JoinResult_Future
- type JoinResult_List
- type Side
- type Side_List
- type ThirdPartyCompletion
- func (ThirdPartyCompletion) DecodeFromPtr(p capnp.Ptr) ThirdPartyCompletion
- func (s ThirdPartyCompletion) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ThirdPartyCompletion) IsValid() bool
- func (s ThirdPartyCompletion) JoinId() uint32
- func (s ThirdPartyCompletion) Message() *capnp.Message
- func (s ThirdPartyCompletion) Segment() *capnp.Segment
- func (s ThirdPartyCompletion) SetJoinId(v uint32)
- func (s ThirdPartyCompletion) String() string
- func (s ThirdPartyCompletion) ToPtr() capnp.Ptr
- type ThirdPartyCompletion_Future
- type ThirdPartyCompletion_List
- type ThirdPartyToAwait
- func (ThirdPartyToAwait) DecodeFromPtr(p capnp.Ptr) ThirdPartyToAwait
- func (s ThirdPartyToAwait) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ThirdPartyToAwait) IsValid() bool
- func (s ThirdPartyToAwait) Message() *capnp.Message
- func (s ThirdPartyToAwait) Segment() *capnp.Segment
- func (s ThirdPartyToAwait) String() string
- func (s ThirdPartyToAwait) ToPtr() capnp.Ptr
- type ThirdPartyToAwait_Future
- type ThirdPartyToAwait_List
- type ThirdPartyToContact
- func (ThirdPartyToContact) DecodeFromPtr(p capnp.Ptr) ThirdPartyToContact
- func (s ThirdPartyToContact) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ThirdPartyToContact) IsValid() bool
- func (s ThirdPartyToContact) Message() *capnp.Message
- func (s ThirdPartyToContact) Segment() *capnp.Segment
- func (s ThirdPartyToContact) String() string
- func (s ThirdPartyToContact) ToPtr() capnp.Ptr
- type ThirdPartyToContact_Future
- type ThirdPartyToContact_List
- type VatId
- func (VatId) DecodeFromPtr(p capnp.Ptr) VatId
- func (s VatId) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VatId) IsValid() bool
- func (s VatId) Message() *capnp.Message
- func (s VatId) Segment() *capnp.Segment
- func (s VatId) SetSide(v Side)
- func (s VatId) Side() Side
- func (s VatId) String() string
- func (s VatId) ToPtr() capnp.Ptr
- type VatId_Future
- type VatId_List
Constants ¶
const JoinKeyPart_TypeID = 0x95b29059097fca83
JoinKeyPart_TypeID is the unique identifier for the type JoinKeyPart.
const JoinResult_TypeID = 0x9d263a3630b7ebee
JoinResult_TypeID is the unique identifier for the type JoinResult.
const Side_TypeID = 0x9fd69ebc87b9719c
Side_TypeID is the unique identifier for the type Side.
const ThirdPartyCompletion_TypeID = 0xb7e329e92fda637d
ThirdPartyCompletion_TypeID is the unique identifier for the type ThirdPartyCompletion.
const ThirdPartyToAwait_TypeID = 0x9539708bffa85a5d
ThirdPartyToAwait_TypeID is the unique identifier for the type ThirdPartyToAwait.
const ThirdPartyToContact_TypeID = 0xe8e97b3b9f049b21
ThirdPartyToContact_TypeID is the unique identifier for the type ThirdPartyToContact.
const VatId_TypeID = 0xd20b909fee733a8e
VatId_TypeID is the unique identifier for the type VatId.
Variables ¶
This section is empty.
Functions ¶
func RegisterSchema ¶
Types ¶
type JoinKeyPart ¶
func NewJoinKeyPart ¶
func NewJoinKeyPart(s *capnp.Segment) (JoinKeyPart, error)
func NewRootJoinKeyPart ¶
func NewRootJoinKeyPart(s *capnp.Segment) (JoinKeyPart, error)
func ReadRootJoinKeyPart ¶
func ReadRootJoinKeyPart(msg *capnp.Message) (JoinKeyPart, error)
func (JoinKeyPart) DecodeFromPtr ¶
func (JoinKeyPart) DecodeFromPtr(p capnp.Ptr) JoinKeyPart
func (JoinKeyPart) EncodeAsPtr ¶
func (s JoinKeyPart) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (JoinKeyPart) IsValid ¶
func (s JoinKeyPart) IsValid() bool
func (JoinKeyPart) JoinId ¶
func (s JoinKeyPart) JoinId() uint32
func (JoinKeyPart) Message ¶
func (s JoinKeyPart) Message() *capnp.Message
func (JoinKeyPart) PartCount ¶
func (s JoinKeyPart) PartCount() uint16
func (JoinKeyPart) PartNum ¶
func (s JoinKeyPart) PartNum() uint16
func (JoinKeyPart) Segment ¶
func (s JoinKeyPart) Segment() *capnp.Segment
func (JoinKeyPart) SetJoinId ¶
func (s JoinKeyPart) SetJoinId(v uint32)
func (JoinKeyPart) SetPartCount ¶
func (s JoinKeyPart) SetPartCount(v uint16)
func (JoinKeyPart) SetPartNum ¶
func (s JoinKeyPart) SetPartNum(v uint16)
func (JoinKeyPart) String ¶
func (s JoinKeyPart) String() string
func (JoinKeyPart) ToPtr ¶
func (s JoinKeyPart) ToPtr() capnp.Ptr
type JoinKeyPart_Future ¶
JoinKeyPart_Future is a wrapper for a JoinKeyPart promised by a client call.
func (JoinKeyPart_Future) Struct ¶
func (f JoinKeyPart_Future) Struct() (JoinKeyPart, error)
type JoinKeyPart_List ¶
type JoinKeyPart_List = capnp.StructList[JoinKeyPart]
JoinKeyPart_List is a list of JoinKeyPart.
func NewJoinKeyPart_List ¶
func NewJoinKeyPart_List(s *capnp.Segment, sz int32) (JoinKeyPart_List, error)
NewJoinKeyPart creates a new list of JoinKeyPart.
type JoinResult ¶
func NewJoinResult ¶
func NewJoinResult(s *capnp.Segment) (JoinResult, error)
func NewRootJoinResult ¶
func NewRootJoinResult(s *capnp.Segment) (JoinResult, error)
func ReadRootJoinResult ¶
func ReadRootJoinResult(msg *capnp.Message) (JoinResult, error)
func (JoinResult) Cap ¶
func (s JoinResult) Cap() capnp.Client
func (JoinResult) DecodeFromPtr ¶
func (JoinResult) DecodeFromPtr(p capnp.Ptr) JoinResult
func (JoinResult) EncodeAsPtr ¶
func (s JoinResult) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (JoinResult) HasCap ¶
func (s JoinResult) HasCap() bool
func (JoinResult) IsValid ¶
func (s JoinResult) IsValid() bool
func (JoinResult) JoinId ¶
func (s JoinResult) JoinId() uint32
func (JoinResult) Message ¶
func (s JoinResult) Message() *capnp.Message
func (JoinResult) Segment ¶
func (s JoinResult) Segment() *capnp.Segment
func (JoinResult) SetJoinId ¶
func (s JoinResult) SetJoinId(v uint32)
func (JoinResult) SetSucceeded ¶
func (s JoinResult) SetSucceeded(v bool)
func (JoinResult) String ¶
func (s JoinResult) String() string
func (JoinResult) Succeeded ¶
func (s JoinResult) Succeeded() bool
func (JoinResult) ToPtr ¶
func (s JoinResult) ToPtr() capnp.Ptr
type JoinResult_Future ¶
JoinResult_Future is a wrapper for a JoinResult promised by a client call.
func (JoinResult_Future) Cap ¶
func (p JoinResult_Future) Cap() capnp.Client
func (JoinResult_Future) Struct ¶
func (f JoinResult_Future) Struct() (JoinResult, error)
type JoinResult_List ¶
type JoinResult_List = capnp.StructList[JoinResult]
JoinResult_List is a list of JoinResult.
func NewJoinResult_List ¶
func NewJoinResult_List(s *capnp.Segment, sz int32) (JoinResult_List, error)
NewJoinResult creates a new list of JoinResult.
type Side ¶
type Side uint16
func SideFromString ¶
SideFromString returns the enum value with a name, or the zero value if there's no such value.
type ThirdPartyCompletion ¶
func NewRootThirdPartyCompletion ¶
func NewRootThirdPartyCompletion(s *capnp.Segment) (ThirdPartyCompletion, error)
func NewThirdPartyCompletion ¶
func NewThirdPartyCompletion(s *capnp.Segment) (ThirdPartyCompletion, error)
func ReadRootThirdPartyCompletion ¶
func ReadRootThirdPartyCompletion(msg *capnp.Message) (ThirdPartyCompletion, error)
func (ThirdPartyCompletion) DecodeFromPtr ¶
func (ThirdPartyCompletion) DecodeFromPtr(p capnp.Ptr) ThirdPartyCompletion
func (ThirdPartyCompletion) EncodeAsPtr ¶
func (s ThirdPartyCompletion) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (ThirdPartyCompletion) IsValid ¶
func (s ThirdPartyCompletion) IsValid() bool
func (ThirdPartyCompletion) JoinId ¶
func (s ThirdPartyCompletion) JoinId() uint32
func (ThirdPartyCompletion) Message ¶
func (s ThirdPartyCompletion) Message() *capnp.Message
func (ThirdPartyCompletion) Segment ¶
func (s ThirdPartyCompletion) Segment() *capnp.Segment
func (ThirdPartyCompletion) SetJoinId ¶
func (s ThirdPartyCompletion) SetJoinId(v uint32)
func (ThirdPartyCompletion) String ¶
func (s ThirdPartyCompletion) String() string
func (ThirdPartyCompletion) ToPtr ¶
func (s ThirdPartyCompletion) ToPtr() capnp.Ptr
type ThirdPartyCompletion_Future ¶
ThirdPartyCompletion_Future is a wrapper for a ThirdPartyCompletion promised by a client call.
func (ThirdPartyCompletion_Future) Struct ¶
func (f ThirdPartyCompletion_Future) Struct() (ThirdPartyCompletion, error)
type ThirdPartyCompletion_List ¶
type ThirdPartyCompletion_List = capnp.StructList[ThirdPartyCompletion]
ThirdPartyCompletion_List is a list of ThirdPartyCompletion.
func NewThirdPartyCompletion_List ¶
func NewThirdPartyCompletion_List(s *capnp.Segment, sz int32) (ThirdPartyCompletion_List, error)
NewThirdPartyCompletion creates a new list of ThirdPartyCompletion.
type ThirdPartyToAwait ¶
func NewRootThirdPartyToAwait ¶
func NewRootThirdPartyToAwait(s *capnp.Segment) (ThirdPartyToAwait, error)
func NewThirdPartyToAwait ¶
func NewThirdPartyToAwait(s *capnp.Segment) (ThirdPartyToAwait, error)
func ReadRootThirdPartyToAwait ¶
func ReadRootThirdPartyToAwait(msg *capnp.Message) (ThirdPartyToAwait, error)
func (ThirdPartyToAwait) DecodeFromPtr ¶
func (ThirdPartyToAwait) DecodeFromPtr(p capnp.Ptr) ThirdPartyToAwait
func (ThirdPartyToAwait) EncodeAsPtr ¶
func (s ThirdPartyToAwait) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (ThirdPartyToAwait) IsValid ¶
func (s ThirdPartyToAwait) IsValid() bool
func (ThirdPartyToAwait) Message ¶
func (s ThirdPartyToAwait) Message() *capnp.Message
func (ThirdPartyToAwait) Segment ¶
func (s ThirdPartyToAwait) Segment() *capnp.Segment
func (ThirdPartyToAwait) String ¶
func (s ThirdPartyToAwait) String() string
func (ThirdPartyToAwait) ToPtr ¶
func (s ThirdPartyToAwait) ToPtr() capnp.Ptr
type ThirdPartyToAwait_Future ¶
ThirdPartyToAwait_Future is a wrapper for a ThirdPartyToAwait promised by a client call.
func (ThirdPartyToAwait_Future) Struct ¶
func (f ThirdPartyToAwait_Future) Struct() (ThirdPartyToAwait, error)
type ThirdPartyToAwait_List ¶
type ThirdPartyToAwait_List = capnp.StructList[ThirdPartyToAwait]
ThirdPartyToAwait_List is a list of ThirdPartyToAwait.
func NewThirdPartyToAwait_List ¶
func NewThirdPartyToAwait_List(s *capnp.Segment, sz int32) (ThirdPartyToAwait_List, error)
NewThirdPartyToAwait creates a new list of ThirdPartyToAwait.
type ThirdPartyToContact ¶
func NewRootThirdPartyToContact ¶
func NewRootThirdPartyToContact(s *capnp.Segment) (ThirdPartyToContact, error)
func NewThirdPartyToContact ¶
func NewThirdPartyToContact(s *capnp.Segment) (ThirdPartyToContact, error)
func ReadRootThirdPartyToContact ¶
func ReadRootThirdPartyToContact(msg *capnp.Message) (ThirdPartyToContact, error)
func (ThirdPartyToContact) DecodeFromPtr ¶
func (ThirdPartyToContact) DecodeFromPtr(p capnp.Ptr) ThirdPartyToContact
func (ThirdPartyToContact) EncodeAsPtr ¶
func (s ThirdPartyToContact) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (ThirdPartyToContact) IsValid ¶
func (s ThirdPartyToContact) IsValid() bool
func (ThirdPartyToContact) Message ¶
func (s ThirdPartyToContact) Message() *capnp.Message
func (ThirdPartyToContact) Segment ¶
func (s ThirdPartyToContact) Segment() *capnp.Segment
func (ThirdPartyToContact) String ¶
func (s ThirdPartyToContact) String() string
func (ThirdPartyToContact) ToPtr ¶
func (s ThirdPartyToContact) ToPtr() capnp.Ptr
type ThirdPartyToContact_Future ¶
ThirdPartyToContact_Future is a wrapper for a ThirdPartyToContact promised by a client call.
func (ThirdPartyToContact_Future) Struct ¶
func (f ThirdPartyToContact_Future) Struct() (ThirdPartyToContact, error)
type ThirdPartyToContact_List ¶
type ThirdPartyToContact_List = capnp.StructList[ThirdPartyToContact]
ThirdPartyToContact_List is a list of ThirdPartyToContact.
func NewThirdPartyToContact_List ¶
func NewThirdPartyToContact_List(s *capnp.Segment, sz int32) (ThirdPartyToContact_List, error)
NewThirdPartyToContact creates a new list of ThirdPartyToContact.
type VatId_Future ¶
VatId_Future is a wrapper for a VatId promised by a client call.
func (VatId_Future) Struct ¶
func (f VatId_Future) Struct() (VatId, error)
type VatId_List ¶
type VatId_List = capnp.StructList[VatId]
VatId_List is a list of VatId.
func NewVatId_List ¶
func NewVatId_List(s *capnp.Segment, sz int32) (VatId_List, error)
NewVatId creates a new list of VatId.