Documentation ¶
Index ¶
- Constants
- type JoinKeyPart
- type JoinKeyPart_List
- type JoinKeyPart_Promise
- type JoinResult
- func (s JoinResult) Cap() (capnp.Pointer, error)
- func (s JoinResult) CapPtr() (capnp.Ptr, error)
- func (s JoinResult) HasCap() bool
- func (s JoinResult) JoinId() uint32
- func (s JoinResult) SetCap(v capnp.Pointer) error
- func (s JoinResult) SetCapPtr(v capnp.Ptr) error
- func (s JoinResult) SetJoinId(v uint32)
- func (s JoinResult) SetSucceeded(v bool)
- func (s JoinResult) String() string
- func (s JoinResult) Succeeded() bool
- type JoinResult_List
- type JoinResult_Promise
- type ProvisionId
- type ProvisionId_List
- type ProvisionId_Promise
- type RecipientId
- type RecipientId_List
- type RecipientId_Promise
- type Side
- type Side_List
- type ThirdPartyCapId
- type ThirdPartyCapId_List
- type ThirdPartyCapId_Promise
- type VatId
- type VatId_List
- type VatId_Promise
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 ProvisionId_TypeID = 0xb88d09a9c5f39817
ProvisionId_TypeID is the unique identifier for the type ProvisionId.
const RecipientId_TypeID = 0x89f389b6fd4082c1
RecipientId_TypeID is the unique identifier for the type RecipientId.
const ThirdPartyCapId_TypeID = 0xb47f4979672cb59d
ThirdPartyCapId_TypeID is the unique identifier for the type ThirdPartyCapId.
const VatId_TypeID = 0xd20b909fee733a8e
VatId_TypeID is the unique identifier for the type VatId.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) JoinId ¶
func (s JoinKeyPart) JoinId() uint32
func (JoinKeyPart) PartCount ¶
func (s JoinKeyPart) PartCount() uint16
func (JoinKeyPart) PartNum ¶
func (s JoinKeyPart) PartNum() uint16
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
type JoinKeyPart_List ¶
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.
func (JoinKeyPart_List) At ¶
func (s JoinKeyPart_List) At(i int) JoinKeyPart
func (JoinKeyPart_List) Set ¶
func (s JoinKeyPart_List) Set(i int, v JoinKeyPart) error
type JoinKeyPart_Promise ¶
JoinKeyPart_Promise is a wrapper for a JoinKeyPart promised by a client call.
func (JoinKeyPart_Promise) Struct ¶
func (p JoinKeyPart_Promise) Struct() (JoinKeyPart, error)
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) HasCap ¶
func (s JoinResult) HasCap() bool
func (JoinResult) JoinId ¶
func (s JoinResult) JoinId() uint32
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
type JoinResult_List ¶
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.
func (JoinResult_List) At ¶
func (s JoinResult_List) At(i int) JoinResult
func (JoinResult_List) Set ¶
func (s JoinResult_List) Set(i int, v JoinResult) error
type JoinResult_Promise ¶
JoinResult_Promise is a wrapper for a JoinResult promised by a client call.
func (JoinResult_Promise) Cap ¶
func (p JoinResult_Promise) Cap() *capnp.Pipeline
func (JoinResult_Promise) Struct ¶
func (p JoinResult_Promise) Struct() (JoinResult, error)
type ProvisionId ¶
func NewProvisionId ¶
func NewProvisionId(s *capnp.Segment) (ProvisionId, error)
func NewRootProvisionId ¶
func NewRootProvisionId(s *capnp.Segment) (ProvisionId, error)
func ReadRootProvisionId ¶
func ReadRootProvisionId(msg *capnp.Message) (ProvisionId, error)
func (ProvisionId) JoinId ¶
func (s ProvisionId) JoinId() uint32
func (ProvisionId) SetJoinId ¶
func (s ProvisionId) SetJoinId(v uint32)
func (ProvisionId) String ¶
func (s ProvisionId) String() string
type ProvisionId_List ¶
ProvisionId_List is a list of ProvisionId.
func NewProvisionId_List ¶
func NewProvisionId_List(s *capnp.Segment, sz int32) (ProvisionId_List, error)
NewProvisionId creates a new list of ProvisionId.
func (ProvisionId_List) At ¶
func (s ProvisionId_List) At(i int) ProvisionId
func (ProvisionId_List) Set ¶
func (s ProvisionId_List) Set(i int, v ProvisionId) error
type ProvisionId_Promise ¶
ProvisionId_Promise is a wrapper for a ProvisionId promised by a client call.
func (ProvisionId_Promise) Struct ¶
func (p ProvisionId_Promise) Struct() (ProvisionId, error)
type RecipientId ¶
func NewRecipientId ¶
func NewRecipientId(s *capnp.Segment) (RecipientId, error)
func NewRootRecipientId ¶
func NewRootRecipientId(s *capnp.Segment) (RecipientId, error)
func ReadRootRecipientId ¶
func ReadRootRecipientId(msg *capnp.Message) (RecipientId, error)
func (RecipientId) String ¶
func (s RecipientId) String() string
type RecipientId_List ¶
RecipientId_List is a list of RecipientId.
func NewRecipientId_List ¶
func NewRecipientId_List(s *capnp.Segment, sz int32) (RecipientId_List, error)
NewRecipientId creates a new list of RecipientId.
func (RecipientId_List) At ¶
func (s RecipientId_List) At(i int) RecipientId
func (RecipientId_List) Set ¶
func (s RecipientId_List) Set(i int, v RecipientId) error
type RecipientId_Promise ¶
RecipientId_Promise is a wrapper for a RecipientId promised by a client call.
func (RecipientId_Promise) Struct ¶
func (p RecipientId_Promise) Struct() (RecipientId, error)
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 ThirdPartyCapId ¶
func NewRootThirdPartyCapId ¶
func NewRootThirdPartyCapId(s *capnp.Segment) (ThirdPartyCapId, error)
func NewThirdPartyCapId ¶
func NewThirdPartyCapId(s *capnp.Segment) (ThirdPartyCapId, error)
func ReadRootThirdPartyCapId ¶
func ReadRootThirdPartyCapId(msg *capnp.Message) (ThirdPartyCapId, error)
func (ThirdPartyCapId) String ¶
func (s ThirdPartyCapId) String() string
type ThirdPartyCapId_List ¶
ThirdPartyCapId_List is a list of ThirdPartyCapId.
func NewThirdPartyCapId_List ¶
func NewThirdPartyCapId_List(s *capnp.Segment, sz int32) (ThirdPartyCapId_List, error)
NewThirdPartyCapId creates a new list of ThirdPartyCapId.
func (ThirdPartyCapId_List) At ¶
func (s ThirdPartyCapId_List) At(i int) ThirdPartyCapId
func (ThirdPartyCapId_List) Set ¶
func (s ThirdPartyCapId_List) Set(i int, v ThirdPartyCapId) error
type ThirdPartyCapId_Promise ¶
ThirdPartyCapId_Promise is a wrapper for a ThirdPartyCapId promised by a client call.
func (ThirdPartyCapId_Promise) Struct ¶
func (p ThirdPartyCapId_Promise) Struct() (ThirdPartyCapId, error)
type VatId_List ¶
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.
func (VatId_List) At ¶
func (s VatId_List) At(i int) VatId
type VatId_Promise ¶
VatId_Promise is a wrapper for a VatId promised by a client call.
func (VatId_Promise) Struct ¶
func (p VatId_Promise) Struct() (VatId, error)