rpctwoparty

package
v3.1.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const JoinKeyPart_TypeID = 0x95b29059097fca83

JoinKeyPart_TypeID is the unique identifier for the type JoinKeyPart.

View Source
const JoinResult_TypeID = 0x9d263a3630b7ebee

JoinResult_TypeID is the unique identifier for the type JoinResult.

View Source
const Side_TypeID = 0x9fd69ebc87b9719c

Side_TypeID is the unique identifier for the type Side.

View Source
const ThirdPartyCompletion_TypeID = 0xb7e329e92fda637d

ThirdPartyCompletion_TypeID is the unique identifier for the type ThirdPartyCompletion.

View Source
const ThirdPartyToAwait_TypeID = 0x9539708bffa85a5d

ThirdPartyToAwait_TypeID is the unique identifier for the type ThirdPartyToAwait.

View Source
const ThirdPartyToContact_TypeID = 0xe8e97b3b9f049b21

ThirdPartyToContact_TypeID is the unique identifier for the type ThirdPartyToContact.

View Source
const VatId_TypeID = 0xd20b909fee733a8e

VatId_TypeID is the unique identifier for the type VatId.

Variables

This section is empty.

Functions

func RegisterSchema

func RegisterSchema(reg *schemas.Registry)

Types

type JoinKeyPart

type JoinKeyPart capnp.Struct

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

type JoinKeyPart_Future struct{ *capnp.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

type JoinResult capnp.Struct

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) SetCap

func (s JoinResult) SetCap(c capnp.Client) error

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

type JoinResult_Future struct{ *capnp.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
const (
	Side_server Side = 0
	Side_client Side = 1
)

Values of Side.

func SideFromString

func SideFromString(c string) Side

SideFromString returns the enum value with a name, or the zero value if there's no such value.

func (Side) String

func (c Side) String() string

String returns the enum's constant name.

type Side_List

type Side_List = capnp.EnumList[Side]

func NewSide_List

func NewSide_List(s *capnp.Segment, sz int32) (Side_List, error)

type ThirdPartyCompletion

type ThirdPartyCompletion capnp.Struct

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) 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

type ThirdPartyCompletion_Future struct{ *capnp.Future }

ThirdPartyCompletion_Future is a wrapper for a ThirdPartyCompletion promised by a client call.

func (ThirdPartyCompletion_Future) Struct

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

type ThirdPartyToAwait capnp.Struct

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

type ThirdPartyToAwait_Future struct{ *capnp.Future }

ThirdPartyToAwait_Future is a wrapper for a ThirdPartyToAwait promised by a client call.

func (ThirdPartyToAwait_Future) Struct

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

type ThirdPartyToContact capnp.Struct

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) 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

type ThirdPartyToContact_Future struct{ *capnp.Future }

ThirdPartyToContact_Future is a wrapper for a ThirdPartyToContact promised by a client call.

func (ThirdPartyToContact_Future) Struct

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

type VatId capnp.Struct

func NewRootVatId

func NewRootVatId(s *capnp.Segment) (VatId, error)

func NewVatId

func NewVatId(s *capnp.Segment) (VatId, error)

func ReadRootVatId

func ReadRootVatId(msg *capnp.Message) (VatId, error)

func (VatId) DecodeFromPtr

func (VatId) DecodeFromPtr(p capnp.Ptr) VatId

func (VatId) EncodeAsPtr

func (s VatId) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (VatId) IsValid

func (s VatId) IsValid() bool

func (VatId) Message

func (s VatId) Message() *capnp.Message

func (VatId) Segment

func (s VatId) Segment() *capnp.Segment

func (VatId) SetSide

func (s VatId) SetSide(v Side)

func (VatId) Side

func (s VatId) Side() Side

func (VatId) String

func (s VatId) String() string

func (VatId) ToPtr

func (s VatId) ToPtr() capnp.Ptr

type VatId_Future

type VatId_Future struct{ *capnp.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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL