Documentation
¶
Index ¶
- Constants
- Variables
- func CallSequence_Methods(methods []server.Method, s CallSequence_Server) []server.Method
- func CallSequence_NewServer(s CallSequence_Server) *server.Server
- func Echo_Methods(methods []server.Method, s Echo_Server) []server.Method
- func Echo_NewServer(s Echo_Server) *server.Server
- func Pipeliner_Methods(methods []server.Method, s Pipeliner_Server) []server.Method
- func Pipeliner_NewServer(s Pipeliner_Server) *server.Server
- func RegisterSchema(reg *schemas.Registry)
- type A320
- func (s A320) Base() (PlaneBase, error)
- func (A320) DecodeFromPtr(p capnp.Ptr) A320
- func (s A320) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s A320) HasBase() bool
- func (s A320) IsValid() bool
- func (s A320) Message() *capnp.Message
- func (s A320) NewBase() (PlaneBase, error)
- func (s A320) Segment() *capnp.Segment
- func (s A320) SetBase(v PlaneBase) error
- func (s A320) String() string
- func (s A320) ToPtr() capnp.Ptr
- type A320_Future
- type A320_List
- type Aircraft
- func (s Aircraft) A320() (A320, error)
- func (s Aircraft) B737() (B737, error)
- func (Aircraft) DecodeFromPtr(p capnp.Ptr) Aircraft
- func (s Aircraft) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Aircraft) F16() (F16, error)
- func (s Aircraft) HasA320() bool
- func (s Aircraft) HasB737() bool
- func (s Aircraft) HasF16() bool
- func (s Aircraft) IsValid() bool
- func (s Aircraft) Message() *capnp.Message
- func (s Aircraft) NewA320() (A320, error)
- func (s Aircraft) NewB737() (B737, error)
- func (s Aircraft) NewF16() (F16, error)
- func (s Aircraft) Segment() *capnp.Segment
- func (s Aircraft) SetA320(v A320) error
- func (s Aircraft) SetB737(v B737) error
- func (s Aircraft) SetF16(v F16) error
- func (s Aircraft) SetVoid()
- func (s Aircraft) String() string
- func (s Aircraft) ToPtr() capnp.Ptr
- func (s Aircraft) Which() Aircraft_Which
- type Aircraft_Future
- type Aircraft_List
- type Aircraft_Which
- type Airport
- type Airport_List
- type AllocBenchmark
- func (AllocBenchmark) DecodeFromPtr(p capnp.Ptr) AllocBenchmark
- func (s AllocBenchmark) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s AllocBenchmark) Fields() (AllocBenchmark_Field_List, error)
- func (s AllocBenchmark) HasFields() bool
- func (s AllocBenchmark) IsValid() bool
- func (s AllocBenchmark) Message() *capnp.Message
- func (s AllocBenchmark) NewFields(n int32) (AllocBenchmark_Field_List, error)
- func (s AllocBenchmark) Segment() *capnp.Segment
- func (s AllocBenchmark) SetFields(v AllocBenchmark_Field_List) error
- func (s AllocBenchmark) String() string
- func (s AllocBenchmark) ToPtr() capnp.Ptr
- type AllocBenchmark_Field
- func (AllocBenchmark_Field) DecodeFromPtr(p capnp.Ptr) AllocBenchmark_Field
- func (s AllocBenchmark_Field) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s AllocBenchmark_Field) HasStringValue() bool
- func (s AllocBenchmark_Field) IsValid() bool
- func (s AllocBenchmark_Field) Message() *capnp.Message
- func (s AllocBenchmark_Field) Segment() *capnp.Segment
- func (s AllocBenchmark_Field) SetStringValue(v string) error
- func (s AllocBenchmark_Field) String() string
- func (s AllocBenchmark_Field) StringValue() (string, error)
- func (s AllocBenchmark_Field) StringValueBytes() ([]byte, error)
- func (s AllocBenchmark_Field) ToPtr() capnp.Ptr
- type AllocBenchmark_Field_Future
- type AllocBenchmark_Field_List
- type AllocBenchmark_Future
- type AllocBenchmark_List
- type B737
- func (s B737) Base() (PlaneBase, error)
- func (B737) DecodeFromPtr(p capnp.Ptr) B737
- func (s B737) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s B737) HasBase() bool
- func (s B737) IsValid() bool
- func (s B737) Message() *capnp.Message
- func (s B737) NewBase() (PlaneBase, error)
- func (s B737) Segment() *capnp.Segment
- func (s B737) SetBase(v PlaneBase) error
- func (s B737) String() string
- func (s B737) ToPtr() capnp.Ptr
- type B737_Future
- type B737_List
- type Bag
- func (s Bag) Counter() (Counter, error)
- func (Bag) DecodeFromPtr(p capnp.Ptr) Bag
- func (s Bag) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Bag) HasCounter() bool
- func (s Bag) IsValid() bool
- func (s Bag) Message() *capnp.Message
- func (s Bag) NewCounter() (Counter, error)
- func (s Bag) Segment() *capnp.Segment
- func (s Bag) SetCounter(v Counter) error
- func (s Bag) String() string
- func (s Bag) ToPtr() capnp.Ptr
- type Bag_Future
- type Bag_List
- type BenchmarkA
- func (s BenchmarkA) BirthDay() int64
- func (BenchmarkA) DecodeFromPtr(p capnp.Ptr) BenchmarkA
- func (s BenchmarkA) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s BenchmarkA) HasName() bool
- func (s BenchmarkA) HasPhone() bool
- func (s BenchmarkA) IsValid() bool
- func (s BenchmarkA) Message() *capnp.Message
- func (s BenchmarkA) Money() float64
- func (s BenchmarkA) Name() (string, error)
- func (s BenchmarkA) NameBytes() ([]byte, error)
- func (s BenchmarkA) Phone() (string, error)
- func (s BenchmarkA) PhoneBytes() ([]byte, error)
- func (s BenchmarkA) Segment() *capnp.Segment
- func (s BenchmarkA) SetBirthDay(v int64)
- func (s BenchmarkA) SetMoney(v float64)
- func (s BenchmarkA) SetName(v string) error
- func (s BenchmarkA) SetPhone(v string) error
- func (s BenchmarkA) SetSiblings(v int32)
- func (s BenchmarkA) SetSpouse(v bool)
- func (s BenchmarkA) Siblings() int32
- func (s BenchmarkA) Spouse() bool
- func (s BenchmarkA) String() string
- func (s BenchmarkA) ToPtr() capnp.Ptr
- type BenchmarkA_Future
- type BenchmarkA_List
- type CallSequence
- func (c CallSequence) AddRef() CallSequence
- func (CallSequence) DecodeFromPtr(p capnp.Ptr) CallSequence
- func (c CallSequence) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (c CallSequence) GetFlowLimiter() fc.FlowLimiter
- func (c CallSequence) GetNumber(ctx context.Context, params func(CallSequence_getNumber_Params) error) (CallSequence_getNumber_Results_Future, capnp.ReleaseFunc)
- func (c CallSequence) IsSame(other CallSequence) bool
- func (c CallSequence) IsValid() bool
- func (c CallSequence) Release()
- func (c CallSequence) Resolve(ctx context.Context) error
- func (c CallSequence) SetFlowLimiter(lim fc.FlowLimiter)
- func (c CallSequence) String() string
- func (c CallSequence) WaitStreaming() error
- type CallSequence_List
- type CallSequence_Server
- type CallSequence_getNumber
- type CallSequence_getNumber_Params
- func (CallSequence_getNumber_Params) DecodeFromPtr(p capnp.Ptr) CallSequence_getNumber_Params
- func (s CallSequence_getNumber_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s CallSequence_getNumber_Params) IsValid() bool
- func (s CallSequence_getNumber_Params) Message() *capnp.Message
- func (s CallSequence_getNumber_Params) Segment() *capnp.Segment
- func (s CallSequence_getNumber_Params) String() string
- func (s CallSequence_getNumber_Params) ToPtr() capnp.Ptr
- type CallSequence_getNumber_Params_Future
- type CallSequence_getNumber_Params_List
- type CallSequence_getNumber_Results
- func NewCallSequence_getNumber_Results(s *capnp.Segment) (CallSequence_getNumber_Results, error)
- func NewRootCallSequence_getNumber_Results(s *capnp.Segment) (CallSequence_getNumber_Results, error)
- func ReadRootCallSequence_getNumber_Results(msg *capnp.Message) (CallSequence_getNumber_Results, error)
- func (CallSequence_getNumber_Results) DecodeFromPtr(p capnp.Ptr) CallSequence_getNumber_Results
- func (s CallSequence_getNumber_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s CallSequence_getNumber_Results) IsValid() bool
- func (s CallSequence_getNumber_Results) Message() *capnp.Message
- func (s CallSequence_getNumber_Results) N() uint32
- func (s CallSequence_getNumber_Results) Segment() *capnp.Segment
- func (s CallSequence_getNumber_Results) SetN(v uint32)
- func (s CallSequence_getNumber_Results) String() string
- func (s CallSequence_getNumber_Results) ToPtr() capnp.Ptr
- type CallSequence_getNumber_Results_Future
- type CallSequence_getNumber_Results_List
- type Counter
- func (s Counter) Bitlist() (capnp.BitList, error)
- func (Counter) DecodeFromPtr(p capnp.Ptr) Counter
- func (s Counter) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Counter) HasBitlist() bool
- func (s Counter) HasWordlist() bool
- func (s Counter) HasWords() bool
- func (s Counter) IsValid() bool
- func (s Counter) Message() *capnp.Message
- func (s Counter) NewBitlist(n int32) (capnp.BitList, error)
- func (s Counter) NewWordlist(n int32) (capnp.TextList, error)
- func (s Counter) Segment() *capnp.Segment
- func (s Counter) SetBitlist(v capnp.BitList) error
- func (s Counter) SetSize(v int64)
- func (s Counter) SetWordlist(v capnp.TextList) error
- func (s Counter) SetWords(v string) error
- func (s Counter) Size() int64
- func (s Counter) String() string
- func (s Counter) ToPtr() capnp.Ptr
- func (s Counter) Wordlist() (capnp.TextList, error)
- func (s Counter) Words() (string, error)
- func (s Counter) WordsBytes() ([]byte, error)
- type Counter_Future
- type Counter_List
- type Defaults
- func (s Defaults) Data() ([]byte, error)
- func (Defaults) DecodeFromPtr(p capnp.Ptr) Defaults
- func (s Defaults) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Defaults) Float() float32
- func (s Defaults) HasData() bool
- func (s Defaults) HasText() bool
- func (s Defaults) Int() int32
- func (s Defaults) IsValid() bool
- func (s Defaults) Message() *capnp.Message
- func (s Defaults) Segment() *capnp.Segment
- func (s Defaults) SetData(v []byte) error
- func (s Defaults) SetFloat(v float32)
- func (s Defaults) SetInt(v int32)
- func (s Defaults) SetText(v string) error
- func (s Defaults) SetUint(v uint32)
- func (s Defaults) String() string
- func (s Defaults) Text() (string, error)
- func (s Defaults) TextBytes() ([]byte, error)
- func (s Defaults) ToPtr() capnp.Ptr
- func (s Defaults) Uint() uint32
- type Defaults_Future
- type Defaults_List
- type Echo
- func (c Echo) AddRef() Echo
- func (Echo) DecodeFromPtr(p capnp.Ptr) Echo
- func (c Echo) Echo(ctx context.Context, params func(Echo_echo_Params) error) (Echo_echo_Results_Future, capnp.ReleaseFunc)
- func (c Echo) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (c Echo) GetFlowLimiter() fc.FlowLimiter
- func (c Echo) IsSame(other Echo) bool
- func (c Echo) IsValid() bool
- func (c Echo) Release()
- func (c Echo) Resolve(ctx context.Context) error
- func (c Echo) SetFlowLimiter(lim fc.FlowLimiter)
- func (c Echo) String() string
- func (c Echo) WaitStreaming() error
- type EchoBase
- func (EchoBase) DecodeFromPtr(p capnp.Ptr) EchoBase
- func (s EchoBase) Echo() Echo
- func (s EchoBase) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s EchoBase) HasEcho() bool
- func (s EchoBase) IsValid() bool
- func (s EchoBase) Message() *capnp.Message
- func (s EchoBase) Segment() *capnp.Segment
- func (s EchoBase) SetEcho(v Echo) error
- func (s EchoBase) String() string
- func (s EchoBase) ToPtr() capnp.Ptr
- type EchoBase_Future
- type EchoBase_List
- type Echo_List
- type Echo_Server
- type Echo_echo
- type Echo_echo_Params
- func (Echo_echo_Params) DecodeFromPtr(p capnp.Ptr) Echo_echo_Params
- func (s Echo_echo_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Echo_echo_Params) HasIn() bool
- func (s Echo_echo_Params) In() (string, error)
- func (s Echo_echo_Params) InBytes() ([]byte, error)
- func (s Echo_echo_Params) IsValid() bool
- func (s Echo_echo_Params) Message() *capnp.Message
- func (s Echo_echo_Params) Segment() *capnp.Segment
- func (s Echo_echo_Params) SetIn(v string) error
- func (s Echo_echo_Params) String() string
- func (s Echo_echo_Params) ToPtr() capnp.Ptr
- type Echo_echo_Params_Future
- type Echo_echo_Params_List
- type Echo_echo_Results
- func (Echo_echo_Results) DecodeFromPtr(p capnp.Ptr) Echo_echo_Results
- func (s Echo_echo_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Echo_echo_Results) HasOut() bool
- func (s Echo_echo_Results) IsValid() bool
- func (s Echo_echo_Results) Message() *capnp.Message
- func (s Echo_echo_Results) Out() (string, error)
- func (s Echo_echo_Results) OutBytes() ([]byte, error)
- func (s Echo_echo_Results) Segment() *capnp.Segment
- func (s Echo_echo_Results) SetOut(v string) error
- func (s Echo_echo_Results) String() string
- func (s Echo_echo_Results) ToPtr() capnp.Ptr
- type Echo_echo_Results_Future
- type Echo_echo_Results_List
- type F16
- func (s F16) Base() (PlaneBase, error)
- func (F16) DecodeFromPtr(p capnp.Ptr) F16
- func (s F16) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s F16) HasBase() bool
- func (s F16) IsValid() bool
- func (s F16) Message() *capnp.Message
- func (s F16) NewBase() (PlaneBase, error)
- func (s F16) Segment() *capnp.Segment
- func (s F16) SetBase(v PlaneBase) error
- func (s F16) String() string
- func (s F16) ToPtr() capnp.Ptr
- type F16_Future
- type F16_List
- type HoldsText
- func (HoldsText) DecodeFromPtr(p capnp.Ptr) HoldsText
- func (s HoldsText) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsText) HasLst() bool
- func (s HoldsText) HasLstlst() bool
- func (s HoldsText) HasTxt() bool
- func (s HoldsText) IsValid() bool
- func (s HoldsText) Lst() (capnp.TextList, error)
- func (s HoldsText) Lstlst() (capnp.PointerList, error)
- func (s HoldsText) Message() *capnp.Message
- func (s HoldsText) NewLst(n int32) (capnp.TextList, error)
- func (s HoldsText) NewLstlst(n int32) (capnp.PointerList, error)
- func (s HoldsText) Segment() *capnp.Segment
- func (s HoldsText) SetLst(v capnp.TextList) error
- func (s HoldsText) SetLstlst(v capnp.PointerList) error
- func (s HoldsText) SetTxt(v string) error
- func (s HoldsText) String() string
- func (s HoldsText) ToPtr() capnp.Ptr
- func (s HoldsText) Txt() (string, error)
- func (s HoldsText) TxtBytes() ([]byte, error)
- type HoldsText_Future
- type HoldsText_List
- type HoldsVerEmptyList
- func (HoldsVerEmptyList) DecodeFromPtr(p capnp.Ptr) HoldsVerEmptyList
- func (s HoldsVerEmptyList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerEmptyList) HasMylist() bool
- func (s HoldsVerEmptyList) IsValid() bool
- func (s HoldsVerEmptyList) Message() *capnp.Message
- func (s HoldsVerEmptyList) Mylist() (VerEmpty_List, error)
- func (s HoldsVerEmptyList) NewMylist(n int32) (VerEmpty_List, error)
- func (s HoldsVerEmptyList) Segment() *capnp.Segment
- func (s HoldsVerEmptyList) SetMylist(v VerEmpty_List) error
- func (s HoldsVerEmptyList) String() string
- func (s HoldsVerEmptyList) ToPtr() capnp.Ptr
- type HoldsVerEmptyList_Future
- type HoldsVerEmptyList_List
- type HoldsVerOneDataList
- func (HoldsVerOneDataList) DecodeFromPtr(p capnp.Ptr) HoldsVerOneDataList
- func (s HoldsVerOneDataList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerOneDataList) HasMylist() bool
- func (s HoldsVerOneDataList) IsValid() bool
- func (s HoldsVerOneDataList) Message() *capnp.Message
- func (s HoldsVerOneDataList) Mylist() (VerOneData_List, error)
- func (s HoldsVerOneDataList) NewMylist(n int32) (VerOneData_List, error)
- func (s HoldsVerOneDataList) Segment() *capnp.Segment
- func (s HoldsVerOneDataList) SetMylist(v VerOneData_List) error
- func (s HoldsVerOneDataList) String() string
- func (s HoldsVerOneDataList) ToPtr() capnp.Ptr
- type HoldsVerOneDataList_Future
- type HoldsVerOneDataList_List
- type HoldsVerOnePtrList
- func (HoldsVerOnePtrList) DecodeFromPtr(p capnp.Ptr) HoldsVerOnePtrList
- func (s HoldsVerOnePtrList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerOnePtrList) HasMylist() bool
- func (s HoldsVerOnePtrList) IsValid() bool
- func (s HoldsVerOnePtrList) Message() *capnp.Message
- func (s HoldsVerOnePtrList) Mylist() (VerOnePtr_List, error)
- func (s HoldsVerOnePtrList) NewMylist(n int32) (VerOnePtr_List, error)
- func (s HoldsVerOnePtrList) Segment() *capnp.Segment
- func (s HoldsVerOnePtrList) SetMylist(v VerOnePtr_List) error
- func (s HoldsVerOnePtrList) String() string
- func (s HoldsVerOnePtrList) ToPtr() capnp.Ptr
- type HoldsVerOnePtrList_Future
- type HoldsVerOnePtrList_List
- type HoldsVerTwoDataList
- func (HoldsVerTwoDataList) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoDataList
- func (s HoldsVerTwoDataList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerTwoDataList) HasMylist() bool
- func (s HoldsVerTwoDataList) IsValid() bool
- func (s HoldsVerTwoDataList) Message() *capnp.Message
- func (s HoldsVerTwoDataList) Mylist() (VerTwoData_List, error)
- func (s HoldsVerTwoDataList) NewMylist(n int32) (VerTwoData_List, error)
- func (s HoldsVerTwoDataList) Segment() *capnp.Segment
- func (s HoldsVerTwoDataList) SetMylist(v VerTwoData_List) error
- func (s HoldsVerTwoDataList) String() string
- func (s HoldsVerTwoDataList) ToPtr() capnp.Ptr
- type HoldsVerTwoDataList_Future
- type HoldsVerTwoDataList_List
- type HoldsVerTwoPtrList
- func (HoldsVerTwoPtrList) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoPtrList
- func (s HoldsVerTwoPtrList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerTwoPtrList) HasMylist() bool
- func (s HoldsVerTwoPtrList) IsValid() bool
- func (s HoldsVerTwoPtrList) Message() *capnp.Message
- func (s HoldsVerTwoPtrList) Mylist() (VerTwoPtr_List, error)
- func (s HoldsVerTwoPtrList) NewMylist(n int32) (VerTwoPtr_List, error)
- func (s HoldsVerTwoPtrList) Segment() *capnp.Segment
- func (s HoldsVerTwoPtrList) SetMylist(v VerTwoPtr_List) error
- func (s HoldsVerTwoPtrList) String() string
- func (s HoldsVerTwoPtrList) ToPtr() capnp.Ptr
- type HoldsVerTwoPtrList_Future
- type HoldsVerTwoPtrList_List
- type HoldsVerTwoTwoList
- func (HoldsVerTwoTwoList) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoTwoList
- func (s HoldsVerTwoTwoList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerTwoTwoList) HasMylist() bool
- func (s HoldsVerTwoTwoList) IsValid() bool
- func (s HoldsVerTwoTwoList) Message() *capnp.Message
- func (s HoldsVerTwoTwoList) Mylist() (VerTwoDataTwoPtr_List, error)
- func (s HoldsVerTwoTwoList) NewMylist(n int32) (VerTwoDataTwoPtr_List, error)
- func (s HoldsVerTwoTwoList) Segment() *capnp.Segment
- func (s HoldsVerTwoTwoList) SetMylist(v VerTwoDataTwoPtr_List) error
- func (s HoldsVerTwoTwoList) String() string
- func (s HoldsVerTwoTwoList) ToPtr() capnp.Ptr
- type HoldsVerTwoTwoList_Future
- type HoldsVerTwoTwoList_List
- type HoldsVerTwoTwoPlus
- func (HoldsVerTwoTwoPlus) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoTwoPlus
- func (s HoldsVerTwoTwoPlus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s HoldsVerTwoTwoPlus) HasMylist() bool
- func (s HoldsVerTwoTwoPlus) IsValid() bool
- func (s HoldsVerTwoTwoPlus) Message() *capnp.Message
- func (s HoldsVerTwoTwoPlus) Mylist() (VerTwoTwoPlus_List, error)
- func (s HoldsVerTwoTwoPlus) NewMylist(n int32) (VerTwoTwoPlus_List, error)
- func (s HoldsVerTwoTwoPlus) Segment() *capnp.Segment
- func (s HoldsVerTwoTwoPlus) SetMylist(v VerTwoTwoPlus_List) error
- func (s HoldsVerTwoTwoPlus) String() string
- func (s HoldsVerTwoTwoPlus) ToPtr() capnp.Ptr
- type HoldsVerTwoTwoPlus_Future
- type HoldsVerTwoTwoPlus_List
- type Hoth
- func (s Hoth) Base() (EchoBase, error)
- func (Hoth) DecodeFromPtr(p capnp.Ptr) Hoth
- func (s Hoth) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Hoth) HasBase() bool
- func (s Hoth) IsValid() bool
- func (s Hoth) Message() *capnp.Message
- func (s Hoth) NewBase() (EchoBase, error)
- func (s Hoth) Segment() *capnp.Segment
- func (s Hoth) SetBase(v EchoBase) error
- func (s Hoth) String() string
- func (s Hoth) ToPtr() capnp.Ptr
- type Hoth_Future
- type Hoth_List
- type ListStructCapn
- func (ListStructCapn) DecodeFromPtr(p capnp.Ptr) ListStructCapn
- func (s ListStructCapn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ListStructCapn) HasVec() bool
- func (s ListStructCapn) IsValid() bool
- func (s ListStructCapn) Message() *capnp.Message
- func (s ListStructCapn) NewVec(n int32) (Nester1Capn_List, error)
- func (s ListStructCapn) Segment() *capnp.Segment
- func (s ListStructCapn) SetVec(v Nester1Capn_List) error
- func (s ListStructCapn) String() string
- func (s ListStructCapn) ToPtr() capnp.Ptr
- func (s ListStructCapn) Vec() (Nester1Capn_List, error)
- type ListStructCapn_Future
- type ListStructCapn_List
- type Nester1Capn
- func (Nester1Capn) DecodeFromPtr(p capnp.Ptr) Nester1Capn
- func (s Nester1Capn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Nester1Capn) HasStrs() bool
- func (s Nester1Capn) IsValid() bool
- func (s Nester1Capn) Message() *capnp.Message
- func (s Nester1Capn) NewStrs(n int32) (capnp.TextList, error)
- func (s Nester1Capn) Segment() *capnp.Segment
- func (s Nester1Capn) SetStrs(v capnp.TextList) error
- func (s Nester1Capn) String() string
- func (s Nester1Capn) Strs() (capnp.TextList, error)
- func (s Nester1Capn) ToPtr() capnp.Ptr
- type Nester1Capn_Future
- type Nester1Capn_List
- type Pipeliner
- func (c Pipeliner) AddRef() Pipeliner
- func (Pipeliner) DecodeFromPtr(p capnp.Ptr) Pipeliner
- func (c Pipeliner) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (c Pipeliner) GetFlowLimiter() fc.FlowLimiter
- func (c Pipeliner) GetNumber(ctx context.Context, params func(CallSequence_getNumber_Params) error) (CallSequence_getNumber_Results_Future, capnp.ReleaseFunc)
- func (c Pipeliner) IsSame(other Pipeliner) bool
- func (c Pipeliner) IsValid() bool
- func (c Pipeliner) NewPipeliner(ctx context.Context, params func(Pipeliner_newPipeliner_Params) error) (Pipeliner_newPipeliner_Results_Future, capnp.ReleaseFunc)
- func (c Pipeliner) Release()
- func (c Pipeliner) Resolve(ctx context.Context) error
- func (c Pipeliner) SetFlowLimiter(lim fc.FlowLimiter)
- func (c Pipeliner) String() string
- func (c Pipeliner) WaitStreaming() error
- type Pipeliner_List
- type Pipeliner_Server
- type Pipeliner_newPipeliner
- type Pipeliner_newPipeliner_Params
- func (Pipeliner_newPipeliner_Params) DecodeFromPtr(p capnp.Ptr) Pipeliner_newPipeliner_Params
- func (s Pipeliner_newPipeliner_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Pipeliner_newPipeliner_Params) IsValid() bool
- func (s Pipeliner_newPipeliner_Params) Message() *capnp.Message
- func (s Pipeliner_newPipeliner_Params) Segment() *capnp.Segment
- func (s Pipeliner_newPipeliner_Params) String() string
- func (s Pipeliner_newPipeliner_Params) ToPtr() capnp.Ptr
- type Pipeliner_newPipeliner_Params_Future
- type Pipeliner_newPipeliner_Params_List
- type Pipeliner_newPipeliner_Results
- func NewPipeliner_newPipeliner_Results(s *capnp.Segment) (Pipeliner_newPipeliner_Results, error)
- func NewRootPipeliner_newPipeliner_Results(s *capnp.Segment) (Pipeliner_newPipeliner_Results, error)
- func ReadRootPipeliner_newPipeliner_Results(msg *capnp.Message) (Pipeliner_newPipeliner_Results, error)
- func (Pipeliner_newPipeliner_Results) DecodeFromPtr(p capnp.Ptr) Pipeliner_newPipeliner_Results
- func (s Pipeliner_newPipeliner_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Pipeliner_newPipeliner_Results) Extra() (capnp.Ptr, error)
- func (s Pipeliner_newPipeliner_Results) HasExtra() bool
- func (s Pipeliner_newPipeliner_Results) HasPipeliner() bool
- func (s Pipeliner_newPipeliner_Results) IsValid() bool
- func (s Pipeliner_newPipeliner_Results) Message() *capnp.Message
- func (s Pipeliner_newPipeliner_Results) Pipeliner() Pipeliner
- func (s Pipeliner_newPipeliner_Results) Segment() *capnp.Segment
- func (s Pipeliner_newPipeliner_Results) SetExtra(v capnp.Ptr) error
- func (s Pipeliner_newPipeliner_Results) SetPipeliner(v Pipeliner) error
- func (s Pipeliner_newPipeliner_Results) String() string
- func (s Pipeliner_newPipeliner_Results) ToPtr() capnp.Ptr
- type Pipeliner_newPipeliner_Results_Future
- type Pipeliner_newPipeliner_Results_List
- type PlaneBase
- func (s PlaneBase) CanFly() bool
- func (s PlaneBase) Capacity() int64
- func (PlaneBase) DecodeFromPtr(p capnp.Ptr) PlaneBase
- func (s PlaneBase) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s PlaneBase) HasHomes() bool
- func (s PlaneBase) HasName() bool
- func (s PlaneBase) Homes() (Airport_List, error)
- func (s PlaneBase) IsValid() bool
- func (s PlaneBase) MaxSpeed() float64
- func (s PlaneBase) Message() *capnp.Message
- func (s PlaneBase) Name() (string, error)
- func (s PlaneBase) NameBytes() ([]byte, error)
- func (s PlaneBase) NewHomes(n int32) (Airport_List, error)
- func (s PlaneBase) Rating() int64
- func (s PlaneBase) Segment() *capnp.Segment
- func (s PlaneBase) SetCanFly(v bool)
- func (s PlaneBase) SetCapacity(v int64)
- func (s PlaneBase) SetHomes(v Airport_List) error
- func (s PlaneBase) SetMaxSpeed(v float64)
- func (s PlaneBase) SetName(v string) error
- func (s PlaneBase) SetRating(v int64)
- func (s PlaneBase) String() string
- func (s PlaneBase) ToPtr() capnp.Ptr
- type PlaneBase_Future
- type PlaneBase_List
- type RWTestCapn
- func (RWTestCapn) DecodeFromPtr(p capnp.Ptr) RWTestCapn
- func (s RWTestCapn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s RWTestCapn) HasNestMatrix() bool
- func (s RWTestCapn) IsValid() bool
- func (s RWTestCapn) Message() *capnp.Message
- func (s RWTestCapn) NestMatrix() (capnp.PointerList, error)
- func (s RWTestCapn) NewNestMatrix(n int32) (capnp.PointerList, error)
- func (s RWTestCapn) Segment() *capnp.Segment
- func (s RWTestCapn) SetNestMatrix(v capnp.PointerList) error
- func (s RWTestCapn) String() string
- func (s RWTestCapn) ToPtr() capnp.Ptr
- type RWTestCapn_Future
- type RWTestCapn_List
- type Regression
- func (s Regression) B0() float64
- func (s Regression) Base() (PlaneBase, error)
- func (s Regression) Beta() (capnp.Float64List, error)
- func (Regression) DecodeFromPtr(p capnp.Ptr) Regression
- func (s Regression) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Regression) HasBase() bool
- func (s Regression) HasBeta() bool
- func (s Regression) HasPlanes() bool
- func (s Regression) IsValid() bool
- func (s Regression) Message() *capnp.Message
- func (s Regression) NewBase() (PlaneBase, error)
- func (s Regression) NewBeta(n int32) (capnp.Float64List, error)
- func (s Regression) NewPlanes(n int32) (Aircraft_List, error)
- func (s Regression) Planes() (Aircraft_List, error)
- func (s Regression) Segment() *capnp.Segment
- func (s Regression) SetB0(v float64)
- func (s Regression) SetBase(v PlaneBase) error
- func (s Regression) SetBeta(v capnp.Float64List) error
- func (s Regression) SetPlanes(v Aircraft_List) error
- func (s Regression) SetYmu(v float64)
- func (s Regression) SetYsd(v float64)
- func (s Regression) String() string
- func (s Regression) ToPtr() capnp.Ptr
- func (s Regression) Ymu() float64
- func (s Regression) Ysd() float64
- type Regression_Future
- type Regression_List
- type StackingA
- func (s StackingA) B() (StackingB, error)
- func (StackingA) DecodeFromPtr(p capnp.Ptr) StackingA
- func (s StackingA) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s StackingA) HasB() bool
- func (s StackingA) IsValid() bool
- func (s StackingA) Message() *capnp.Message
- func (s StackingA) NewB() (StackingB, error)
- func (s StackingA) Num() int32
- func (s StackingA) Segment() *capnp.Segment
- func (s StackingA) SetB(v StackingB) error
- func (s StackingA) SetNum(v int32)
- func (s StackingA) String() string
- func (s StackingA) ToPtr() capnp.Ptr
- type StackingA_Future
- type StackingA_List
- type StackingB
- func (StackingB) DecodeFromPtr(p capnp.Ptr) StackingB
- func (s StackingB) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s StackingB) IsValid() bool
- func (s StackingB) Message() *capnp.Message
- func (s StackingB) Num() int32
- func (s StackingB) Segment() *capnp.Segment
- func (s StackingB) SetNum(v int32)
- func (s StackingB) String() string
- func (s StackingB) ToPtr() capnp.Ptr
- type StackingB_Future
- type StackingB_List
- type StackingRoot
- func (s StackingRoot) A() (StackingA, error)
- func (s StackingRoot) AWithDefault() (StackingA, error)
- func (StackingRoot) DecodeFromPtr(p capnp.Ptr) StackingRoot
- func (s StackingRoot) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s StackingRoot) HasA() bool
- func (s StackingRoot) HasAWithDefault() bool
- func (s StackingRoot) IsValid() bool
- func (s StackingRoot) Message() *capnp.Message
- func (s StackingRoot) NewA() (StackingA, error)
- func (s StackingRoot) NewAWithDefault() (StackingA, error)
- func (s StackingRoot) Segment() *capnp.Segment
- func (s StackingRoot) SetA(v StackingA) error
- func (s StackingRoot) SetAWithDefault(v StackingA) error
- func (s StackingRoot) String() string
- func (s StackingRoot) ToPtr() capnp.Ptr
- type StackingRoot_Future
- type StackingRoot_List
- type VerEmpty
- func (VerEmpty) DecodeFromPtr(p capnp.Ptr) VerEmpty
- func (s VerEmpty) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerEmpty) IsValid() bool
- func (s VerEmpty) Message() *capnp.Message
- func (s VerEmpty) Segment() *capnp.Segment
- func (s VerEmpty) String() string
- func (s VerEmpty) ToPtr() capnp.Ptr
- type VerEmpty_Future
- type VerEmpty_List
- type VerOneData
- func (VerOneData) DecodeFromPtr(p capnp.Ptr) VerOneData
- func (s VerOneData) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerOneData) IsValid() bool
- func (s VerOneData) Message() *capnp.Message
- func (s VerOneData) Segment() *capnp.Segment
- func (s VerOneData) SetVal(v int16)
- func (s VerOneData) String() string
- func (s VerOneData) ToPtr() capnp.Ptr
- func (s VerOneData) Val() int16
- type VerOneData_Future
- type VerOneData_List
- type VerOnePtr
- func (VerOnePtr) DecodeFromPtr(p capnp.Ptr) VerOnePtr
- func (s VerOnePtr) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerOnePtr) HasPtr() bool
- func (s VerOnePtr) IsValid() bool
- func (s VerOnePtr) Message() *capnp.Message
- func (s VerOnePtr) NewPtr() (VerOneData, error)
- func (s VerOnePtr) Ptr() (VerOneData, error)
- func (s VerOnePtr) Segment() *capnp.Segment
- func (s VerOnePtr) SetPtr(v VerOneData) error
- func (s VerOnePtr) String() string
- func (s VerOnePtr) ToPtr() capnp.Ptr
- type VerOnePtr_Future
- type VerOnePtr_List
- type VerTwoData
- func (VerTwoData) DecodeFromPtr(p capnp.Ptr) VerTwoData
- func (s VerTwoData) Duo() int64
- func (s VerTwoData) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerTwoData) IsValid() bool
- func (s VerTwoData) Message() *capnp.Message
- func (s VerTwoData) Segment() *capnp.Segment
- func (s VerTwoData) SetDuo(v int64)
- func (s VerTwoData) SetVal(v int16)
- func (s VerTwoData) String() string
- func (s VerTwoData) ToPtr() capnp.Ptr
- func (s VerTwoData) Val() int16
- type VerTwoDataTwoPtr
- func (VerTwoDataTwoPtr) DecodeFromPtr(p capnp.Ptr) VerTwoDataTwoPtr
- func (s VerTwoDataTwoPtr) Duo() int64
- func (s VerTwoDataTwoPtr) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerTwoDataTwoPtr) HasPtr1() bool
- func (s VerTwoDataTwoPtr) HasPtr2() bool
- func (s VerTwoDataTwoPtr) IsValid() bool
- func (s VerTwoDataTwoPtr) Message() *capnp.Message
- func (s VerTwoDataTwoPtr) NewPtr1() (VerOneData, error)
- func (s VerTwoDataTwoPtr) NewPtr2() (VerOneData, error)
- func (s VerTwoDataTwoPtr) Ptr1() (VerOneData, error)
- func (s VerTwoDataTwoPtr) Ptr2() (VerOneData, error)
- func (s VerTwoDataTwoPtr) Segment() *capnp.Segment
- func (s VerTwoDataTwoPtr) SetDuo(v int64)
- func (s VerTwoDataTwoPtr) SetPtr1(v VerOneData) error
- func (s VerTwoDataTwoPtr) SetPtr2(v VerOneData) error
- func (s VerTwoDataTwoPtr) SetVal(v int16)
- func (s VerTwoDataTwoPtr) String() string
- func (s VerTwoDataTwoPtr) ToPtr() capnp.Ptr
- func (s VerTwoDataTwoPtr) Val() int16
- type VerTwoDataTwoPtr_Future
- type VerTwoDataTwoPtr_List
- type VerTwoData_Future
- type VerTwoData_List
- type VerTwoPtr
- func (VerTwoPtr) DecodeFromPtr(p capnp.Ptr) VerTwoPtr
- func (s VerTwoPtr) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerTwoPtr) HasPtr1() bool
- func (s VerTwoPtr) HasPtr2() bool
- func (s VerTwoPtr) IsValid() bool
- func (s VerTwoPtr) Message() *capnp.Message
- func (s VerTwoPtr) NewPtr1() (VerOneData, error)
- func (s VerTwoPtr) NewPtr2() (VerOneData, error)
- func (s VerTwoPtr) Ptr1() (VerOneData, error)
- func (s VerTwoPtr) Ptr2() (VerOneData, error)
- func (s VerTwoPtr) Segment() *capnp.Segment
- func (s VerTwoPtr) SetPtr1(v VerOneData) error
- func (s VerTwoPtr) SetPtr2(v VerOneData) error
- func (s VerTwoPtr) String() string
- func (s VerTwoPtr) ToPtr() capnp.Ptr
- type VerTwoPtr_Future
- type VerTwoPtr_List
- type VerTwoTwoPlus
- func (VerTwoTwoPlus) DecodeFromPtr(p capnp.Ptr) VerTwoTwoPlus
- func (s VerTwoTwoPlus) Duo() int64
- func (s VerTwoTwoPlus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VerTwoTwoPlus) HasLst3() bool
- func (s VerTwoTwoPlus) HasPtr1() bool
- func (s VerTwoTwoPlus) HasPtr2() bool
- func (s VerTwoTwoPlus) IsValid() bool
- func (s VerTwoTwoPlus) Lst3() (capnp.Int64List, error)
- func (s VerTwoTwoPlus) Message() *capnp.Message
- func (s VerTwoTwoPlus) NewLst3(n int32) (capnp.Int64List, error)
- func (s VerTwoTwoPlus) NewPtr1() (VerTwoDataTwoPtr, error)
- func (s VerTwoTwoPlus) NewPtr2() (VerTwoDataTwoPtr, error)
- func (s VerTwoTwoPlus) Ptr1() (VerTwoDataTwoPtr, error)
- func (s VerTwoTwoPlus) Ptr2() (VerTwoDataTwoPtr, error)
- func (s VerTwoTwoPlus) Segment() *capnp.Segment
- func (s VerTwoTwoPlus) SetDuo(v int64)
- func (s VerTwoTwoPlus) SetLst3(v capnp.Int64List) error
- func (s VerTwoTwoPlus) SetPtr1(v VerTwoDataTwoPtr) error
- func (s VerTwoTwoPlus) SetPtr2(v VerTwoDataTwoPtr) error
- func (s VerTwoTwoPlus) SetTre(v int64)
- func (s VerTwoTwoPlus) SetVal(v int16)
- func (s VerTwoTwoPlus) String() string
- func (s VerTwoTwoPlus) ToPtr() capnp.Ptr
- func (s VerTwoTwoPlus) Tre() int64
- func (s VerTwoTwoPlus) Val() int16
- type VerTwoTwoPlus_Future
- type VerTwoTwoPlus_List
- type VoidUnion
- func (VoidUnion) DecodeFromPtr(p capnp.Ptr) VoidUnion
- func (s VoidUnion) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s VoidUnion) IsValid() bool
- func (s VoidUnion) Message() *capnp.Message
- func (s VoidUnion) Segment() *capnp.Segment
- func (s VoidUnion) SetA()
- func (s VoidUnion) SetB()
- func (s VoidUnion) String() string
- func (s VoidUnion) ToPtr() capnp.Ptr
- func (s VoidUnion) Which() VoidUnion_Which
- type VoidUnion_Future
- type VoidUnion_List
- type VoidUnion_Which
- type Wrap2x2
- func (Wrap2x2) DecodeFromPtr(p capnp.Ptr) Wrap2x2
- func (s Wrap2x2) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Wrap2x2) HasMightNotBeReallyEmpty() bool
- func (s Wrap2x2) IsValid() bool
- func (s Wrap2x2) Message() *capnp.Message
- func (s Wrap2x2) MightNotBeReallyEmpty() (VerTwoDataTwoPtr, error)
- func (s Wrap2x2) NewMightNotBeReallyEmpty() (VerTwoDataTwoPtr, error)
- func (s Wrap2x2) Segment() *capnp.Segment
- func (s Wrap2x2) SetMightNotBeReallyEmpty(v VerTwoDataTwoPtr) error
- func (s Wrap2x2) String() string
- func (s Wrap2x2) ToPtr() capnp.Ptr
- type Wrap2x2_Future
- type Wrap2x2_List
- type Wrap2x2plus
- func (Wrap2x2plus) DecodeFromPtr(p capnp.Ptr) Wrap2x2plus
- func (s Wrap2x2plus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Wrap2x2plus) HasMightNotBeReallyEmpty() bool
- func (s Wrap2x2plus) IsValid() bool
- func (s Wrap2x2plus) Message() *capnp.Message
- func (s Wrap2x2plus) MightNotBeReallyEmpty() (VerTwoTwoPlus, error)
- func (s Wrap2x2plus) NewMightNotBeReallyEmpty() (VerTwoTwoPlus, error)
- func (s Wrap2x2plus) Segment() *capnp.Segment
- func (s Wrap2x2plus) SetMightNotBeReallyEmpty(v VerTwoTwoPlus) error
- func (s Wrap2x2plus) String() string
- func (s Wrap2x2plus) ToPtr() capnp.Ptr
- type Wrap2x2plus_Future
- type Wrap2x2plus_List
- type WrapEmpty
- func (WrapEmpty) DecodeFromPtr(p capnp.Ptr) WrapEmpty
- func (s WrapEmpty) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s WrapEmpty) HasMightNotBeReallyEmpty() bool
- func (s WrapEmpty) IsValid() bool
- func (s WrapEmpty) Message() *capnp.Message
- func (s WrapEmpty) MightNotBeReallyEmpty() (VerEmpty, error)
- func (s WrapEmpty) NewMightNotBeReallyEmpty() (VerEmpty, error)
- func (s WrapEmpty) Segment() *capnp.Segment
- func (s WrapEmpty) SetMightNotBeReallyEmpty(v VerEmpty) error
- func (s WrapEmpty) String() string
- func (s WrapEmpty) ToPtr() capnp.Ptr
- type WrapEmpty_Future
- type WrapEmpty_List
- type Z
- func (s Z) A320() (A320, error)
- func (s Z) Aircraft() (Aircraft, error)
- func (s Z) Aircraftvec() (Aircraft_List, error)
- func (s Z) Airport() Airport
- func (s Z) AnyCapability() capnp.Client
- func (s Z) AnyList() (capnp.List, error)
- func (s Z) AnyPtr() (capnp.Ptr, error)
- func (s Z) AnyStruct() (capnp.Struct, error)
- func (s Z) B737() (B737, error)
- func (s Z) Blob() ([]byte, error)
- func (s Z) Bool() bool
- func (s Z) Boolvec() (capnp.BitList, error)
- func (s Z) Datavec() (capnp.DataList, error)
- func (Z) DecodeFromPtr(p capnp.Ptr) Z
- func (s Z) Echo() Echo
- func (s Z) Echoes() (Echo_List, error)
- func (s Z) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Z) F16() (F16, error)
- func (s Z) F32() float32
- func (s Z) F32vec() (capnp.Float32List, error)
- func (s Z) F64() float64
- func (s Z) F64vec() (capnp.Float64List, error)
- func (s Z) Grp() Z_grp
- func (s Z) HasA320() bool
- func (s Z) HasAircraft() bool
- func (s Z) HasAircraftvec() bool
- func (s Z) HasAnyCapability() bool
- func (s Z) HasAnyList() bool
- func (s Z) HasAnyPtr() bool
- func (s Z) HasAnyStruct() bool
- func (s Z) HasB737() bool
- func (s Z) HasBlob() bool
- func (s Z) HasBoolvec() bool
- func (s Z) HasDatavec() bool
- func (s Z) HasEcho() bool
- func (s Z) HasEchoes() bool
- func (s Z) HasF16() bool
- func (s Z) HasF32vec() bool
- func (s Z) HasF64vec() bool
- func (s Z) HasI16vec() bool
- func (s Z) HasI32vec() bool
- func (s Z) HasI64vec() bool
- func (s Z) HasI8vec() bool
- func (s Z) HasPlanebase() bool
- func (s Z) HasRegression() bool
- func (s Z) HasText() bool
- func (s Z) HasTextvec() bool
- func (s Z) HasU16vec() bool
- func (s Z) HasU32vec() bool
- func (s Z) HasU64vec() bool
- func (s Z) HasU8vec() bool
- func (s Z) HasZdata() bool
- func (s Z) HasZdatavec() bool
- func (s Z) HasZdate() bool
- func (s Z) HasZdatevec() bool
- func (s Z) HasZvec() bool
- func (s Z) HasZvecvec() bool
- func (s Z) HasZz() bool
- func (s Z) I16() int16
- func (s Z) I16vec() (capnp.Int16List, error)
- func (s Z) I32() int32
- func (s Z) I32vec() (capnp.Int32List, error)
- func (s Z) I64() int64
- func (s Z) I64vec() (capnp.Int64List, error)
- func (s Z) I8() int8
- func (s Z) I8vec() (capnp.Int8List, error)
- func (s Z) IsValid() bool
- func (s Z) Message() *capnp.Message
- func (s Z) NewA320() (A320, error)
- func (s Z) NewAircraft() (Aircraft, error)
- func (s Z) NewAircraftvec(n int32) (Aircraft_List, error)
- func (s Z) NewB737() (B737, error)
- func (s Z) NewBoolvec(n int32) (capnp.BitList, error)
- func (s Z) NewDatavec(n int32) (capnp.DataList, error)
- func (s Z) NewEchoes(n int32) (Echo_List, error)
- func (s Z) NewF16() (F16, error)
- func (s Z) NewF32vec(n int32) (capnp.Float32List, error)
- func (s Z) NewF64vec(n int32) (capnp.Float64List, error)
- func (s Z) NewI16vec(n int32) (capnp.Int16List, error)
- func (s Z) NewI32vec(n int32) (capnp.Int32List, error)
- func (s Z) NewI64vec(n int32) (capnp.Int64List, error)
- func (s Z) NewI8vec(n int32) (capnp.Int8List, error)
- func (s Z) NewPlanebase() (PlaneBase, error)
- func (s Z) NewRegression() (Regression, error)
- func (s Z) NewTextvec(n int32) (capnp.TextList, error)
- func (s Z) NewU16vec(n int32) (capnp.UInt16List, error)
- func (s Z) NewU32vec(n int32) (capnp.UInt32List, error)
- func (s Z) NewU64vec(n int32) (capnp.UInt64List, error)
- func (s Z) NewU8vec(n int32) (capnp.UInt8List, error)
- func (s Z) NewZdata() (Zdata, error)
- func (s Z) NewZdatavec(n int32) (Zdata_List, error)
- func (s Z) NewZdate() (Zdate, error)
- func (s Z) NewZdatevec(n int32) (Zdate_List, error)
- func (s Z) NewZvec(n int32) (Z_List, error)
- func (s Z) NewZvecvec(n int32) (capnp.PointerList, error)
- func (s Z) NewZz() (Z, error)
- func (s Z) Planebase() (PlaneBase, error)
- func (s Z) Regression() (Regression, error)
- func (s Z) Segment() *capnp.Segment
- func (s Z) SetA320(v A320) error
- func (s Z) SetAircraft(v Aircraft) error
- func (s Z) SetAircraftvec(v Aircraft_List) error
- func (s Z) SetAirport(v Airport)
- func (s Z) SetAnyCapability(c capnp.Client) error
- func (s Z) SetAnyList(v capnp.List) error
- func (s Z) SetAnyPtr(v capnp.Ptr) error
- func (s Z) SetAnyStruct(v capnp.Struct) error
- func (s Z) SetB737(v B737) error
- func (s Z) SetBlob(v []byte) error
- func (s Z) SetBool(v bool)
- func (s Z) SetBoolvec(v capnp.BitList) error
- func (s Z) SetDatavec(v capnp.DataList) error
- func (s Z) SetEcho(v Echo) error
- func (s Z) SetEchoes(v Echo_List) error
- func (s Z) SetF16(v F16) error
- func (s Z) SetF32(v float32)
- func (s Z) SetF32vec(v capnp.Float32List) error
- func (s Z) SetF64(v float64)
- func (s Z) SetF64vec(v capnp.Float64List) error
- func (s Z) SetGrp()
- func (s Z) SetI16(v int16)
- func (s Z) SetI16vec(v capnp.Int16List) error
- func (s Z) SetI32(v int32)
- func (s Z) SetI32vec(v capnp.Int32List) error
- func (s Z) SetI64(v int64)
- func (s Z) SetI64vec(v capnp.Int64List) error
- func (s Z) SetI8(v int8)
- func (s Z) SetI8vec(v capnp.Int8List) error
- func (s Z) SetPlanebase(v PlaneBase) error
- func (s Z) SetRegression(v Regression) error
- func (s Z) SetText(v string) error
- func (s Z) SetTextvec(v capnp.TextList) error
- func (s Z) SetU16(v uint16)
- func (s Z) SetU16vec(v capnp.UInt16List) error
- func (s Z) SetU32(v uint32)
- func (s Z) SetU32vec(v capnp.UInt32List) error
- func (s Z) SetU64(v uint64)
- func (s Z) SetU64vec(v capnp.UInt64List) error
- func (s Z) SetU8(v uint8)
- func (s Z) SetU8vec(v capnp.UInt8List) error
- func (s Z) SetVoid()
- func (s Z) SetZdata(v Zdata) error
- func (s Z) SetZdatavec(v Zdata_List) error
- func (s Z) SetZdate(v Zdate) error
- func (s Z) SetZdatevec(v Zdate_List) error
- func (s Z) SetZvec(v Z_List) error
- func (s Z) SetZvecvec(v capnp.PointerList) error
- func (s Z) SetZz(v Z) error
- func (s Z) String() string
- func (s Z) Text() (string, error)
- func (s Z) TextBytes() ([]byte, error)
- func (s Z) Textvec() (capnp.TextList, error)
- func (s Z) ToPtr() capnp.Ptr
- func (s Z) U16() uint16
- func (s Z) U16vec() (capnp.UInt16List, error)
- func (s Z) U32() uint32
- func (s Z) U32vec() (capnp.UInt32List, error)
- func (s Z) U64() uint64
- func (s Z) U64vec() (capnp.UInt64List, error)
- func (s Z) U8() uint8
- func (s Z) U8vec() (capnp.UInt8List, error)
- func (s Z) Which() Z_Which
- func (s Z) Zdata() (Zdata, error)
- func (s Z) Zdatavec() (Zdata_List, error)
- func (s Z) Zdate() (Zdate, error)
- func (s Z) Zdatevec() (Zdate_List, error)
- func (s Z) Zvec() (Z_List, error)
- func (s Z) Zvecvec() (capnp.PointerList, error)
- func (s Z) Zz() (Z, error)
- type Z_Future
- func (p Z_Future) A320() A320_Future
- func (p Z_Future) Aircraft() Aircraft_Future
- func (p Z_Future) AnyCapability() capnp.Client
- func (p Z_Future) AnyList() *capnp.Future
- func (p Z_Future) AnyPtr() *capnp.Future
- func (p Z_Future) AnyStruct() *capnp.Future
- func (p Z_Future) B737() B737_Future
- func (p Z_Future) Echo() Echo
- func (p Z_Future) F16() F16_Future
- func (p Z_Future) Grp() Z_grp_Future
- func (p Z_Future) Planebase() PlaneBase_Future
- func (p Z_Future) Regression() Regression_Future
- func (f Z_Future) Struct() (Z, error)
- func (p Z_Future) Zdata() Zdata_Future
- func (p Z_Future) Zdate() Zdate_Future
- func (p Z_Future) Zz() Z_Future
- type Z_List
- type Z_Which
- type Z_grp
- type Z_grp_Future
- type Zdata
- func (s Zdata) Data() ([]byte, error)
- func (Zdata) DecodeFromPtr(p capnp.Ptr) Zdata
- func (s Zdata) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Zdata) HasData() bool
- func (s Zdata) IsValid() bool
- func (s Zdata) Message() *capnp.Message
- func (s Zdata) Segment() *capnp.Segment
- func (s Zdata) SetData(v []byte) error
- func (s Zdata) String() string
- func (s Zdata) ToPtr() capnp.Ptr
- type Zdata_Future
- type Zdata_List
- type Zdate
- func (s Zdate) Day() uint8
- func (Zdate) DecodeFromPtr(p capnp.Ptr) Zdate
- func (s Zdate) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Zdate) IsValid() bool
- func (s Zdate) Message() *capnp.Message
- func (s Zdate) Month() uint8
- func (s Zdate) Segment() *capnp.Segment
- func (s Zdate) SetDay(v uint8)
- func (s Zdate) SetMonth(v uint8)
- func (s Zdate) SetYear(v int16)
- func (s Zdate) String() string
- func (s Zdate) ToPtr() capnp.Ptr
- func (s Zdate) Year() int16
- type Zdate_Future
- type Zdate_List
- type Zjob
- func (s Zjob) Args() (capnp.TextList, error)
- func (s Zjob) Cmd() (string, error)
- func (s Zjob) CmdBytes() ([]byte, error)
- func (Zjob) DecodeFromPtr(p capnp.Ptr) Zjob
- func (s Zjob) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Zjob) HasArgs() bool
- func (s Zjob) HasCmd() bool
- func (s Zjob) IsValid() bool
- func (s Zjob) Message() *capnp.Message
- func (s Zjob) NewArgs(n int32) (capnp.TextList, error)
- func (s Zjob) Segment() *capnp.Segment
- func (s Zjob) SetArgs(v capnp.TextList) error
- func (s Zjob) SetCmd(v string) error
- func (s Zjob) String() string
- func (s Zjob) ToPtr() capnp.Ptr
- type Zjob_Future
- type Zjob_List
- type Zserver
- func (Zserver) DecodeFromPtr(p capnp.Ptr) Zserver
- func (s Zserver) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Zserver) HasWaitingjobs() bool
- func (s Zserver) IsValid() bool
- func (s Zserver) Message() *capnp.Message
- func (s Zserver) NewWaitingjobs(n int32) (Zjob_List, error)
- func (s Zserver) Segment() *capnp.Segment
- func (s Zserver) SetWaitingjobs(v Zjob_List) error
- func (s Zserver) String() string
- func (s Zserver) ToPtr() capnp.Ptr
- func (s Zserver) Waitingjobs() (Zjob_List, error)
- type Zserver_Future
- type Zserver_List
Constants ¶
const A320_TypeID = 0xd98c608877d9cb8d
A320_TypeID is the unique identifier for the type A320.
const Aircraft_TypeID = 0xe54e10aede55c7b1
Aircraft_TypeID is the unique identifier for the type Aircraft.
const Airport_TypeID = 0xe55d85fc1bf82f21
Airport_TypeID is the unique identifier for the type Airport.
const AllocBenchmark_Field_TypeID = 0xb8fb64b8ed846ae6
AllocBenchmark_Field_TypeID is the unique identifier for the type AllocBenchmark_Field.
const AllocBenchmark_TypeID = 0xecea3e9ebcbe5655
AllocBenchmark_TypeID is the unique identifier for the type AllocBenchmark.
const B737_TypeID = 0xccb3b2e3603826e0
B737_TypeID is the unique identifier for the type B737.
const Bag_TypeID = 0xd636fba4f188dabe
Bag_TypeID is the unique identifier for the type Bag.
const BenchmarkA_TypeID = 0xde2a1a960863c11c
BenchmarkA_TypeID is the unique identifier for the type BenchmarkA.
const CallSequence_TypeID = 0xabaedf5f7817c820
CallSequence_TypeID is the unique identifier for the type CallSequence.
const CallSequence_getNumber_Params_TypeID = 0xf58782f48a121998
CallSequence_getNumber_Params_TypeID is the unique identifier for the type CallSequence_getNumber_Params.
const CallSequence_getNumber_Results_TypeID = 0xa465f9502fd11e97
CallSequence_getNumber_Results_TypeID is the unique identifier for the type CallSequence_getNumber_Results.
const (
ConstEnum = Airport_jfk
)
Constants defined in aircraft.capnp.
const Counter_TypeID = 0x8748bc095e10cb5d
Counter_TypeID is the unique identifier for the type Counter.
const Defaults_TypeID = 0x97e38948c61f878d
Defaults_TypeID is the unique identifier for the type Defaults.
const EchoBase_TypeID = 0xa8bf13fef2674866
EchoBase_TypeID is the unique identifier for the type EchoBase.
const Echo_TypeID = 0x8e5322c1e9282534
Echo_TypeID is the unique identifier for the type Echo.
const Echo_echo_Params_TypeID = 0x8a165fb4d71bf3a2
Echo_echo_Params_TypeID is the unique identifier for the type Echo_echo_Params.
const Echo_echo_Results_TypeID = 0x9b37d729b9dd7b9d
Echo_echo_Results_TypeID is the unique identifier for the type Echo_echo_Results.
const F16_TypeID = 0xe1c9eac512335361
F16_TypeID is the unique identifier for the type F16.
const HoldsText_TypeID = 0xe5817f849ff906dc
HoldsText_TypeID is the unique identifier for the type HoldsText.
const HoldsVerEmptyList_TypeID = 0xde9ed43cfaa83093
HoldsVerEmptyList_TypeID is the unique identifier for the type HoldsVerEmptyList.
const HoldsVerOneDataList_TypeID = 0xabd055422a4d7df1
HoldsVerOneDataList_TypeID is the unique identifier for the type HoldsVerOneDataList.
const HoldsVerOnePtrList_TypeID = 0xe508a29c83a059f8
HoldsVerOnePtrList_TypeID is the unique identifier for the type HoldsVerOnePtrList.
const HoldsVerTwoDataList_TypeID = 0xcbdc765fd5dff7ba
HoldsVerTwoDataList_TypeID is the unique identifier for the type HoldsVerTwoDataList.
const HoldsVerTwoPtrList_TypeID = 0xcf9beaca1cc180c8
HoldsVerTwoPtrList_TypeID is the unique identifier for the type HoldsVerTwoPtrList.
const HoldsVerTwoTwoList_TypeID = 0x95befe3f14606e6b
HoldsVerTwoTwoList_TypeID is the unique identifier for the type HoldsVerTwoTwoList.
const HoldsVerTwoTwoPlus_TypeID = 0x87c33f2330feb3d8
HoldsVerTwoTwoPlus_TypeID is the unique identifier for the type HoldsVerTwoTwoPlus.
const Hoth_TypeID = 0xad87da456fb0ebb9
Hoth_TypeID is the unique identifier for the type Hoth.
const ListStructCapn_TypeID = 0xb1ac056ed7647011
ListStructCapn_TypeID is the unique identifier for the type ListStructCapn.
const Nester1Capn_TypeID = 0xf14fad09425d081c
Nester1Capn_TypeID is the unique identifier for the type Nester1Capn.
const Pipeliner_TypeID = 0xd6514008f0f84ebc
Pipeliner_TypeID is the unique identifier for the type Pipeliner.
const Pipeliner_newPipeliner_Params_TypeID = 0xbaa7b3b1ca91f833
Pipeliner_newPipeliner_Params_TypeID is the unique identifier for the type Pipeliner_newPipeliner_Params.
const Pipeliner_newPipeliner_Results_TypeID = 0xbbcdbf4b4ae501fa
Pipeliner_newPipeliner_Results_TypeID is the unique identifier for the type Pipeliner_newPipeliner_Results.
const PlaneBase_TypeID = 0xd8bccf6e60a73791
PlaneBase_TypeID is the unique identifier for the type PlaneBase.
const RWTestCapn_TypeID = 0xf7ff4414476c186a
RWTestCapn_TypeID is the unique identifier for the type RWTestCapn.
const Regression_TypeID = 0xb1f0385d845e367f
Regression_TypeID is the unique identifier for the type Regression.
const StackingA_TypeID = 0x9d3032ff86043b75
StackingA_TypeID is the unique identifier for the type StackingA.
const StackingB_TypeID = 0x85257b30d6edf8c5
StackingB_TypeID is the unique identifier for the type StackingB.
const StackingRoot_TypeID = 0x8fae7b41c61fc890
StackingRoot_TypeID is the unique identifier for the type StackingRoot.
const VerEmpty_TypeID = 0x93c99951eacc72ff
VerEmpty_TypeID is the unique identifier for the type VerEmpty.
const VerOneData_TypeID = 0xfca3742893be4cde
VerOneData_TypeID is the unique identifier for the type VerOneData.
const VerOnePtr_TypeID = 0x94bf7df83408218d
VerOnePtr_TypeID is the unique identifier for the type VerOnePtr.
const VerTwoDataTwoPtr_TypeID = 0xb61ee2ecff34ca73
VerTwoDataTwoPtr_TypeID is the unique identifier for the type VerTwoDataTwoPtr.
const VerTwoData_TypeID = 0xf705dc45c94766fd
VerTwoData_TypeID is the unique identifier for the type VerTwoData.
const VerTwoPtr_TypeID = 0xc95babe3bd394d2d
VerTwoPtr_TypeID is the unique identifier for the type VerTwoPtr.
const VerTwoTwoPlus_TypeID = 0xce44aee2d9e25049
VerTwoTwoPlus_TypeID is the unique identifier for the type VerTwoTwoPlus.
const VoidUnion_TypeID = 0x8821cdb23640783a
VoidUnion_TypeID is the unique identifier for the type VoidUnion.
const Wrap2x2_TypeID = 0xe1a2d1d51107bead
Wrap2x2_TypeID is the unique identifier for the type Wrap2x2.
const Wrap2x2plus_TypeID = 0xe684eb3aef1a6859
Wrap2x2plus_TypeID is the unique identifier for the type Wrap2x2plus.
const WrapEmpty_TypeID = 0x9ab599979b02ac59
WrapEmpty_TypeID is the unique identifier for the type WrapEmpty.
const Z_TypeID = 0xea26e9973bd6a0d9
Z_TypeID is the unique identifier for the type Z.
const Zdata_TypeID = 0xc7da65f9a2f20ba2
Zdata_TypeID is the unique identifier for the type Zdata.
const Zdate_TypeID = 0xde50aebbad57549d
Zdate_TypeID is the unique identifier for the type Zdate.
const Zjob_TypeID = 0xddd1416669fb7613
Zjob_TypeID is the unique identifier for the type Zjob.
const Zserver_TypeID = 0xcc4411e60ba9c498
Zserver_TypeID is the unique identifier for the type Zserver.
Variables ¶
var ( ConstDate = Zdate(capnp.MustUnmarshalRoot(x_832bcc6686a26d56[0:24]).Struct()) ConstList = Zdate_List(capnp.MustUnmarshalRoot(x_832bcc6686a26d56[24:64]).List()) )
Constants defined in aircraft.capnp.
Functions ¶
func CallSequence_Methods ¶
func CallSequence_Methods(methods []server.Method, s CallSequence_Server) []server.Method
CallSequence_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func CallSequence_NewServer ¶
func CallSequence_NewServer(s CallSequence_Server) *server.Server
CallSequence_NewServer creates a new Server from an implementation of CallSequence_Server.
func Echo_Methods ¶
func Echo_Methods(methods []server.Method, s Echo_Server) []server.Method
Echo_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func Echo_NewServer ¶
func Echo_NewServer(s Echo_Server) *server.Server
Echo_NewServer creates a new Server from an implementation of Echo_Server.
func Pipeliner_Methods ¶
func Pipeliner_Methods(methods []server.Method, s Pipeliner_Server) []server.Method
Pipeliner_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func Pipeliner_NewServer ¶
func Pipeliner_NewServer(s Pipeliner_Server) *server.Server
Pipeliner_NewServer creates a new Server from an implementation of Pipeliner_Server.
func RegisterSchema ¶
Types ¶
type A320 ¶
type A320_Future ¶
A320_Future is a wrapper for a A320 promised by a client call.
func (A320_Future) Base ¶
func (p A320_Future) Base() PlaneBase_Future
func (A320_Future) Struct ¶
func (f A320_Future) Struct() (A320, error)
type Aircraft ¶
func (Aircraft) NewA320 ¶
NewA320 sets the a320 field to a newly allocated A320 struct, preferring placement in s's segment.
func (Aircraft) NewB737 ¶
NewB737 sets the b737 field to a newly allocated B737 struct, preferring placement in s's segment.
func (Aircraft) NewF16 ¶
NewF16 sets the f16 field to a newly allocated F16 struct, preferring placement in s's segment.
func (Aircraft) Which ¶
func (s Aircraft) Which() Aircraft_Which
type Aircraft_Future ¶
Aircraft_Future is a wrapper for a Aircraft promised by a client call.
func (Aircraft_Future) A320 ¶
func (p Aircraft_Future) A320() A320_Future
func (Aircraft_Future) B737 ¶
func (p Aircraft_Future) B737() B737_Future
func (Aircraft_Future) F16 ¶
func (p Aircraft_Future) F16() F16_Future
func (Aircraft_Future) Struct ¶
func (f Aircraft_Future) Struct() (Aircraft, error)
type Aircraft_List ¶
type Aircraft_List = capnp.StructList[Aircraft]
Aircraft_List is a list of Aircraft.
func NewAircraft_List ¶
func NewAircraft_List(s *capnp.Segment, sz int32) (Aircraft_List, error)
NewAircraft creates a new list of Aircraft.
type Aircraft_Which ¶
type Aircraft_Which uint16
const ( Aircraft_Which_void Aircraft_Which = 0 Aircraft_Which_b737 Aircraft_Which = 1 Aircraft_Which_a320 Aircraft_Which = 2 Aircraft_Which_f16 Aircraft_Which = 3 )
func (Aircraft_Which) String ¶
func (w Aircraft_Which) String() string
type Airport ¶
type Airport uint16
const ( Airport_none Airport = 0 Airport_jfk Airport = 1 Airport_lax Airport = 2 Airport_sfo Airport = 3 Airport_luv Airport = 4 Airport_dfw Airport = 5 Airport_test Airport = 6 )
Values of Airport.
func AirportFromString ¶
AirportFromString returns the enum value with a name, or the zero value if there's no such value.
type Airport_List ¶
func NewAirport_List ¶
func NewAirport_List(s *capnp.Segment, sz int32) (Airport_List, error)
type AllocBenchmark ¶
func NewAllocBenchmark ¶
func NewAllocBenchmark(s *capnp.Segment) (AllocBenchmark, error)
func NewRootAllocBenchmark ¶
func NewRootAllocBenchmark(s *capnp.Segment) (AllocBenchmark, error)
func ReadRootAllocBenchmark ¶
func ReadRootAllocBenchmark(msg *capnp.Message) (AllocBenchmark, error)
func (AllocBenchmark) DecodeFromPtr ¶
func (AllocBenchmark) DecodeFromPtr(p capnp.Ptr) AllocBenchmark
func (AllocBenchmark) EncodeAsPtr ¶
func (s AllocBenchmark) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (AllocBenchmark) Fields ¶
func (s AllocBenchmark) Fields() (AllocBenchmark_Field_List, error)
func (AllocBenchmark) HasFields ¶
func (s AllocBenchmark) HasFields() bool
func (AllocBenchmark) IsValid ¶
func (s AllocBenchmark) IsValid() bool
func (AllocBenchmark) Message ¶
func (s AllocBenchmark) Message() *capnp.Message
func (AllocBenchmark) NewFields ¶
func (s AllocBenchmark) NewFields(n int32) (AllocBenchmark_Field_List, error)
NewFields sets the fields field to a newly allocated AllocBenchmark_Field_List, preferring placement in s's segment.
func (AllocBenchmark) Segment ¶
func (s AllocBenchmark) Segment() *capnp.Segment
func (AllocBenchmark) SetFields ¶
func (s AllocBenchmark) SetFields(v AllocBenchmark_Field_List) error
func (AllocBenchmark) String ¶
func (s AllocBenchmark) String() string
func (AllocBenchmark) ToPtr ¶
func (s AllocBenchmark) ToPtr() capnp.Ptr
type AllocBenchmark_Field ¶
func NewAllocBenchmark_Field ¶
func NewAllocBenchmark_Field(s *capnp.Segment) (AllocBenchmark_Field, error)
func NewRootAllocBenchmark_Field ¶
func NewRootAllocBenchmark_Field(s *capnp.Segment) (AllocBenchmark_Field, error)
func ReadRootAllocBenchmark_Field ¶
func ReadRootAllocBenchmark_Field(msg *capnp.Message) (AllocBenchmark_Field, error)
func (AllocBenchmark_Field) DecodeFromPtr ¶
func (AllocBenchmark_Field) DecodeFromPtr(p capnp.Ptr) AllocBenchmark_Field
func (AllocBenchmark_Field) EncodeAsPtr ¶
func (s AllocBenchmark_Field) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (AllocBenchmark_Field) HasStringValue ¶
func (s AllocBenchmark_Field) HasStringValue() bool
func (AllocBenchmark_Field) IsValid ¶
func (s AllocBenchmark_Field) IsValid() bool
func (AllocBenchmark_Field) Message ¶
func (s AllocBenchmark_Field) Message() *capnp.Message
func (AllocBenchmark_Field) Segment ¶
func (s AllocBenchmark_Field) Segment() *capnp.Segment
func (AllocBenchmark_Field) SetStringValue ¶
func (s AllocBenchmark_Field) SetStringValue(v string) error
func (AllocBenchmark_Field) String ¶
func (s AllocBenchmark_Field) String() string
func (AllocBenchmark_Field) StringValue ¶
func (s AllocBenchmark_Field) StringValue() (string, error)
func (AllocBenchmark_Field) StringValueBytes ¶
func (s AllocBenchmark_Field) StringValueBytes() ([]byte, error)
func (AllocBenchmark_Field) ToPtr ¶
func (s AllocBenchmark_Field) ToPtr() capnp.Ptr
type AllocBenchmark_Field_Future ¶
AllocBenchmark_Field_Future is a wrapper for a AllocBenchmark_Field promised by a client call.
func (AllocBenchmark_Field_Future) Struct ¶
func (f AllocBenchmark_Field_Future) Struct() (AllocBenchmark_Field, error)
type AllocBenchmark_Field_List ¶
type AllocBenchmark_Field_List = capnp.StructList[AllocBenchmark_Field]
AllocBenchmark_Field_List is a list of AllocBenchmark_Field.
func NewAllocBenchmark_Field_List ¶
func NewAllocBenchmark_Field_List(s *capnp.Segment, sz int32) (AllocBenchmark_Field_List, error)
NewAllocBenchmark_Field creates a new list of AllocBenchmark_Field.
type AllocBenchmark_Future ¶
AllocBenchmark_Future is a wrapper for a AllocBenchmark promised by a client call.
func (AllocBenchmark_Future) Struct ¶
func (f AllocBenchmark_Future) Struct() (AllocBenchmark, error)
type AllocBenchmark_List ¶
type AllocBenchmark_List = capnp.StructList[AllocBenchmark]
AllocBenchmark_List is a list of AllocBenchmark.
func NewAllocBenchmark_List ¶
func NewAllocBenchmark_List(s *capnp.Segment, sz int32) (AllocBenchmark_List, error)
NewAllocBenchmark creates a new list of AllocBenchmark.
type B737 ¶
type B737_Future ¶
B737_Future is a wrapper for a B737 promised by a client call.
func (B737_Future) Base ¶
func (p B737_Future) Base() PlaneBase_Future
func (B737_Future) Struct ¶
func (f B737_Future) Struct() (B737, error)
type Bag ¶
func (Bag) HasCounter ¶
func (Bag) NewCounter ¶
NewCounter sets the counter field to a newly allocated Counter struct, preferring placement in s's segment.
func (Bag) SetCounter ¶
type Bag_Future ¶
Bag_Future is a wrapper for a Bag promised by a client call.
func (Bag_Future) Counter ¶
func (p Bag_Future) Counter() Counter_Future
func (Bag_Future) Struct ¶
func (f Bag_Future) Struct() (Bag, error)
type BenchmarkA ¶
func NewBenchmarkA ¶
func NewBenchmarkA(s *capnp.Segment) (BenchmarkA, error)
func NewRootBenchmarkA ¶
func NewRootBenchmarkA(s *capnp.Segment) (BenchmarkA, error)
func ReadRootBenchmarkA ¶
func ReadRootBenchmarkA(msg *capnp.Message) (BenchmarkA, error)
func (BenchmarkA) BirthDay ¶
func (s BenchmarkA) BirthDay() int64
func (BenchmarkA) DecodeFromPtr ¶
func (BenchmarkA) DecodeFromPtr(p capnp.Ptr) BenchmarkA
func (BenchmarkA) EncodeAsPtr ¶
func (s BenchmarkA) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (BenchmarkA) HasName ¶
func (s BenchmarkA) HasName() bool
func (BenchmarkA) HasPhone ¶
func (s BenchmarkA) HasPhone() bool
func (BenchmarkA) IsValid ¶
func (s BenchmarkA) IsValid() bool
func (BenchmarkA) Message ¶
func (s BenchmarkA) Message() *capnp.Message
func (BenchmarkA) Money ¶
func (s BenchmarkA) Money() float64
func (BenchmarkA) Name ¶
func (s BenchmarkA) Name() (string, error)
func (BenchmarkA) NameBytes ¶
func (s BenchmarkA) NameBytes() ([]byte, error)
func (BenchmarkA) Phone ¶
func (s BenchmarkA) Phone() (string, error)
func (BenchmarkA) PhoneBytes ¶
func (s BenchmarkA) PhoneBytes() ([]byte, error)
func (BenchmarkA) Segment ¶
func (s BenchmarkA) Segment() *capnp.Segment
func (BenchmarkA) SetBirthDay ¶
func (s BenchmarkA) SetBirthDay(v int64)
func (BenchmarkA) SetMoney ¶
func (s BenchmarkA) SetMoney(v float64)
func (BenchmarkA) SetName ¶
func (s BenchmarkA) SetName(v string) error
func (BenchmarkA) SetPhone ¶
func (s BenchmarkA) SetPhone(v string) error
func (BenchmarkA) SetSiblings ¶
func (s BenchmarkA) SetSiblings(v int32)
func (BenchmarkA) SetSpouse ¶
func (s BenchmarkA) SetSpouse(v bool)
func (BenchmarkA) Siblings ¶
func (s BenchmarkA) Siblings() int32
func (BenchmarkA) Spouse ¶
func (s BenchmarkA) Spouse() bool
func (BenchmarkA) String ¶
func (s BenchmarkA) String() string
func (BenchmarkA) ToPtr ¶
func (s BenchmarkA) ToPtr() capnp.Ptr
type BenchmarkA_Future ¶
BenchmarkA_Future is a wrapper for a BenchmarkA promised by a client call.
func (BenchmarkA_Future) Struct ¶
func (f BenchmarkA_Future) Struct() (BenchmarkA, error)
type BenchmarkA_List ¶
type BenchmarkA_List = capnp.StructList[BenchmarkA]
BenchmarkA_List is a list of BenchmarkA.
func NewBenchmarkA_List ¶
func NewBenchmarkA_List(s *capnp.Segment, sz int32) (BenchmarkA_List, error)
NewBenchmarkA creates a new list of BenchmarkA.
type CallSequence ¶
func CallSequence_ServerToClient ¶
func CallSequence_ServerToClient(s CallSequence_Server) CallSequence
CallSequence_ServerToClient creates a new Client from an implementation of CallSequence_Server. The caller is responsible for calling Release on the returned Client.
func (CallSequence) AddRef ¶
func (c CallSequence) AddRef() CallSequence
AddRef creates a new Client that refers to the same capability as c. If c is nil or has resolved to null, then AddRef returns nil.
func (CallSequence) DecodeFromPtr ¶
func (CallSequence) DecodeFromPtr(p capnp.Ptr) CallSequence
func (CallSequence) EncodeAsPtr ¶
func (c CallSequence) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (CallSequence) GetFlowLimiter ¶
func (c CallSequence) GetFlowLimiter() fc.FlowLimiter
Get the current flowcontrol.FlowLimiter used to manage flow control for this client.
func (CallSequence) GetNumber ¶
func (c CallSequence) GetNumber(ctx context.Context, params func(CallSequence_getNumber_Params) error) (CallSequence_getNumber_Results_Future, capnp.ReleaseFunc)
func (CallSequence) IsSame ¶
func (c CallSequence) IsSame(other CallSequence) bool
IsSame reports whether c and other refer to a capability created by the same call to NewClient. This can return false negatives if c or other are not fully resolved: use Resolve if this is an issue. If either c or other are released, then IsSame panics.
func (CallSequence) IsValid ¶
func (c CallSequence) IsValid() bool
IsValid reports whether c is a valid reference to a capability. A reference is invalid if it is nil, has resolved to null, or has been released.
func (CallSequence) Release ¶
func (c CallSequence) Release()
Release releases a capability reference. If this is the last reference to the capability, then the underlying resources associated with the capability will be released.
Release will panic if c has already been released, but not if c is nil or resolved to null.
func (CallSequence) Resolve ¶
func (c CallSequence) Resolve(ctx context.Context) error
Resolve blocks until the capability is fully resolved or the Context expires.
func (CallSequence) SetFlowLimiter ¶
func (c CallSequence) SetFlowLimiter(lim fc.FlowLimiter)
Update the flowcontrol.FlowLimiter used to manage flow control for this client. This affects all future calls, but not calls already waiting to send. Passing nil sets the value to flowcontrol.NopLimiter, which is also the default.
func (CallSequence) String ¶
func (c CallSequence) String() string
String returns a string that identifies this capability for debugging purposes. Its format should not be depended on: in particular, it should not be used to compare clients. Use IsSame to compare clients for equality.
func (CallSequence) WaitStreaming ¶
func (c CallSequence) WaitStreaming() error
type CallSequence_List ¶
type CallSequence_List = capnp.CapList[CallSequence]
CallSequence_List is a list of CallSequence.
func NewCallSequence_List ¶
func NewCallSequence_List(s *capnp.Segment, sz int32) (CallSequence_List, error)
NewCallSequence creates a new list of CallSequence.
type CallSequence_Server ¶
type CallSequence_Server interface {
GetNumber(context.Context, CallSequence_getNumber) error
}
A CallSequence_Server is a CallSequence with a local implementation.
type CallSequence_getNumber ¶
CallSequence_getNumber holds the state for a server call to CallSequence.getNumber. See server.Call for documentation.
func (CallSequence_getNumber) AllocResults ¶
func (c CallSequence_getNumber) AllocResults() (CallSequence_getNumber_Results, error)
AllocResults allocates the results struct.
func (CallSequence_getNumber) Args ¶
func (c CallSequence_getNumber) Args() CallSequence_getNumber_Params
Args returns the call's arguments.
type CallSequence_getNumber_Params ¶
func NewCallSequence_getNumber_Params ¶
func NewCallSequence_getNumber_Params(s *capnp.Segment) (CallSequence_getNumber_Params, error)
func NewRootCallSequence_getNumber_Params ¶
func NewRootCallSequence_getNumber_Params(s *capnp.Segment) (CallSequence_getNumber_Params, error)
func ReadRootCallSequence_getNumber_Params ¶
func ReadRootCallSequence_getNumber_Params(msg *capnp.Message) (CallSequence_getNumber_Params, error)
func (CallSequence_getNumber_Params) DecodeFromPtr ¶
func (CallSequence_getNumber_Params) DecodeFromPtr(p capnp.Ptr) CallSequence_getNumber_Params
func (CallSequence_getNumber_Params) EncodeAsPtr ¶
func (s CallSequence_getNumber_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (CallSequence_getNumber_Params) IsValid ¶
func (s CallSequence_getNumber_Params) IsValid() bool
func (CallSequence_getNumber_Params) Message ¶
func (s CallSequence_getNumber_Params) Message() *capnp.Message
func (CallSequence_getNumber_Params) Segment ¶
func (s CallSequence_getNumber_Params) Segment() *capnp.Segment
func (CallSequence_getNumber_Params) String ¶
func (s CallSequence_getNumber_Params) String() string
func (CallSequence_getNumber_Params) ToPtr ¶
func (s CallSequence_getNumber_Params) ToPtr() capnp.Ptr
type CallSequence_getNumber_Params_Future ¶
CallSequence_getNumber_Params_Future is a wrapper for a CallSequence_getNumber_Params promised by a client call.
func (CallSequence_getNumber_Params_Future) Struct ¶
func (f CallSequence_getNumber_Params_Future) Struct() (CallSequence_getNumber_Params, error)
type CallSequence_getNumber_Params_List ¶
type CallSequence_getNumber_Params_List = capnp.StructList[CallSequence_getNumber_Params]
CallSequence_getNumber_Params_List is a list of CallSequence_getNumber_Params.
func NewCallSequence_getNumber_Params_List ¶
func NewCallSequence_getNumber_Params_List(s *capnp.Segment, sz int32) (CallSequence_getNumber_Params_List, error)
NewCallSequence_getNumber_Params creates a new list of CallSequence_getNumber_Params.
type CallSequence_getNumber_Results ¶
func NewCallSequence_getNumber_Results ¶
func NewCallSequence_getNumber_Results(s *capnp.Segment) (CallSequence_getNumber_Results, error)
func NewRootCallSequence_getNumber_Results ¶
func NewRootCallSequence_getNumber_Results(s *capnp.Segment) (CallSequence_getNumber_Results, error)
func ReadRootCallSequence_getNumber_Results ¶
func ReadRootCallSequence_getNumber_Results(msg *capnp.Message) (CallSequence_getNumber_Results, error)
func (CallSequence_getNumber_Results) DecodeFromPtr ¶
func (CallSequence_getNumber_Results) DecodeFromPtr(p capnp.Ptr) CallSequence_getNumber_Results
func (CallSequence_getNumber_Results) EncodeAsPtr ¶
func (s CallSequence_getNumber_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (CallSequence_getNumber_Results) IsValid ¶
func (s CallSequence_getNumber_Results) IsValid() bool
func (CallSequence_getNumber_Results) Message ¶
func (s CallSequence_getNumber_Results) Message() *capnp.Message
func (CallSequence_getNumber_Results) N ¶
func (s CallSequence_getNumber_Results) N() uint32
func (CallSequence_getNumber_Results) Segment ¶
func (s CallSequence_getNumber_Results) Segment() *capnp.Segment
func (CallSequence_getNumber_Results) SetN ¶
func (s CallSequence_getNumber_Results) SetN(v uint32)
func (CallSequence_getNumber_Results) String ¶
func (s CallSequence_getNumber_Results) String() string
func (CallSequence_getNumber_Results) ToPtr ¶
func (s CallSequence_getNumber_Results) ToPtr() capnp.Ptr
type CallSequence_getNumber_Results_Future ¶
CallSequence_getNumber_Results_Future is a wrapper for a CallSequence_getNumber_Results promised by a client call.
func (CallSequence_getNumber_Results_Future) Struct ¶
func (f CallSequence_getNumber_Results_Future) Struct() (CallSequence_getNumber_Results, error)
type CallSequence_getNumber_Results_List ¶
type CallSequence_getNumber_Results_List = capnp.StructList[CallSequence_getNumber_Results]
CallSequence_getNumber_Results_List is a list of CallSequence_getNumber_Results.
func NewCallSequence_getNumber_Results_List ¶
func NewCallSequence_getNumber_Results_List(s *capnp.Segment, sz int32) (CallSequence_getNumber_Results_List, error)
NewCallSequence_getNumber_Results creates a new list of CallSequence_getNumber_Results.
type Counter ¶
func (Counter) HasBitlist ¶
func (Counter) HasWordlist ¶
func (Counter) NewBitlist ¶
NewBitlist sets the bitlist field to a newly allocated capnp.BitList, preferring placement in s's segment.
func (Counter) NewWordlist ¶
NewWordlist sets the wordlist field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Counter) WordsBytes ¶
type Counter_Future ¶
Counter_Future is a wrapper for a Counter promised by a client call.
func (Counter_Future) Struct ¶
func (f Counter_Future) Struct() (Counter, error)
type Counter_List ¶
type Counter_List = capnp.StructList[Counter]
Counter_List is a list of Counter.
func NewCounter_List ¶
func NewCounter_List(s *capnp.Segment, sz int32) (Counter_List, error)
NewCounter creates a new list of Counter.
type Defaults_Future ¶
Defaults_Future is a wrapper for a Defaults promised by a client call.
func (Defaults_Future) Struct ¶
func (f Defaults_Future) Struct() (Defaults, error)
type Defaults_List ¶
type Defaults_List = capnp.StructList[Defaults]
Defaults_List is a list of Defaults.
func NewDefaults_List ¶
func NewDefaults_List(s *capnp.Segment, sz int32) (Defaults_List, error)
NewDefaults creates a new list of Defaults.
type Echo ¶
func Echo_ServerToClient ¶
func Echo_ServerToClient(s Echo_Server) Echo
Echo_ServerToClient creates a new Client from an implementation of Echo_Server. The caller is responsible for calling Release on the returned Client.
func (Echo) AddRef ¶
AddRef creates a new Client that refers to the same capability as c. If c is nil or has resolved to null, then AddRef returns nil.
func (Echo) Echo ¶
func (c Echo) Echo(ctx context.Context, params func(Echo_echo_Params) error) (Echo_echo_Results_Future, capnp.ReleaseFunc)
func (Echo) GetFlowLimiter ¶
func (c Echo) GetFlowLimiter() fc.FlowLimiter
Get the current flowcontrol.FlowLimiter used to manage flow control for this client.
func (Echo) IsSame ¶
IsSame reports whether c and other refer to a capability created by the same call to NewClient. This can return false negatives if c or other are not fully resolved: use Resolve if this is an issue. If either c or other are released, then IsSame panics.
func (Echo) IsValid ¶
IsValid reports whether c is a valid reference to a capability. A reference is invalid if it is nil, has resolved to null, or has been released.
func (Echo) Release ¶
func (c Echo) Release()
Release releases a capability reference. If this is the last reference to the capability, then the underlying resources associated with the capability will be released.
Release will panic if c has already been released, but not if c is nil or resolved to null.
func (Echo) SetFlowLimiter ¶
func (c Echo) SetFlowLimiter(lim fc.FlowLimiter)
Update the flowcontrol.FlowLimiter used to manage flow control for this client. This affects all future calls, but not calls already waiting to send. Passing nil sets the value to flowcontrol.NopLimiter, which is also the default.
func (Echo) String ¶
String returns a string that identifies this capability for debugging purposes. Its format should not be depended on: in particular, it should not be used to compare clients. Use IsSame to compare clients for equality.
func (Echo) WaitStreaming ¶
type EchoBase_Future ¶
EchoBase_Future is a wrapper for a EchoBase promised by a client call.
func (EchoBase_Future) Echo ¶
func (p EchoBase_Future) Echo() Echo
func (EchoBase_Future) Struct ¶
func (f EchoBase_Future) Struct() (EchoBase, error)
type EchoBase_List ¶
type EchoBase_List = capnp.StructList[EchoBase]
EchoBase_List is a list of EchoBase.
func NewEchoBase_List ¶
func NewEchoBase_List(s *capnp.Segment, sz int32) (EchoBase_List, error)
NewEchoBase creates a new list of EchoBase.
type Echo_Server ¶
A Echo_Server is a Echo with a local implementation.
type Echo_echo ¶
Echo_echo holds the state for a server call to Echo.echo. See server.Call for documentation.
func (Echo_echo) AllocResults ¶
func (c Echo_echo) AllocResults() (Echo_echo_Results, error)
AllocResults allocates the results struct.
func (Echo_echo) Args ¶
func (c Echo_echo) Args() Echo_echo_Params
Args returns the call's arguments.
type Echo_echo_Params ¶
func NewEcho_echo_Params ¶
func NewEcho_echo_Params(s *capnp.Segment) (Echo_echo_Params, error)
func NewRootEcho_echo_Params ¶
func NewRootEcho_echo_Params(s *capnp.Segment) (Echo_echo_Params, error)
func ReadRootEcho_echo_Params ¶
func ReadRootEcho_echo_Params(msg *capnp.Message) (Echo_echo_Params, error)
func (Echo_echo_Params) DecodeFromPtr ¶
func (Echo_echo_Params) DecodeFromPtr(p capnp.Ptr) Echo_echo_Params
func (Echo_echo_Params) EncodeAsPtr ¶
func (s Echo_echo_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Echo_echo_Params) HasIn ¶
func (s Echo_echo_Params) HasIn() bool
func (Echo_echo_Params) In ¶
func (s Echo_echo_Params) In() (string, error)
func (Echo_echo_Params) InBytes ¶
func (s Echo_echo_Params) InBytes() ([]byte, error)
func (Echo_echo_Params) IsValid ¶
func (s Echo_echo_Params) IsValid() bool
func (Echo_echo_Params) Message ¶
func (s Echo_echo_Params) Message() *capnp.Message
func (Echo_echo_Params) Segment ¶
func (s Echo_echo_Params) Segment() *capnp.Segment
func (Echo_echo_Params) SetIn ¶
func (s Echo_echo_Params) SetIn(v string) error
func (Echo_echo_Params) String ¶
func (s Echo_echo_Params) String() string
func (Echo_echo_Params) ToPtr ¶
func (s Echo_echo_Params) ToPtr() capnp.Ptr
type Echo_echo_Params_Future ¶
Echo_echo_Params_Future is a wrapper for a Echo_echo_Params promised by a client call.
func (Echo_echo_Params_Future) Struct ¶
func (f Echo_echo_Params_Future) Struct() (Echo_echo_Params, error)
type Echo_echo_Params_List ¶
type Echo_echo_Params_List = capnp.StructList[Echo_echo_Params]
Echo_echo_Params_List is a list of Echo_echo_Params.
func NewEcho_echo_Params_List ¶
func NewEcho_echo_Params_List(s *capnp.Segment, sz int32) (Echo_echo_Params_List, error)
NewEcho_echo_Params creates a new list of Echo_echo_Params.
type Echo_echo_Results ¶
func NewEcho_echo_Results ¶
func NewEcho_echo_Results(s *capnp.Segment) (Echo_echo_Results, error)
func NewRootEcho_echo_Results ¶
func NewRootEcho_echo_Results(s *capnp.Segment) (Echo_echo_Results, error)
func ReadRootEcho_echo_Results ¶
func ReadRootEcho_echo_Results(msg *capnp.Message) (Echo_echo_Results, error)
func (Echo_echo_Results) DecodeFromPtr ¶
func (Echo_echo_Results) DecodeFromPtr(p capnp.Ptr) Echo_echo_Results
func (Echo_echo_Results) EncodeAsPtr ¶
func (s Echo_echo_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Echo_echo_Results) HasOut ¶
func (s Echo_echo_Results) HasOut() bool
func (Echo_echo_Results) IsValid ¶
func (s Echo_echo_Results) IsValid() bool
func (Echo_echo_Results) Message ¶
func (s Echo_echo_Results) Message() *capnp.Message
func (Echo_echo_Results) Out ¶
func (s Echo_echo_Results) Out() (string, error)
func (Echo_echo_Results) OutBytes ¶
func (s Echo_echo_Results) OutBytes() ([]byte, error)
func (Echo_echo_Results) Segment ¶
func (s Echo_echo_Results) Segment() *capnp.Segment
func (Echo_echo_Results) SetOut ¶
func (s Echo_echo_Results) SetOut(v string) error
func (Echo_echo_Results) String ¶
func (s Echo_echo_Results) String() string
func (Echo_echo_Results) ToPtr ¶
func (s Echo_echo_Results) ToPtr() capnp.Ptr
type Echo_echo_Results_Future ¶
Echo_echo_Results_Future is a wrapper for a Echo_echo_Results promised by a client call.
func (Echo_echo_Results_Future) Struct ¶
func (f Echo_echo_Results_Future) Struct() (Echo_echo_Results, error)
type Echo_echo_Results_List ¶
type Echo_echo_Results_List = capnp.StructList[Echo_echo_Results]
Echo_echo_Results_List is a list of Echo_echo_Results.
func NewEcho_echo_Results_List ¶
func NewEcho_echo_Results_List(s *capnp.Segment, sz int32) (Echo_echo_Results_List, error)
NewEcho_echo_Results creates a new list of Echo_echo_Results.
type F16 ¶
type F16_Future ¶
F16_Future is a wrapper for a F16 promised by a client call.
func (F16_Future) Base ¶
func (p F16_Future) Base() PlaneBase_Future
func (F16_Future) Struct ¶
func (f F16_Future) Struct() (F16, error)
type HoldsText ¶
func (HoldsText) NewLst ¶
NewLst sets the lst field to a newly allocated capnp.TextList, preferring placement in s's segment.
type HoldsText_Future ¶
HoldsText_Future is a wrapper for a HoldsText promised by a client call.
func (HoldsText_Future) Struct ¶
func (f HoldsText_Future) Struct() (HoldsText, error)
type HoldsText_List ¶
type HoldsText_List = capnp.StructList[HoldsText]
HoldsText_List is a list of HoldsText.
func NewHoldsText_List ¶
func NewHoldsText_List(s *capnp.Segment, sz int32) (HoldsText_List, error)
NewHoldsText creates a new list of HoldsText.
type HoldsVerEmptyList ¶
func NewHoldsVerEmptyList ¶
func NewHoldsVerEmptyList(s *capnp.Segment) (HoldsVerEmptyList, error)
func NewRootHoldsVerEmptyList ¶
func NewRootHoldsVerEmptyList(s *capnp.Segment) (HoldsVerEmptyList, error)
func ReadRootHoldsVerEmptyList ¶
func ReadRootHoldsVerEmptyList(msg *capnp.Message) (HoldsVerEmptyList, error)
func (HoldsVerEmptyList) DecodeFromPtr ¶
func (HoldsVerEmptyList) DecodeFromPtr(p capnp.Ptr) HoldsVerEmptyList
func (HoldsVerEmptyList) EncodeAsPtr ¶
func (s HoldsVerEmptyList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerEmptyList) HasMylist ¶
func (s HoldsVerEmptyList) HasMylist() bool
func (HoldsVerEmptyList) IsValid ¶
func (s HoldsVerEmptyList) IsValid() bool
func (HoldsVerEmptyList) Message ¶
func (s HoldsVerEmptyList) Message() *capnp.Message
func (HoldsVerEmptyList) Mylist ¶
func (s HoldsVerEmptyList) Mylist() (VerEmpty_List, error)
func (HoldsVerEmptyList) NewMylist ¶
func (s HoldsVerEmptyList) NewMylist(n int32) (VerEmpty_List, error)
NewMylist sets the mylist field to a newly allocated VerEmpty_List, preferring placement in s's segment.
func (HoldsVerEmptyList) Segment ¶
func (s HoldsVerEmptyList) Segment() *capnp.Segment
func (HoldsVerEmptyList) SetMylist ¶
func (s HoldsVerEmptyList) SetMylist(v VerEmpty_List) error
func (HoldsVerEmptyList) String ¶
func (s HoldsVerEmptyList) String() string
func (HoldsVerEmptyList) ToPtr ¶
func (s HoldsVerEmptyList) ToPtr() capnp.Ptr
type HoldsVerEmptyList_Future ¶
HoldsVerEmptyList_Future is a wrapper for a HoldsVerEmptyList promised by a client call.
func (HoldsVerEmptyList_Future) Struct ¶
func (f HoldsVerEmptyList_Future) Struct() (HoldsVerEmptyList, error)
type HoldsVerEmptyList_List ¶
type HoldsVerEmptyList_List = capnp.StructList[HoldsVerEmptyList]
HoldsVerEmptyList_List is a list of HoldsVerEmptyList.
func NewHoldsVerEmptyList_List ¶
func NewHoldsVerEmptyList_List(s *capnp.Segment, sz int32) (HoldsVerEmptyList_List, error)
NewHoldsVerEmptyList creates a new list of HoldsVerEmptyList.
type HoldsVerOneDataList ¶
func NewHoldsVerOneDataList ¶
func NewHoldsVerOneDataList(s *capnp.Segment) (HoldsVerOneDataList, error)
func NewRootHoldsVerOneDataList ¶
func NewRootHoldsVerOneDataList(s *capnp.Segment) (HoldsVerOneDataList, error)
func ReadRootHoldsVerOneDataList ¶
func ReadRootHoldsVerOneDataList(msg *capnp.Message) (HoldsVerOneDataList, error)
func (HoldsVerOneDataList) DecodeFromPtr ¶
func (HoldsVerOneDataList) DecodeFromPtr(p capnp.Ptr) HoldsVerOneDataList
func (HoldsVerOneDataList) EncodeAsPtr ¶
func (s HoldsVerOneDataList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerOneDataList) HasMylist ¶
func (s HoldsVerOneDataList) HasMylist() bool
func (HoldsVerOneDataList) IsValid ¶
func (s HoldsVerOneDataList) IsValid() bool
func (HoldsVerOneDataList) Message ¶
func (s HoldsVerOneDataList) Message() *capnp.Message
func (HoldsVerOneDataList) Mylist ¶
func (s HoldsVerOneDataList) Mylist() (VerOneData_List, error)
func (HoldsVerOneDataList) NewMylist ¶
func (s HoldsVerOneDataList) NewMylist(n int32) (VerOneData_List, error)
NewMylist sets the mylist field to a newly allocated VerOneData_List, preferring placement in s's segment.
func (HoldsVerOneDataList) Segment ¶
func (s HoldsVerOneDataList) Segment() *capnp.Segment
func (HoldsVerOneDataList) SetMylist ¶
func (s HoldsVerOneDataList) SetMylist(v VerOneData_List) error
func (HoldsVerOneDataList) String ¶
func (s HoldsVerOneDataList) String() string
func (HoldsVerOneDataList) ToPtr ¶
func (s HoldsVerOneDataList) ToPtr() capnp.Ptr
type HoldsVerOneDataList_Future ¶
HoldsVerOneDataList_Future is a wrapper for a HoldsVerOneDataList promised by a client call.
func (HoldsVerOneDataList_Future) Struct ¶
func (f HoldsVerOneDataList_Future) Struct() (HoldsVerOneDataList, error)
type HoldsVerOneDataList_List ¶
type HoldsVerOneDataList_List = capnp.StructList[HoldsVerOneDataList]
HoldsVerOneDataList_List is a list of HoldsVerOneDataList.
func NewHoldsVerOneDataList_List ¶
func NewHoldsVerOneDataList_List(s *capnp.Segment, sz int32) (HoldsVerOneDataList_List, error)
NewHoldsVerOneDataList creates a new list of HoldsVerOneDataList.
type HoldsVerOnePtrList ¶
func NewHoldsVerOnePtrList ¶
func NewHoldsVerOnePtrList(s *capnp.Segment) (HoldsVerOnePtrList, error)
func NewRootHoldsVerOnePtrList ¶
func NewRootHoldsVerOnePtrList(s *capnp.Segment) (HoldsVerOnePtrList, error)
func ReadRootHoldsVerOnePtrList ¶
func ReadRootHoldsVerOnePtrList(msg *capnp.Message) (HoldsVerOnePtrList, error)
func (HoldsVerOnePtrList) DecodeFromPtr ¶
func (HoldsVerOnePtrList) DecodeFromPtr(p capnp.Ptr) HoldsVerOnePtrList
func (HoldsVerOnePtrList) EncodeAsPtr ¶
func (s HoldsVerOnePtrList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerOnePtrList) HasMylist ¶
func (s HoldsVerOnePtrList) HasMylist() bool
func (HoldsVerOnePtrList) IsValid ¶
func (s HoldsVerOnePtrList) IsValid() bool
func (HoldsVerOnePtrList) Message ¶
func (s HoldsVerOnePtrList) Message() *capnp.Message
func (HoldsVerOnePtrList) Mylist ¶
func (s HoldsVerOnePtrList) Mylist() (VerOnePtr_List, error)
func (HoldsVerOnePtrList) NewMylist ¶
func (s HoldsVerOnePtrList) NewMylist(n int32) (VerOnePtr_List, error)
NewMylist sets the mylist field to a newly allocated VerOnePtr_List, preferring placement in s's segment.
func (HoldsVerOnePtrList) Segment ¶
func (s HoldsVerOnePtrList) Segment() *capnp.Segment
func (HoldsVerOnePtrList) SetMylist ¶
func (s HoldsVerOnePtrList) SetMylist(v VerOnePtr_List) error
func (HoldsVerOnePtrList) String ¶
func (s HoldsVerOnePtrList) String() string
func (HoldsVerOnePtrList) ToPtr ¶
func (s HoldsVerOnePtrList) ToPtr() capnp.Ptr
type HoldsVerOnePtrList_Future ¶
HoldsVerOnePtrList_Future is a wrapper for a HoldsVerOnePtrList promised by a client call.
func (HoldsVerOnePtrList_Future) Struct ¶
func (f HoldsVerOnePtrList_Future) Struct() (HoldsVerOnePtrList, error)
type HoldsVerOnePtrList_List ¶
type HoldsVerOnePtrList_List = capnp.StructList[HoldsVerOnePtrList]
HoldsVerOnePtrList_List is a list of HoldsVerOnePtrList.
func NewHoldsVerOnePtrList_List ¶
func NewHoldsVerOnePtrList_List(s *capnp.Segment, sz int32) (HoldsVerOnePtrList_List, error)
NewHoldsVerOnePtrList creates a new list of HoldsVerOnePtrList.
type HoldsVerTwoDataList ¶
func NewHoldsVerTwoDataList ¶
func NewHoldsVerTwoDataList(s *capnp.Segment) (HoldsVerTwoDataList, error)
func NewRootHoldsVerTwoDataList ¶
func NewRootHoldsVerTwoDataList(s *capnp.Segment) (HoldsVerTwoDataList, error)
func ReadRootHoldsVerTwoDataList ¶
func ReadRootHoldsVerTwoDataList(msg *capnp.Message) (HoldsVerTwoDataList, error)
func (HoldsVerTwoDataList) DecodeFromPtr ¶
func (HoldsVerTwoDataList) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoDataList
func (HoldsVerTwoDataList) EncodeAsPtr ¶
func (s HoldsVerTwoDataList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerTwoDataList) HasMylist ¶
func (s HoldsVerTwoDataList) HasMylist() bool
func (HoldsVerTwoDataList) IsValid ¶
func (s HoldsVerTwoDataList) IsValid() bool
func (HoldsVerTwoDataList) Message ¶
func (s HoldsVerTwoDataList) Message() *capnp.Message
func (HoldsVerTwoDataList) Mylist ¶
func (s HoldsVerTwoDataList) Mylist() (VerTwoData_List, error)
func (HoldsVerTwoDataList) NewMylist ¶
func (s HoldsVerTwoDataList) NewMylist(n int32) (VerTwoData_List, error)
NewMylist sets the mylist field to a newly allocated VerTwoData_List, preferring placement in s's segment.
func (HoldsVerTwoDataList) Segment ¶
func (s HoldsVerTwoDataList) Segment() *capnp.Segment
func (HoldsVerTwoDataList) SetMylist ¶
func (s HoldsVerTwoDataList) SetMylist(v VerTwoData_List) error
func (HoldsVerTwoDataList) String ¶
func (s HoldsVerTwoDataList) String() string
func (HoldsVerTwoDataList) ToPtr ¶
func (s HoldsVerTwoDataList) ToPtr() capnp.Ptr
type HoldsVerTwoDataList_Future ¶
HoldsVerTwoDataList_Future is a wrapper for a HoldsVerTwoDataList promised by a client call.
func (HoldsVerTwoDataList_Future) Struct ¶
func (f HoldsVerTwoDataList_Future) Struct() (HoldsVerTwoDataList, error)
type HoldsVerTwoDataList_List ¶
type HoldsVerTwoDataList_List = capnp.StructList[HoldsVerTwoDataList]
HoldsVerTwoDataList_List is a list of HoldsVerTwoDataList.
func NewHoldsVerTwoDataList_List ¶
func NewHoldsVerTwoDataList_List(s *capnp.Segment, sz int32) (HoldsVerTwoDataList_List, error)
NewHoldsVerTwoDataList creates a new list of HoldsVerTwoDataList.
type HoldsVerTwoPtrList ¶
func NewHoldsVerTwoPtrList ¶
func NewHoldsVerTwoPtrList(s *capnp.Segment) (HoldsVerTwoPtrList, error)
func NewRootHoldsVerTwoPtrList ¶
func NewRootHoldsVerTwoPtrList(s *capnp.Segment) (HoldsVerTwoPtrList, error)
func ReadRootHoldsVerTwoPtrList ¶
func ReadRootHoldsVerTwoPtrList(msg *capnp.Message) (HoldsVerTwoPtrList, error)
func (HoldsVerTwoPtrList) DecodeFromPtr ¶
func (HoldsVerTwoPtrList) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoPtrList
func (HoldsVerTwoPtrList) EncodeAsPtr ¶
func (s HoldsVerTwoPtrList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerTwoPtrList) HasMylist ¶
func (s HoldsVerTwoPtrList) HasMylist() bool
func (HoldsVerTwoPtrList) IsValid ¶
func (s HoldsVerTwoPtrList) IsValid() bool
func (HoldsVerTwoPtrList) Message ¶
func (s HoldsVerTwoPtrList) Message() *capnp.Message
func (HoldsVerTwoPtrList) Mylist ¶
func (s HoldsVerTwoPtrList) Mylist() (VerTwoPtr_List, error)
func (HoldsVerTwoPtrList) NewMylist ¶
func (s HoldsVerTwoPtrList) NewMylist(n int32) (VerTwoPtr_List, error)
NewMylist sets the mylist field to a newly allocated VerTwoPtr_List, preferring placement in s's segment.
func (HoldsVerTwoPtrList) Segment ¶
func (s HoldsVerTwoPtrList) Segment() *capnp.Segment
func (HoldsVerTwoPtrList) SetMylist ¶
func (s HoldsVerTwoPtrList) SetMylist(v VerTwoPtr_List) error
func (HoldsVerTwoPtrList) String ¶
func (s HoldsVerTwoPtrList) String() string
func (HoldsVerTwoPtrList) ToPtr ¶
func (s HoldsVerTwoPtrList) ToPtr() capnp.Ptr
type HoldsVerTwoPtrList_Future ¶
HoldsVerTwoPtrList_Future is a wrapper for a HoldsVerTwoPtrList promised by a client call.
func (HoldsVerTwoPtrList_Future) Struct ¶
func (f HoldsVerTwoPtrList_Future) Struct() (HoldsVerTwoPtrList, error)
type HoldsVerTwoPtrList_List ¶
type HoldsVerTwoPtrList_List = capnp.StructList[HoldsVerTwoPtrList]
HoldsVerTwoPtrList_List is a list of HoldsVerTwoPtrList.
func NewHoldsVerTwoPtrList_List ¶
func NewHoldsVerTwoPtrList_List(s *capnp.Segment, sz int32) (HoldsVerTwoPtrList_List, error)
NewHoldsVerTwoPtrList creates a new list of HoldsVerTwoPtrList.
type HoldsVerTwoTwoList ¶
func NewHoldsVerTwoTwoList ¶
func NewHoldsVerTwoTwoList(s *capnp.Segment) (HoldsVerTwoTwoList, error)
func NewRootHoldsVerTwoTwoList ¶
func NewRootHoldsVerTwoTwoList(s *capnp.Segment) (HoldsVerTwoTwoList, error)
func ReadRootHoldsVerTwoTwoList ¶
func ReadRootHoldsVerTwoTwoList(msg *capnp.Message) (HoldsVerTwoTwoList, error)
func (HoldsVerTwoTwoList) DecodeFromPtr ¶
func (HoldsVerTwoTwoList) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoTwoList
func (HoldsVerTwoTwoList) EncodeAsPtr ¶
func (s HoldsVerTwoTwoList) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerTwoTwoList) HasMylist ¶
func (s HoldsVerTwoTwoList) HasMylist() bool
func (HoldsVerTwoTwoList) IsValid ¶
func (s HoldsVerTwoTwoList) IsValid() bool
func (HoldsVerTwoTwoList) Message ¶
func (s HoldsVerTwoTwoList) Message() *capnp.Message
func (HoldsVerTwoTwoList) Mylist ¶
func (s HoldsVerTwoTwoList) Mylist() (VerTwoDataTwoPtr_List, error)
func (HoldsVerTwoTwoList) NewMylist ¶
func (s HoldsVerTwoTwoList) NewMylist(n int32) (VerTwoDataTwoPtr_List, error)
NewMylist sets the mylist field to a newly allocated VerTwoDataTwoPtr_List, preferring placement in s's segment.
func (HoldsVerTwoTwoList) Segment ¶
func (s HoldsVerTwoTwoList) Segment() *capnp.Segment
func (HoldsVerTwoTwoList) SetMylist ¶
func (s HoldsVerTwoTwoList) SetMylist(v VerTwoDataTwoPtr_List) error
func (HoldsVerTwoTwoList) String ¶
func (s HoldsVerTwoTwoList) String() string
func (HoldsVerTwoTwoList) ToPtr ¶
func (s HoldsVerTwoTwoList) ToPtr() capnp.Ptr
type HoldsVerTwoTwoList_Future ¶
HoldsVerTwoTwoList_Future is a wrapper for a HoldsVerTwoTwoList promised by a client call.
func (HoldsVerTwoTwoList_Future) Struct ¶
func (f HoldsVerTwoTwoList_Future) Struct() (HoldsVerTwoTwoList, error)
type HoldsVerTwoTwoList_List ¶
type HoldsVerTwoTwoList_List = capnp.StructList[HoldsVerTwoTwoList]
HoldsVerTwoTwoList_List is a list of HoldsVerTwoTwoList.
func NewHoldsVerTwoTwoList_List ¶
func NewHoldsVerTwoTwoList_List(s *capnp.Segment, sz int32) (HoldsVerTwoTwoList_List, error)
NewHoldsVerTwoTwoList creates a new list of HoldsVerTwoTwoList.
type HoldsVerTwoTwoPlus ¶
func NewHoldsVerTwoTwoPlus ¶
func NewHoldsVerTwoTwoPlus(s *capnp.Segment) (HoldsVerTwoTwoPlus, error)
func NewRootHoldsVerTwoTwoPlus ¶
func NewRootHoldsVerTwoTwoPlus(s *capnp.Segment) (HoldsVerTwoTwoPlus, error)
func ReadRootHoldsVerTwoTwoPlus ¶
func ReadRootHoldsVerTwoTwoPlus(msg *capnp.Message) (HoldsVerTwoTwoPlus, error)
func (HoldsVerTwoTwoPlus) DecodeFromPtr ¶
func (HoldsVerTwoTwoPlus) DecodeFromPtr(p capnp.Ptr) HoldsVerTwoTwoPlus
func (HoldsVerTwoTwoPlus) EncodeAsPtr ¶
func (s HoldsVerTwoTwoPlus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (HoldsVerTwoTwoPlus) HasMylist ¶
func (s HoldsVerTwoTwoPlus) HasMylist() bool
func (HoldsVerTwoTwoPlus) IsValid ¶
func (s HoldsVerTwoTwoPlus) IsValid() bool
func (HoldsVerTwoTwoPlus) Message ¶
func (s HoldsVerTwoTwoPlus) Message() *capnp.Message
func (HoldsVerTwoTwoPlus) Mylist ¶
func (s HoldsVerTwoTwoPlus) Mylist() (VerTwoTwoPlus_List, error)
func (HoldsVerTwoTwoPlus) NewMylist ¶
func (s HoldsVerTwoTwoPlus) NewMylist(n int32) (VerTwoTwoPlus_List, error)
NewMylist sets the mylist field to a newly allocated VerTwoTwoPlus_List, preferring placement in s's segment.
func (HoldsVerTwoTwoPlus) Segment ¶
func (s HoldsVerTwoTwoPlus) Segment() *capnp.Segment
func (HoldsVerTwoTwoPlus) SetMylist ¶
func (s HoldsVerTwoTwoPlus) SetMylist(v VerTwoTwoPlus_List) error
func (HoldsVerTwoTwoPlus) String ¶
func (s HoldsVerTwoTwoPlus) String() string
func (HoldsVerTwoTwoPlus) ToPtr ¶
func (s HoldsVerTwoTwoPlus) ToPtr() capnp.Ptr
type HoldsVerTwoTwoPlus_Future ¶
HoldsVerTwoTwoPlus_Future is a wrapper for a HoldsVerTwoTwoPlus promised by a client call.
func (HoldsVerTwoTwoPlus_Future) Struct ¶
func (f HoldsVerTwoTwoPlus_Future) Struct() (HoldsVerTwoTwoPlus, error)
type HoldsVerTwoTwoPlus_List ¶
type HoldsVerTwoTwoPlus_List = capnp.StructList[HoldsVerTwoTwoPlus]
HoldsVerTwoTwoPlus_List is a list of HoldsVerTwoTwoPlus.
func NewHoldsVerTwoTwoPlus_List ¶
func NewHoldsVerTwoTwoPlus_List(s *capnp.Segment, sz int32) (HoldsVerTwoTwoPlus_List, error)
NewHoldsVerTwoTwoPlus creates a new list of HoldsVerTwoTwoPlus.
type Hoth ¶
type Hoth_Future ¶
Hoth_Future is a wrapper for a Hoth promised by a client call.
func (Hoth_Future) Base ¶
func (p Hoth_Future) Base() EchoBase_Future
func (Hoth_Future) Struct ¶
func (f Hoth_Future) Struct() (Hoth, error)
type ListStructCapn ¶
func NewListStructCapn ¶
func NewListStructCapn(s *capnp.Segment) (ListStructCapn, error)
func NewRootListStructCapn ¶
func NewRootListStructCapn(s *capnp.Segment) (ListStructCapn, error)
func ReadRootListStructCapn ¶
func ReadRootListStructCapn(msg *capnp.Message) (ListStructCapn, error)
func (ListStructCapn) DecodeFromPtr ¶
func (ListStructCapn) DecodeFromPtr(p capnp.Ptr) ListStructCapn
func (ListStructCapn) EncodeAsPtr ¶
func (s ListStructCapn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (ListStructCapn) HasVec ¶
func (s ListStructCapn) HasVec() bool
func (ListStructCapn) IsValid ¶
func (s ListStructCapn) IsValid() bool
func (ListStructCapn) Message ¶
func (s ListStructCapn) Message() *capnp.Message
func (ListStructCapn) NewVec ¶
func (s ListStructCapn) NewVec(n int32) (Nester1Capn_List, error)
NewVec sets the vec field to a newly allocated Nester1Capn_List, preferring placement in s's segment.
func (ListStructCapn) Segment ¶
func (s ListStructCapn) Segment() *capnp.Segment
func (ListStructCapn) SetVec ¶
func (s ListStructCapn) SetVec(v Nester1Capn_List) error
func (ListStructCapn) String ¶
func (s ListStructCapn) String() string
func (ListStructCapn) ToPtr ¶
func (s ListStructCapn) ToPtr() capnp.Ptr
func (ListStructCapn) Vec ¶
func (s ListStructCapn) Vec() (Nester1Capn_List, error)
type ListStructCapn_Future ¶
ListStructCapn_Future is a wrapper for a ListStructCapn promised by a client call.
func (ListStructCapn_Future) Struct ¶
func (f ListStructCapn_Future) Struct() (ListStructCapn, error)
type ListStructCapn_List ¶
type ListStructCapn_List = capnp.StructList[ListStructCapn]
ListStructCapn_List is a list of ListStructCapn.
func NewListStructCapn_List ¶
func NewListStructCapn_List(s *capnp.Segment, sz int32) (ListStructCapn_List, error)
NewListStructCapn creates a new list of ListStructCapn.
type Nester1Capn ¶
func NewNester1Capn ¶
func NewNester1Capn(s *capnp.Segment) (Nester1Capn, error)
func NewRootNester1Capn ¶
func NewRootNester1Capn(s *capnp.Segment) (Nester1Capn, error)
func ReadRootNester1Capn ¶
func ReadRootNester1Capn(msg *capnp.Message) (Nester1Capn, error)
func (Nester1Capn) DecodeFromPtr ¶
func (Nester1Capn) DecodeFromPtr(p capnp.Ptr) Nester1Capn
func (Nester1Capn) EncodeAsPtr ¶
func (s Nester1Capn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Nester1Capn) HasStrs ¶
func (s Nester1Capn) HasStrs() bool
func (Nester1Capn) IsValid ¶
func (s Nester1Capn) IsValid() bool
func (Nester1Capn) Message ¶
func (s Nester1Capn) Message() *capnp.Message
func (Nester1Capn) NewStrs ¶
func (s Nester1Capn) NewStrs(n int32) (capnp.TextList, error)
NewStrs sets the strs field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Nester1Capn) Segment ¶
func (s Nester1Capn) Segment() *capnp.Segment
func (Nester1Capn) String ¶
func (s Nester1Capn) String() string
func (Nester1Capn) ToPtr ¶
func (s Nester1Capn) ToPtr() capnp.Ptr
type Nester1Capn_Future ¶
Nester1Capn_Future is a wrapper for a Nester1Capn promised by a client call.
func (Nester1Capn_Future) Struct ¶
func (f Nester1Capn_Future) Struct() (Nester1Capn, error)
type Nester1Capn_List ¶
type Nester1Capn_List = capnp.StructList[Nester1Capn]
Nester1Capn_List is a list of Nester1Capn.
func NewNester1Capn_List ¶
func NewNester1Capn_List(s *capnp.Segment, sz int32) (Nester1Capn_List, error)
NewNester1Capn creates a new list of Nester1Capn.
type Pipeliner ¶
func Pipeliner_ServerToClient ¶
func Pipeliner_ServerToClient(s Pipeliner_Server) Pipeliner
Pipeliner_ServerToClient creates a new Client from an implementation of Pipeliner_Server. The caller is responsible for calling Release on the returned Client.
func (Pipeliner) AddRef ¶
AddRef creates a new Client that refers to the same capability as c. If c is nil or has resolved to null, then AddRef returns nil.
func (Pipeliner) GetFlowLimiter ¶
func (c Pipeliner) GetFlowLimiter() fc.FlowLimiter
Get the current flowcontrol.FlowLimiter used to manage flow control for this client.
func (Pipeliner) GetNumber ¶
func (c Pipeliner) GetNumber(ctx context.Context, params func(CallSequence_getNumber_Params) error) (CallSequence_getNumber_Results_Future, capnp.ReleaseFunc)
func (Pipeliner) IsSame ¶
IsSame reports whether c and other refer to a capability created by the same call to NewClient. This can return false negatives if c or other are not fully resolved: use Resolve if this is an issue. If either c or other are released, then IsSame panics.
func (Pipeliner) IsValid ¶
IsValid reports whether c is a valid reference to a capability. A reference is invalid if it is nil, has resolved to null, or has been released.
func (Pipeliner) NewPipeliner ¶
func (c Pipeliner) NewPipeliner(ctx context.Context, params func(Pipeliner_newPipeliner_Params) error) (Pipeliner_newPipeliner_Results_Future, capnp.ReleaseFunc)
func (Pipeliner) Release ¶
func (c Pipeliner) Release()
Release releases a capability reference. If this is the last reference to the capability, then the underlying resources associated with the capability will be released.
Release will panic if c has already been released, but not if c is nil or resolved to null.
func (Pipeliner) Resolve ¶
Resolve blocks until the capability is fully resolved or the Context expires.
func (Pipeliner) SetFlowLimiter ¶
func (c Pipeliner) SetFlowLimiter(lim fc.FlowLimiter)
Update the flowcontrol.FlowLimiter used to manage flow control for this client. This affects all future calls, but not calls already waiting to send. Passing nil sets the value to flowcontrol.NopLimiter, which is also the default.
func (Pipeliner) String ¶
String returns a string that identifies this capability for debugging purposes. Its format should not be depended on: in particular, it should not be used to compare clients. Use IsSame to compare clients for equality.
func (Pipeliner) WaitStreaming ¶
type Pipeliner_List ¶
Pipeliner_List is a list of Pipeliner.
func NewPipeliner_List ¶
func NewPipeliner_List(s *capnp.Segment, sz int32) (Pipeliner_List, error)
NewPipeliner creates a new list of Pipeliner.
type Pipeliner_Server ¶
type Pipeliner_Server interface { NewPipeliner(context.Context, Pipeliner_newPipeliner) error GetNumber(context.Context, CallSequence_getNumber) error }
A Pipeliner_Server is a Pipeliner with a local implementation.
type Pipeliner_newPipeliner ¶
Pipeliner_newPipeliner holds the state for a server call to Pipeliner.newPipeliner. See server.Call for documentation.
func (Pipeliner_newPipeliner) AllocResults ¶
func (c Pipeliner_newPipeliner) AllocResults() (Pipeliner_newPipeliner_Results, error)
AllocResults allocates the results struct.
func (Pipeliner_newPipeliner) Args ¶
func (c Pipeliner_newPipeliner) Args() Pipeliner_newPipeliner_Params
Args returns the call's arguments.
type Pipeliner_newPipeliner_Params ¶
func NewPipeliner_newPipeliner_Params ¶
func NewPipeliner_newPipeliner_Params(s *capnp.Segment) (Pipeliner_newPipeliner_Params, error)
func NewRootPipeliner_newPipeliner_Params ¶
func NewRootPipeliner_newPipeliner_Params(s *capnp.Segment) (Pipeliner_newPipeliner_Params, error)
func ReadRootPipeliner_newPipeliner_Params ¶
func ReadRootPipeliner_newPipeliner_Params(msg *capnp.Message) (Pipeliner_newPipeliner_Params, error)
func (Pipeliner_newPipeliner_Params) DecodeFromPtr ¶
func (Pipeliner_newPipeliner_Params) DecodeFromPtr(p capnp.Ptr) Pipeliner_newPipeliner_Params
func (Pipeliner_newPipeliner_Params) EncodeAsPtr ¶
func (s Pipeliner_newPipeliner_Params) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Pipeliner_newPipeliner_Params) IsValid ¶
func (s Pipeliner_newPipeliner_Params) IsValid() bool
func (Pipeliner_newPipeliner_Params) Message ¶
func (s Pipeliner_newPipeliner_Params) Message() *capnp.Message
func (Pipeliner_newPipeliner_Params) Segment ¶
func (s Pipeliner_newPipeliner_Params) Segment() *capnp.Segment
func (Pipeliner_newPipeliner_Params) String ¶
func (s Pipeliner_newPipeliner_Params) String() string
func (Pipeliner_newPipeliner_Params) ToPtr ¶
func (s Pipeliner_newPipeliner_Params) ToPtr() capnp.Ptr
type Pipeliner_newPipeliner_Params_Future ¶
Pipeliner_newPipeliner_Params_Future is a wrapper for a Pipeliner_newPipeliner_Params promised by a client call.
func (Pipeliner_newPipeliner_Params_Future) Struct ¶
func (f Pipeliner_newPipeliner_Params_Future) Struct() (Pipeliner_newPipeliner_Params, error)
type Pipeliner_newPipeliner_Params_List ¶
type Pipeliner_newPipeliner_Params_List = capnp.StructList[Pipeliner_newPipeliner_Params]
Pipeliner_newPipeliner_Params_List is a list of Pipeliner_newPipeliner_Params.
func NewPipeliner_newPipeliner_Params_List ¶
func NewPipeliner_newPipeliner_Params_List(s *capnp.Segment, sz int32) (Pipeliner_newPipeliner_Params_List, error)
NewPipeliner_newPipeliner_Params creates a new list of Pipeliner_newPipeliner_Params.
type Pipeliner_newPipeliner_Results ¶
func NewPipeliner_newPipeliner_Results ¶
func NewPipeliner_newPipeliner_Results(s *capnp.Segment) (Pipeliner_newPipeliner_Results, error)
func NewRootPipeliner_newPipeliner_Results ¶
func NewRootPipeliner_newPipeliner_Results(s *capnp.Segment) (Pipeliner_newPipeliner_Results, error)
func ReadRootPipeliner_newPipeliner_Results ¶
func ReadRootPipeliner_newPipeliner_Results(msg *capnp.Message) (Pipeliner_newPipeliner_Results, error)
func (Pipeliner_newPipeliner_Results) DecodeFromPtr ¶
func (Pipeliner_newPipeliner_Results) DecodeFromPtr(p capnp.Ptr) Pipeliner_newPipeliner_Results
func (Pipeliner_newPipeliner_Results) EncodeAsPtr ¶
func (s Pipeliner_newPipeliner_Results) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Pipeliner_newPipeliner_Results) Extra ¶
func (s Pipeliner_newPipeliner_Results) Extra() (capnp.Ptr, error)
func (Pipeliner_newPipeliner_Results) HasExtra ¶
func (s Pipeliner_newPipeliner_Results) HasExtra() bool
func (Pipeliner_newPipeliner_Results) HasPipeliner ¶
func (s Pipeliner_newPipeliner_Results) HasPipeliner() bool
func (Pipeliner_newPipeliner_Results) IsValid ¶
func (s Pipeliner_newPipeliner_Results) IsValid() bool
func (Pipeliner_newPipeliner_Results) Message ¶
func (s Pipeliner_newPipeliner_Results) Message() *capnp.Message
func (Pipeliner_newPipeliner_Results) Pipeliner ¶
func (s Pipeliner_newPipeliner_Results) Pipeliner() Pipeliner
func (Pipeliner_newPipeliner_Results) Segment ¶
func (s Pipeliner_newPipeliner_Results) Segment() *capnp.Segment
func (Pipeliner_newPipeliner_Results) SetExtra ¶
func (s Pipeliner_newPipeliner_Results) SetExtra(v capnp.Ptr) error
func (Pipeliner_newPipeliner_Results) SetPipeliner ¶
func (s Pipeliner_newPipeliner_Results) SetPipeliner(v Pipeliner) error
func (Pipeliner_newPipeliner_Results) String ¶
func (s Pipeliner_newPipeliner_Results) String() string
func (Pipeliner_newPipeliner_Results) ToPtr ¶
func (s Pipeliner_newPipeliner_Results) ToPtr() capnp.Ptr
type Pipeliner_newPipeliner_Results_Future ¶
Pipeliner_newPipeliner_Results_Future is a wrapper for a Pipeliner_newPipeliner_Results promised by a client call.
func (Pipeliner_newPipeliner_Results_Future) Extra ¶
func (p Pipeliner_newPipeliner_Results_Future) Extra() *capnp.Future
func (Pipeliner_newPipeliner_Results_Future) Pipeliner ¶
func (p Pipeliner_newPipeliner_Results_Future) Pipeliner() Pipeliner
func (Pipeliner_newPipeliner_Results_Future) Struct ¶
func (f Pipeliner_newPipeliner_Results_Future) Struct() (Pipeliner_newPipeliner_Results, error)
type Pipeliner_newPipeliner_Results_List ¶
type Pipeliner_newPipeliner_Results_List = capnp.StructList[Pipeliner_newPipeliner_Results]
Pipeliner_newPipeliner_Results_List is a list of Pipeliner_newPipeliner_Results.
func NewPipeliner_newPipeliner_Results_List ¶
func NewPipeliner_newPipeliner_Results_List(s *capnp.Segment, sz int32) (Pipeliner_newPipeliner_Results_List, error)
NewPipeliner_newPipeliner_Results creates a new list of Pipeliner_newPipeliner_Results.
type PlaneBase ¶
func (PlaneBase) Homes ¶
func (s PlaneBase) Homes() (Airport_List, error)
func (PlaneBase) NewHomes ¶
func (s PlaneBase) NewHomes(n int32) (Airport_List, error)
NewHomes sets the homes field to a newly allocated Airport_List, preferring placement in s's segment.
func (PlaneBase) SetCapacity ¶
func (PlaneBase) SetHomes ¶
func (s PlaneBase) SetHomes(v Airport_List) error
func (PlaneBase) SetMaxSpeed ¶
type PlaneBase_Future ¶
PlaneBase_Future is a wrapper for a PlaneBase promised by a client call.
func (PlaneBase_Future) Struct ¶
func (f PlaneBase_Future) Struct() (PlaneBase, error)
type PlaneBase_List ¶
type PlaneBase_List = capnp.StructList[PlaneBase]
PlaneBase_List is a list of PlaneBase.
func NewPlaneBase_List ¶
func NewPlaneBase_List(s *capnp.Segment, sz int32) (PlaneBase_List, error)
NewPlaneBase creates a new list of PlaneBase.
type RWTestCapn ¶
func NewRWTestCapn ¶
func NewRWTestCapn(s *capnp.Segment) (RWTestCapn, error)
func NewRootRWTestCapn ¶
func NewRootRWTestCapn(s *capnp.Segment) (RWTestCapn, error)
func ReadRootRWTestCapn ¶
func ReadRootRWTestCapn(msg *capnp.Message) (RWTestCapn, error)
func (RWTestCapn) DecodeFromPtr ¶
func (RWTestCapn) DecodeFromPtr(p capnp.Ptr) RWTestCapn
func (RWTestCapn) EncodeAsPtr ¶
func (s RWTestCapn) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (RWTestCapn) HasNestMatrix ¶
func (s RWTestCapn) HasNestMatrix() bool
func (RWTestCapn) IsValid ¶
func (s RWTestCapn) IsValid() bool
func (RWTestCapn) Message ¶
func (s RWTestCapn) Message() *capnp.Message
func (RWTestCapn) NestMatrix ¶
func (s RWTestCapn) NestMatrix() (capnp.PointerList, error)
func (RWTestCapn) NewNestMatrix ¶
func (s RWTestCapn) NewNestMatrix(n int32) (capnp.PointerList, error)
NewNestMatrix sets the nestMatrix field to a newly allocated capnp.PointerList, preferring placement in s's segment.
func (RWTestCapn) Segment ¶
func (s RWTestCapn) Segment() *capnp.Segment
func (RWTestCapn) SetNestMatrix ¶
func (s RWTestCapn) SetNestMatrix(v capnp.PointerList) error
func (RWTestCapn) String ¶
func (s RWTestCapn) String() string
func (RWTestCapn) ToPtr ¶
func (s RWTestCapn) ToPtr() capnp.Ptr
type RWTestCapn_Future ¶
RWTestCapn_Future is a wrapper for a RWTestCapn promised by a client call.
func (RWTestCapn_Future) Struct ¶
func (f RWTestCapn_Future) Struct() (RWTestCapn, error)
type RWTestCapn_List ¶
type RWTestCapn_List = capnp.StructList[RWTestCapn]
RWTestCapn_List is a list of RWTestCapn.
func NewRWTestCapn_List ¶
func NewRWTestCapn_List(s *capnp.Segment, sz int32) (RWTestCapn_List, error)
NewRWTestCapn creates a new list of RWTestCapn.
type Regression ¶
func NewRegression ¶
func NewRegression(s *capnp.Segment) (Regression, error)
func NewRootRegression ¶
func NewRootRegression(s *capnp.Segment) (Regression, error)
func ReadRootRegression ¶
func ReadRootRegression(msg *capnp.Message) (Regression, error)
func (Regression) B0 ¶
func (s Regression) B0() float64
func (Regression) Base ¶
func (s Regression) Base() (PlaneBase, error)
func (Regression) Beta ¶
func (s Regression) Beta() (capnp.Float64List, error)
func (Regression) DecodeFromPtr ¶
func (Regression) DecodeFromPtr(p capnp.Ptr) Regression
func (Regression) EncodeAsPtr ¶
func (s Regression) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Regression) HasBase ¶
func (s Regression) HasBase() bool
func (Regression) HasBeta ¶
func (s Regression) HasBeta() bool
func (Regression) HasPlanes ¶
func (s Regression) HasPlanes() bool
func (Regression) IsValid ¶
func (s Regression) IsValid() bool
func (Regression) Message ¶
func (s Regression) Message() *capnp.Message
func (Regression) NewBase ¶
func (s Regression) NewBase() (PlaneBase, error)
NewBase sets the base field to a newly allocated PlaneBase struct, preferring placement in s's segment.
func (Regression) NewBeta ¶
func (s Regression) NewBeta(n int32) (capnp.Float64List, error)
NewBeta sets the beta field to a newly allocated capnp.Float64List, preferring placement in s's segment.
func (Regression) NewPlanes ¶
func (s Regression) NewPlanes(n int32) (Aircraft_List, error)
NewPlanes sets the planes field to a newly allocated Aircraft_List, preferring placement in s's segment.
func (Regression) Planes ¶
func (s Regression) Planes() (Aircraft_List, error)
func (Regression) Segment ¶
func (s Regression) Segment() *capnp.Segment
func (Regression) SetB0 ¶
func (s Regression) SetB0(v float64)
func (Regression) SetBase ¶
func (s Regression) SetBase(v PlaneBase) error
func (Regression) SetBeta ¶
func (s Regression) SetBeta(v capnp.Float64List) error
func (Regression) SetPlanes ¶
func (s Regression) SetPlanes(v Aircraft_List) error
func (Regression) SetYmu ¶
func (s Regression) SetYmu(v float64)
func (Regression) SetYsd ¶
func (s Regression) SetYsd(v float64)
func (Regression) String ¶
func (s Regression) String() string
func (Regression) ToPtr ¶
func (s Regression) ToPtr() capnp.Ptr
func (Regression) Ymu ¶
func (s Regression) Ymu() float64
func (Regression) Ysd ¶
func (s Regression) Ysd() float64
type Regression_Future ¶
Regression_Future is a wrapper for a Regression promised by a client call.
func (Regression_Future) Base ¶
func (p Regression_Future) Base() PlaneBase_Future
func (Regression_Future) Struct ¶
func (f Regression_Future) Struct() (Regression, error)
type Regression_List ¶
type Regression_List = capnp.StructList[Regression]
Regression_List is a list of Regression.
func NewRegression_List ¶
func NewRegression_List(s *capnp.Segment, sz int32) (Regression_List, error)
NewRegression creates a new list of Regression.
type StackingA ¶
type StackingA_Future ¶
StackingA_Future is a wrapper for a StackingA promised by a client call.
func (StackingA_Future) B ¶
func (p StackingA_Future) B() StackingB_Future
func (StackingA_Future) Struct ¶
func (f StackingA_Future) Struct() (StackingA, error)
type StackingA_List ¶
type StackingA_List = capnp.StructList[StackingA]
StackingA_List is a list of StackingA.
func NewStackingA_List ¶
func NewStackingA_List(s *capnp.Segment, sz int32) (StackingA_List, error)
NewStackingA creates a new list of StackingA.
type StackingB_Future ¶
StackingB_Future is a wrapper for a StackingB promised by a client call.
func (StackingB_Future) Struct ¶
func (f StackingB_Future) Struct() (StackingB, error)
type StackingB_List ¶
type StackingB_List = capnp.StructList[StackingB]
StackingB_List is a list of StackingB.
func NewStackingB_List ¶
func NewStackingB_List(s *capnp.Segment, sz int32) (StackingB_List, error)
NewStackingB creates a new list of StackingB.
type StackingRoot ¶
func NewRootStackingRoot ¶
func NewRootStackingRoot(s *capnp.Segment) (StackingRoot, error)
func NewStackingRoot ¶
func NewStackingRoot(s *capnp.Segment) (StackingRoot, error)
func ReadRootStackingRoot ¶
func ReadRootStackingRoot(msg *capnp.Message) (StackingRoot, error)
func (StackingRoot) A ¶
func (s StackingRoot) A() (StackingA, error)
func (StackingRoot) AWithDefault ¶
func (s StackingRoot) AWithDefault() (StackingA, error)
func (StackingRoot) DecodeFromPtr ¶
func (StackingRoot) DecodeFromPtr(p capnp.Ptr) StackingRoot
func (StackingRoot) EncodeAsPtr ¶
func (s StackingRoot) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (StackingRoot) HasA ¶
func (s StackingRoot) HasA() bool
func (StackingRoot) HasAWithDefault ¶
func (s StackingRoot) HasAWithDefault() bool
func (StackingRoot) IsValid ¶
func (s StackingRoot) IsValid() bool
func (StackingRoot) Message ¶
func (s StackingRoot) Message() *capnp.Message
func (StackingRoot) NewA ¶
func (s StackingRoot) NewA() (StackingA, error)
NewA sets the a field to a newly allocated StackingA struct, preferring placement in s's segment.
func (StackingRoot) NewAWithDefault ¶
func (s StackingRoot) NewAWithDefault() (StackingA, error)
NewAWithDefault sets the aWithDefault field to a newly allocated StackingA struct, preferring placement in s's segment.
func (StackingRoot) Segment ¶
func (s StackingRoot) Segment() *capnp.Segment
func (StackingRoot) SetA ¶
func (s StackingRoot) SetA(v StackingA) error
func (StackingRoot) SetAWithDefault ¶
func (s StackingRoot) SetAWithDefault(v StackingA) error
func (StackingRoot) String ¶
func (s StackingRoot) String() string
func (StackingRoot) ToPtr ¶
func (s StackingRoot) ToPtr() capnp.Ptr
type StackingRoot_Future ¶
StackingRoot_Future is a wrapper for a StackingRoot promised by a client call.
func (StackingRoot_Future) A ¶
func (p StackingRoot_Future) A() StackingA_Future
func (StackingRoot_Future) AWithDefault ¶
func (p StackingRoot_Future) AWithDefault() StackingA_Future
func (StackingRoot_Future) Struct ¶
func (f StackingRoot_Future) Struct() (StackingRoot, error)
type StackingRoot_List ¶
type StackingRoot_List = capnp.StructList[StackingRoot]
StackingRoot_List is a list of StackingRoot.
func NewStackingRoot_List ¶
func NewStackingRoot_List(s *capnp.Segment, sz int32) (StackingRoot_List, error)
NewStackingRoot creates a new list of StackingRoot.
type VerEmpty_Future ¶
VerEmpty_Future is a wrapper for a VerEmpty promised by a client call.
func (VerEmpty_Future) Struct ¶
func (f VerEmpty_Future) Struct() (VerEmpty, error)
type VerEmpty_List ¶
type VerEmpty_List = capnp.StructList[VerEmpty]
VerEmpty_List is a list of VerEmpty.
func NewVerEmpty_List ¶
func NewVerEmpty_List(s *capnp.Segment, sz int32) (VerEmpty_List, error)
NewVerEmpty creates a new list of VerEmpty.
type VerOneData ¶
func NewRootVerOneData ¶
func NewRootVerOneData(s *capnp.Segment) (VerOneData, error)
func NewVerOneData ¶
func NewVerOneData(s *capnp.Segment) (VerOneData, error)
func ReadRootVerOneData ¶
func ReadRootVerOneData(msg *capnp.Message) (VerOneData, error)
func (VerOneData) DecodeFromPtr ¶
func (VerOneData) DecodeFromPtr(p capnp.Ptr) VerOneData
func (VerOneData) EncodeAsPtr ¶
func (s VerOneData) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (VerOneData) IsValid ¶
func (s VerOneData) IsValid() bool
func (VerOneData) Message ¶
func (s VerOneData) Message() *capnp.Message
func (VerOneData) Segment ¶
func (s VerOneData) Segment() *capnp.Segment
func (VerOneData) SetVal ¶
func (s VerOneData) SetVal(v int16)
func (VerOneData) String ¶
func (s VerOneData) String() string
func (VerOneData) ToPtr ¶
func (s VerOneData) ToPtr() capnp.Ptr
func (VerOneData) Val ¶
func (s VerOneData) Val() int16
type VerOneData_Future ¶
VerOneData_Future is a wrapper for a VerOneData promised by a client call.
func (VerOneData_Future) Struct ¶
func (f VerOneData_Future) Struct() (VerOneData, error)
type VerOneData_List ¶
type VerOneData_List = capnp.StructList[VerOneData]
VerOneData_List is a list of VerOneData.
func NewVerOneData_List ¶
func NewVerOneData_List(s *capnp.Segment, sz int32) (VerOneData_List, error)
NewVerOneData creates a new list of VerOneData.
type VerOnePtr ¶
func (VerOnePtr) NewPtr ¶
func (s VerOnePtr) NewPtr() (VerOneData, error)
NewPtr sets the ptr field to a newly allocated VerOneData struct, preferring placement in s's segment.
func (VerOnePtr) Ptr ¶
func (s VerOnePtr) Ptr() (VerOneData, error)
func (VerOnePtr) SetPtr ¶
func (s VerOnePtr) SetPtr(v VerOneData) error
type VerOnePtr_Future ¶
VerOnePtr_Future is a wrapper for a VerOnePtr promised by a client call.
func (VerOnePtr_Future) Ptr ¶
func (p VerOnePtr_Future) Ptr() VerOneData_Future
func (VerOnePtr_Future) Struct ¶
func (f VerOnePtr_Future) Struct() (VerOnePtr, error)
type VerOnePtr_List ¶
type VerOnePtr_List = capnp.StructList[VerOnePtr]
VerOnePtr_List is a list of VerOnePtr.
func NewVerOnePtr_List ¶
func NewVerOnePtr_List(s *capnp.Segment, sz int32) (VerOnePtr_List, error)
NewVerOnePtr creates a new list of VerOnePtr.
type VerTwoData ¶
func NewRootVerTwoData ¶
func NewRootVerTwoData(s *capnp.Segment) (VerTwoData, error)
func NewVerTwoData ¶
func NewVerTwoData(s *capnp.Segment) (VerTwoData, error)
func ReadRootVerTwoData ¶
func ReadRootVerTwoData(msg *capnp.Message) (VerTwoData, error)
func (VerTwoData) DecodeFromPtr ¶
func (VerTwoData) DecodeFromPtr(p capnp.Ptr) VerTwoData
func (VerTwoData) Duo ¶
func (s VerTwoData) Duo() int64
func (VerTwoData) EncodeAsPtr ¶
func (s VerTwoData) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (VerTwoData) IsValid ¶
func (s VerTwoData) IsValid() bool
func (VerTwoData) Message ¶
func (s VerTwoData) Message() *capnp.Message
func (VerTwoData) Segment ¶
func (s VerTwoData) Segment() *capnp.Segment
func (VerTwoData) SetDuo ¶
func (s VerTwoData) SetDuo(v int64)
func (VerTwoData) SetVal ¶
func (s VerTwoData) SetVal(v int16)
func (VerTwoData) String ¶
func (s VerTwoData) String() string
func (VerTwoData) ToPtr ¶
func (s VerTwoData) ToPtr() capnp.Ptr
func (VerTwoData) Val ¶
func (s VerTwoData) Val() int16
type VerTwoDataTwoPtr ¶
func NewRootVerTwoDataTwoPtr ¶
func NewRootVerTwoDataTwoPtr(s *capnp.Segment) (VerTwoDataTwoPtr, error)
func NewVerTwoDataTwoPtr ¶
func NewVerTwoDataTwoPtr(s *capnp.Segment) (VerTwoDataTwoPtr, error)
func ReadRootVerTwoDataTwoPtr ¶
func ReadRootVerTwoDataTwoPtr(msg *capnp.Message) (VerTwoDataTwoPtr, error)
func (VerTwoDataTwoPtr) DecodeFromPtr ¶
func (VerTwoDataTwoPtr) DecodeFromPtr(p capnp.Ptr) VerTwoDataTwoPtr
func (VerTwoDataTwoPtr) Duo ¶
func (s VerTwoDataTwoPtr) Duo() int64
func (VerTwoDataTwoPtr) EncodeAsPtr ¶
func (s VerTwoDataTwoPtr) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (VerTwoDataTwoPtr) HasPtr1 ¶
func (s VerTwoDataTwoPtr) HasPtr1() bool
func (VerTwoDataTwoPtr) HasPtr2 ¶
func (s VerTwoDataTwoPtr) HasPtr2() bool
func (VerTwoDataTwoPtr) IsValid ¶
func (s VerTwoDataTwoPtr) IsValid() bool
func (VerTwoDataTwoPtr) Message ¶
func (s VerTwoDataTwoPtr) Message() *capnp.Message
func (VerTwoDataTwoPtr) NewPtr1 ¶
func (s VerTwoDataTwoPtr) NewPtr1() (VerOneData, error)
NewPtr1 sets the ptr1 field to a newly allocated VerOneData struct, preferring placement in s's segment.
func (VerTwoDataTwoPtr) NewPtr2 ¶
func (s VerTwoDataTwoPtr) NewPtr2() (VerOneData, error)
NewPtr2 sets the ptr2 field to a newly allocated VerOneData struct, preferring placement in s's segment.
func (VerTwoDataTwoPtr) Ptr1 ¶
func (s VerTwoDataTwoPtr) Ptr1() (VerOneData, error)
func (VerTwoDataTwoPtr) Ptr2 ¶
func (s VerTwoDataTwoPtr) Ptr2() (VerOneData, error)
func (VerTwoDataTwoPtr) Segment ¶
func (s VerTwoDataTwoPtr) Segment() *capnp.Segment
func (VerTwoDataTwoPtr) SetDuo ¶
func (s VerTwoDataTwoPtr) SetDuo(v int64)
func (VerTwoDataTwoPtr) SetPtr1 ¶
func (s VerTwoDataTwoPtr) SetPtr1(v VerOneData) error
func (VerTwoDataTwoPtr) SetPtr2 ¶
func (s VerTwoDataTwoPtr) SetPtr2(v VerOneData) error
func (VerTwoDataTwoPtr) SetVal ¶
func (s VerTwoDataTwoPtr) SetVal(v int16)
func (VerTwoDataTwoPtr) String ¶
func (s VerTwoDataTwoPtr) String() string
func (VerTwoDataTwoPtr) ToPtr ¶
func (s VerTwoDataTwoPtr) ToPtr() capnp.Ptr
func (VerTwoDataTwoPtr) Val ¶
func (s VerTwoDataTwoPtr) Val() int16
type VerTwoDataTwoPtr_Future ¶
VerTwoDataTwoPtr_Future is a wrapper for a VerTwoDataTwoPtr promised by a client call.
func (VerTwoDataTwoPtr_Future) Ptr1 ¶
func (p VerTwoDataTwoPtr_Future) Ptr1() VerOneData_Future
func (VerTwoDataTwoPtr_Future) Ptr2 ¶
func (p VerTwoDataTwoPtr_Future) Ptr2() VerOneData_Future
func (VerTwoDataTwoPtr_Future) Struct ¶
func (f VerTwoDataTwoPtr_Future) Struct() (VerTwoDataTwoPtr, error)
type VerTwoDataTwoPtr_List ¶
type VerTwoDataTwoPtr_List = capnp.StructList[VerTwoDataTwoPtr]
VerTwoDataTwoPtr_List is a list of VerTwoDataTwoPtr.
func NewVerTwoDataTwoPtr_List ¶
func NewVerTwoDataTwoPtr_List(s *capnp.Segment, sz int32) (VerTwoDataTwoPtr_List, error)
NewVerTwoDataTwoPtr creates a new list of VerTwoDataTwoPtr.
type VerTwoData_Future ¶
VerTwoData_Future is a wrapper for a VerTwoData promised by a client call.
func (VerTwoData_Future) Struct ¶
func (f VerTwoData_Future) Struct() (VerTwoData, error)
type VerTwoData_List ¶
type VerTwoData_List = capnp.StructList[VerTwoData]
VerTwoData_List is a list of VerTwoData.
func NewVerTwoData_List ¶
func NewVerTwoData_List(s *capnp.Segment, sz int32) (VerTwoData_List, error)
NewVerTwoData creates a new list of VerTwoData.
type VerTwoPtr ¶
func (VerTwoPtr) NewPtr1 ¶
func (s VerTwoPtr) NewPtr1() (VerOneData, error)
NewPtr1 sets the ptr1 field to a newly allocated VerOneData struct, preferring placement in s's segment.
func (VerTwoPtr) NewPtr2 ¶
func (s VerTwoPtr) NewPtr2() (VerOneData, error)
NewPtr2 sets the ptr2 field to a newly allocated VerOneData struct, preferring placement in s's segment.
func (VerTwoPtr) Ptr1 ¶
func (s VerTwoPtr) Ptr1() (VerOneData, error)
func (VerTwoPtr) Ptr2 ¶
func (s VerTwoPtr) Ptr2() (VerOneData, error)
func (VerTwoPtr) SetPtr1 ¶
func (s VerTwoPtr) SetPtr1(v VerOneData) error
func (VerTwoPtr) SetPtr2 ¶
func (s VerTwoPtr) SetPtr2(v VerOneData) error
type VerTwoPtr_Future ¶
VerTwoPtr_Future is a wrapper for a VerTwoPtr promised by a client call.
func (VerTwoPtr_Future) Ptr1 ¶
func (p VerTwoPtr_Future) Ptr1() VerOneData_Future
func (VerTwoPtr_Future) Ptr2 ¶
func (p VerTwoPtr_Future) Ptr2() VerOneData_Future
func (VerTwoPtr_Future) Struct ¶
func (f VerTwoPtr_Future) Struct() (VerTwoPtr, error)
type VerTwoPtr_List ¶
type VerTwoPtr_List = capnp.StructList[VerTwoPtr]
VerTwoPtr_List is a list of VerTwoPtr.
func NewVerTwoPtr_List ¶
func NewVerTwoPtr_List(s *capnp.Segment, sz int32) (VerTwoPtr_List, error)
NewVerTwoPtr creates a new list of VerTwoPtr.
type VerTwoTwoPlus ¶
func NewRootVerTwoTwoPlus ¶
func NewRootVerTwoTwoPlus(s *capnp.Segment) (VerTwoTwoPlus, error)
func NewVerTwoTwoPlus ¶
func NewVerTwoTwoPlus(s *capnp.Segment) (VerTwoTwoPlus, error)
func ReadRootVerTwoTwoPlus ¶
func ReadRootVerTwoTwoPlus(msg *capnp.Message) (VerTwoTwoPlus, error)
func (VerTwoTwoPlus) DecodeFromPtr ¶
func (VerTwoTwoPlus) DecodeFromPtr(p capnp.Ptr) VerTwoTwoPlus
func (VerTwoTwoPlus) Duo ¶
func (s VerTwoTwoPlus) Duo() int64
func (VerTwoTwoPlus) EncodeAsPtr ¶
func (s VerTwoTwoPlus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (VerTwoTwoPlus) HasLst3 ¶
func (s VerTwoTwoPlus) HasLst3() bool
func (VerTwoTwoPlus) HasPtr1 ¶
func (s VerTwoTwoPlus) HasPtr1() bool
func (VerTwoTwoPlus) HasPtr2 ¶
func (s VerTwoTwoPlus) HasPtr2() bool
func (VerTwoTwoPlus) IsValid ¶
func (s VerTwoTwoPlus) IsValid() bool
func (VerTwoTwoPlus) Message ¶
func (s VerTwoTwoPlus) Message() *capnp.Message
func (VerTwoTwoPlus) NewLst3 ¶
func (s VerTwoTwoPlus) NewLst3(n int32) (capnp.Int64List, error)
NewLst3 sets the lst3 field to a newly allocated capnp.Int64List, preferring placement in s's segment.
func (VerTwoTwoPlus) NewPtr1 ¶
func (s VerTwoTwoPlus) NewPtr1() (VerTwoDataTwoPtr, error)
NewPtr1 sets the ptr1 field to a newly allocated VerTwoDataTwoPtr struct, preferring placement in s's segment.
func (VerTwoTwoPlus) NewPtr2 ¶
func (s VerTwoTwoPlus) NewPtr2() (VerTwoDataTwoPtr, error)
NewPtr2 sets the ptr2 field to a newly allocated VerTwoDataTwoPtr struct, preferring placement in s's segment.
func (VerTwoTwoPlus) Ptr1 ¶
func (s VerTwoTwoPlus) Ptr1() (VerTwoDataTwoPtr, error)
func (VerTwoTwoPlus) Ptr2 ¶
func (s VerTwoTwoPlus) Ptr2() (VerTwoDataTwoPtr, error)
func (VerTwoTwoPlus) Segment ¶
func (s VerTwoTwoPlus) Segment() *capnp.Segment
func (VerTwoTwoPlus) SetDuo ¶
func (s VerTwoTwoPlus) SetDuo(v int64)
func (VerTwoTwoPlus) SetPtr1 ¶
func (s VerTwoTwoPlus) SetPtr1(v VerTwoDataTwoPtr) error
func (VerTwoTwoPlus) SetPtr2 ¶
func (s VerTwoTwoPlus) SetPtr2(v VerTwoDataTwoPtr) error
func (VerTwoTwoPlus) SetTre ¶
func (s VerTwoTwoPlus) SetTre(v int64)
func (VerTwoTwoPlus) SetVal ¶
func (s VerTwoTwoPlus) SetVal(v int16)
func (VerTwoTwoPlus) String ¶
func (s VerTwoTwoPlus) String() string
func (VerTwoTwoPlus) ToPtr ¶
func (s VerTwoTwoPlus) ToPtr() capnp.Ptr
func (VerTwoTwoPlus) Tre ¶
func (s VerTwoTwoPlus) Tre() int64
func (VerTwoTwoPlus) Val ¶
func (s VerTwoTwoPlus) Val() int16
type VerTwoTwoPlus_Future ¶
VerTwoTwoPlus_Future is a wrapper for a VerTwoTwoPlus promised by a client call.
func (VerTwoTwoPlus_Future) Ptr1 ¶
func (p VerTwoTwoPlus_Future) Ptr1() VerTwoDataTwoPtr_Future
func (VerTwoTwoPlus_Future) Ptr2 ¶
func (p VerTwoTwoPlus_Future) Ptr2() VerTwoDataTwoPtr_Future
func (VerTwoTwoPlus_Future) Struct ¶
func (f VerTwoTwoPlus_Future) Struct() (VerTwoTwoPlus, error)
type VerTwoTwoPlus_List ¶
type VerTwoTwoPlus_List = capnp.StructList[VerTwoTwoPlus]
VerTwoTwoPlus_List is a list of VerTwoTwoPlus.
func NewVerTwoTwoPlus_List ¶
func NewVerTwoTwoPlus_List(s *capnp.Segment, sz int32) (VerTwoTwoPlus_List, error)
NewVerTwoTwoPlus creates a new list of VerTwoTwoPlus.
type VoidUnion_Future ¶
VoidUnion_Future is a wrapper for a VoidUnion promised by a client call.
func (VoidUnion_Future) Struct ¶
func (f VoidUnion_Future) Struct() (VoidUnion, error)
type VoidUnion_List ¶
type VoidUnion_List = capnp.StructList[VoidUnion]
VoidUnion_List is a list of VoidUnion.
func NewVoidUnion_List ¶
func NewVoidUnion_List(s *capnp.Segment, sz int32) (VoidUnion_List, error)
NewVoidUnion creates a new list of VoidUnion.
type VoidUnion_Which ¶
type VoidUnion_Which uint16
const ( VoidUnion_Which_a VoidUnion_Which = 0 VoidUnion_Which_b VoidUnion_Which = 1 )
func (VoidUnion_Which) String ¶
func (w VoidUnion_Which) String() string
type Wrap2x2 ¶
func (Wrap2x2) HasMightNotBeReallyEmpty ¶
func (Wrap2x2) MightNotBeReallyEmpty ¶
func (s Wrap2x2) MightNotBeReallyEmpty() (VerTwoDataTwoPtr, error)
func (Wrap2x2) NewMightNotBeReallyEmpty ¶
func (s Wrap2x2) NewMightNotBeReallyEmpty() (VerTwoDataTwoPtr, error)
NewMightNotBeReallyEmpty sets the mightNotBeReallyEmpty field to a newly allocated VerTwoDataTwoPtr struct, preferring placement in s's segment.
func (Wrap2x2) SetMightNotBeReallyEmpty ¶
func (s Wrap2x2) SetMightNotBeReallyEmpty(v VerTwoDataTwoPtr) error
type Wrap2x2_Future ¶
Wrap2x2_Future is a wrapper for a Wrap2x2 promised by a client call.
func (Wrap2x2_Future) MightNotBeReallyEmpty ¶
func (p Wrap2x2_Future) MightNotBeReallyEmpty() VerTwoDataTwoPtr_Future
func (Wrap2x2_Future) Struct ¶
func (f Wrap2x2_Future) Struct() (Wrap2x2, error)
type Wrap2x2_List ¶
type Wrap2x2_List = capnp.StructList[Wrap2x2]
Wrap2x2_List is a list of Wrap2x2.
func NewWrap2x2_List ¶
func NewWrap2x2_List(s *capnp.Segment, sz int32) (Wrap2x2_List, error)
NewWrap2x2 creates a new list of Wrap2x2.
type Wrap2x2plus ¶
func NewRootWrap2x2plus ¶
func NewRootWrap2x2plus(s *capnp.Segment) (Wrap2x2plus, error)
func NewWrap2x2plus ¶
func NewWrap2x2plus(s *capnp.Segment) (Wrap2x2plus, error)
func ReadRootWrap2x2plus ¶
func ReadRootWrap2x2plus(msg *capnp.Message) (Wrap2x2plus, error)
func (Wrap2x2plus) DecodeFromPtr ¶
func (Wrap2x2plus) DecodeFromPtr(p capnp.Ptr) Wrap2x2plus
func (Wrap2x2plus) EncodeAsPtr ¶
func (s Wrap2x2plus) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
func (Wrap2x2plus) HasMightNotBeReallyEmpty ¶
func (s Wrap2x2plus) HasMightNotBeReallyEmpty() bool
func (Wrap2x2plus) IsValid ¶
func (s Wrap2x2plus) IsValid() bool
func (Wrap2x2plus) Message ¶
func (s Wrap2x2plus) Message() *capnp.Message
func (Wrap2x2plus) MightNotBeReallyEmpty ¶
func (s Wrap2x2plus) MightNotBeReallyEmpty() (VerTwoTwoPlus, error)
func (Wrap2x2plus) NewMightNotBeReallyEmpty ¶
func (s Wrap2x2plus) NewMightNotBeReallyEmpty() (VerTwoTwoPlus, error)
NewMightNotBeReallyEmpty sets the mightNotBeReallyEmpty field to a newly allocated VerTwoTwoPlus struct, preferring placement in s's segment.
func (Wrap2x2plus) Segment ¶
func (s Wrap2x2plus) Segment() *capnp.Segment
func (Wrap2x2plus) SetMightNotBeReallyEmpty ¶
func (s Wrap2x2plus) SetMightNotBeReallyEmpty(v VerTwoTwoPlus) error
func (Wrap2x2plus) String ¶
func (s Wrap2x2plus) String() string
func (Wrap2x2plus) ToPtr ¶
func (s Wrap2x2plus) ToPtr() capnp.Ptr
type Wrap2x2plus_Future ¶
Wrap2x2plus_Future is a wrapper for a Wrap2x2plus promised by a client call.
func (Wrap2x2plus_Future) MightNotBeReallyEmpty ¶
func (p Wrap2x2plus_Future) MightNotBeReallyEmpty() VerTwoTwoPlus_Future
func (Wrap2x2plus_Future) Struct ¶
func (f Wrap2x2plus_Future) Struct() (Wrap2x2plus, error)
type Wrap2x2plus_List ¶
type Wrap2x2plus_List = capnp.StructList[Wrap2x2plus]
Wrap2x2plus_List is a list of Wrap2x2plus.
func NewWrap2x2plus_List ¶
func NewWrap2x2plus_List(s *capnp.Segment, sz int32) (Wrap2x2plus_List, error)
NewWrap2x2plus creates a new list of Wrap2x2plus.
type WrapEmpty ¶
func (WrapEmpty) HasMightNotBeReallyEmpty ¶
func (WrapEmpty) MightNotBeReallyEmpty ¶
func (WrapEmpty) NewMightNotBeReallyEmpty ¶
NewMightNotBeReallyEmpty sets the mightNotBeReallyEmpty field to a newly allocated VerEmpty struct, preferring placement in s's segment.
func (WrapEmpty) SetMightNotBeReallyEmpty ¶
type WrapEmpty_Future ¶
WrapEmpty_Future is a wrapper for a WrapEmpty promised by a client call.
func (WrapEmpty_Future) MightNotBeReallyEmpty ¶
func (p WrapEmpty_Future) MightNotBeReallyEmpty() VerEmpty_Future
func (WrapEmpty_Future) Struct ¶
func (f WrapEmpty_Future) Struct() (WrapEmpty, error)
type WrapEmpty_List ¶
type WrapEmpty_List = capnp.StructList[WrapEmpty]
WrapEmpty_List is a list of WrapEmpty.
func NewWrapEmpty_List ¶
func NewWrapEmpty_List(s *capnp.Segment, sz int32) (WrapEmpty_List, error)
NewWrapEmpty creates a new list of WrapEmpty.
type Z ¶
func (Z) Aircraftvec ¶
func (s Z) Aircraftvec() (Aircraft_List, error)
func (Z) AnyCapability ¶
func (Z) HasAircraft ¶
func (Z) HasAircraftvec ¶
func (Z) HasAnyCapability ¶
func (Z) HasAnyList ¶
func (Z) HasAnyStruct ¶
func (Z) HasBoolvec ¶
func (Z) HasDatavec ¶
func (Z) HasPlanebase ¶
func (Z) HasRegression ¶
func (Z) HasTextvec ¶
func (Z) HasZdatavec ¶
func (Z) HasZdatevec ¶
func (Z) HasZvecvec ¶
func (Z) NewA320 ¶
NewA320 sets the a320 field to a newly allocated A320 struct, preferring placement in s's segment.
func (Z) NewAircraft ¶
NewAircraft sets the aircraft field to a newly allocated Aircraft struct, preferring placement in s's segment.
func (Z) NewAircraftvec ¶
func (s Z) NewAircraftvec(n int32) (Aircraft_List, error)
NewAircraftvec sets the aircraftvec field to a newly allocated Aircraft_List, preferring placement in s's segment.
func (Z) NewB737 ¶
NewB737 sets the b737 field to a newly allocated B737 struct, preferring placement in s's segment.
func (Z) NewBoolvec ¶
NewBoolvec sets the boolvec field to a newly allocated capnp.BitList, preferring placement in s's segment.
func (Z) NewDatavec ¶
NewDatavec sets the datavec field to a newly allocated capnp.DataList, preferring placement in s's segment.
func (Z) NewEchoes ¶
NewEchoes sets the echoes field to a newly allocated Echo_List, preferring placement in s's segment.
func (Z) NewF16 ¶
NewF16 sets the f16 field to a newly allocated F16 struct, preferring placement in s's segment.
func (Z) NewF32vec ¶
func (s Z) NewF32vec(n int32) (capnp.Float32List, error)
NewF32vec sets the f32vec field to a newly allocated capnp.Float32List, preferring placement in s's segment.
func (Z) NewF64vec ¶
func (s Z) NewF64vec(n int32) (capnp.Float64List, error)
NewF64vec sets the f64vec field to a newly allocated capnp.Float64List, preferring placement in s's segment.
func (Z) NewI16vec ¶
NewI16vec sets the i16vec field to a newly allocated capnp.Int16List, preferring placement in s's segment.
func (Z) NewI32vec ¶
NewI32vec sets the i32vec field to a newly allocated capnp.Int32List, preferring placement in s's segment.
func (Z) NewI64vec ¶
NewI64vec sets the i64vec field to a newly allocated capnp.Int64List, preferring placement in s's segment.
func (Z) NewI8vec ¶
NewI8vec sets the i8vec field to a newly allocated capnp.Int8List, preferring placement in s's segment.
func (Z) NewPlanebase ¶
NewPlanebase sets the planebase field to a newly allocated PlaneBase struct, preferring placement in s's segment.
func (Z) NewRegression ¶
func (s Z) NewRegression() (Regression, error)
NewRegression sets the regression field to a newly allocated Regression struct, preferring placement in s's segment.
func (Z) NewTextvec ¶
NewTextvec sets the textvec field to a newly allocated capnp.TextList, preferring placement in s's segment.
func (Z) NewU16vec ¶
func (s Z) NewU16vec(n int32) (capnp.UInt16List, error)
NewU16vec sets the u16vec field to a newly allocated capnp.UInt16List, preferring placement in s's segment.
func (Z) NewU32vec ¶
func (s Z) NewU32vec(n int32) (capnp.UInt32List, error)
NewU32vec sets the u32vec field to a newly allocated capnp.UInt32List, preferring placement in s's segment.
func (Z) NewU64vec ¶
func (s Z) NewU64vec(n int32) (capnp.UInt64List, error)
NewU64vec sets the u64vec field to a newly allocated capnp.UInt64List, preferring placement in s's segment.
func (Z) NewU8vec ¶
NewU8vec sets the u8vec field to a newly allocated capnp.UInt8List, preferring placement in s's segment.
func (Z) NewZdata ¶
NewZdata sets the zdata field to a newly allocated Zdata struct, preferring placement in s's segment.
func (Z) NewZdatavec ¶
func (s Z) NewZdatavec(n int32) (Zdata_List, error)
NewZdatavec sets the zdatavec field to a newly allocated Zdata_List, preferring placement in s's segment.
func (Z) NewZdate ¶
NewZdate sets the zdate field to a newly allocated Zdate struct, preferring placement in s's segment.
func (Z) NewZdatevec ¶
func (s Z) NewZdatevec(n int32) (Zdate_List, error)
NewZdatevec sets the zdatevec field to a newly allocated Zdate_List, preferring placement in s's segment.
func (Z) NewZvec ¶
NewZvec sets the zvec field to a newly allocated Z_List, preferring placement in s's segment.
func (Z) NewZvecvec ¶
func (s Z) NewZvecvec(n int32) (capnp.PointerList, error)
NewZvecvec sets the zvecvec field to a newly allocated capnp.PointerList, preferring placement in s's segment.
func (Z) NewZz ¶
NewZz sets the zz field to a newly allocated Z struct, preferring placement in s's segment.
func (Z) Regression ¶
func (s Z) Regression() (Regression, error)
func (Z) SetAircraft ¶
func (Z) SetAircraftvec ¶
func (s Z) SetAircraftvec(v Aircraft_List) error
func (Z) SetAirport ¶
func (Z) SetPlanebase ¶
func (Z) SetRegression ¶
func (s Z) SetRegression(v Regression) error
func (Z) SetZdatavec ¶
func (s Z) SetZdatavec(v Zdata_List) error
func (Z) SetZdatevec ¶
func (s Z) SetZdatevec(v Zdate_List) error
func (Z) SetZvecvec ¶
func (s Z) SetZvecvec(v capnp.PointerList) error
func (Z) Zdatavec ¶
func (s Z) Zdatavec() (Zdata_List, error)
func (Z) Zdatevec ¶
func (s Z) Zdatevec() (Zdate_List, error)
type Z_Future ¶
Z_Future is a wrapper for a Z promised by a client call.
func (Z_Future) A320 ¶
func (p Z_Future) A320() A320_Future
func (Z_Future) Aircraft ¶
func (p Z_Future) Aircraft() Aircraft_Future
func (Z_Future) AnyCapability ¶
func (Z_Future) B737 ¶
func (p Z_Future) B737() B737_Future
func (Z_Future) F16 ¶
func (p Z_Future) F16() F16_Future
func (Z_Future) Grp ¶
func (p Z_Future) Grp() Z_grp_Future
func (Z_Future) Planebase ¶
func (p Z_Future) Planebase() PlaneBase_Future
func (Z_Future) Regression ¶
func (p Z_Future) Regression() Regression_Future
func (Z_Future) Zdata ¶
func (p Z_Future) Zdata() Zdata_Future
func (Z_Future) Zdate ¶
func (p Z_Future) Zdate() Zdate_Future
type Z_Which ¶
type Z_Which uint16
const ( Z_Which_void Z_Which = 0 Z_Which_zz Z_Which = 1 Z_Which_f64 Z_Which = 2 Z_Which_f32 Z_Which = 3 Z_Which_i64 Z_Which = 4 Z_Which_i32 Z_Which = 5 Z_Which_i16 Z_Which = 6 Z_Which_i8 Z_Which = 7 Z_Which_u64 Z_Which = 8 Z_Which_u32 Z_Which = 9 Z_Which_u16 Z_Which = 10 Z_Which_u8 Z_Which = 11 Z_Which_bool Z_Which = 12 Z_Which_text Z_Which = 13 Z_Which_blob Z_Which = 14 Z_Which_f64vec Z_Which = 15 Z_Which_f32vec Z_Which = 16 Z_Which_i64vec Z_Which = 17 Z_Which_i32vec Z_Which = 18 Z_Which_i16vec Z_Which = 19 Z_Which_i8vec Z_Which = 20 Z_Which_u64vec Z_Which = 21 Z_Which_u32vec Z_Which = 22 Z_Which_u16vec Z_Which = 23 Z_Which_u8vec Z_Which = 24 Z_Which_boolvec Z_Which = 39 Z_Which_datavec Z_Which = 40 Z_Which_textvec Z_Which = 41 Z_Which_zvec Z_Which = 25 Z_Which_zvecvec Z_Which = 26 Z_Which_zdate Z_Which = 27 Z_Which_zdata Z_Which = 28 Z_Which_aircraftvec Z_Which = 29 Z_Which_aircraft Z_Which = 30 Z_Which_regression Z_Which = 31 Z_Which_planebase Z_Which = 32 Z_Which_airport Z_Which = 33 Z_Which_b737 Z_Which = 34 Z_Which_a320 Z_Which = 35 Z_Which_f16 Z_Which = 36 Z_Which_zdatevec Z_Which = 37 Z_Which_zdatavec Z_Which = 38 Z_Which_grp Z_Which = 42 Z_Which_echo Z_Which = 43 Z_Which_echoes Z_Which = 44 Z_Which_anyPtr Z_Which = 45 Z_Which_anyStruct Z_Which = 46 Z_Which_anyList Z_Which = 47 Z_Which_anyCapability Z_Which = 48 )
type Z_grp_Future ¶
Z_grp_Future is a wrapper for a Z_grp promised by a client call.
func (Z_grp_Future) Struct ¶
func (f Z_grp_Future) Struct() (Z_grp, error)
type Zdata_Future ¶
Zdata_Future is a wrapper for a Zdata promised by a client call.
func (Zdata_Future) Struct ¶
func (f Zdata_Future) Struct() (Zdata, error)
type Zdata_List ¶
type Zdata_List = capnp.StructList[Zdata]
Zdata_List is a list of Zdata.
func NewZdata_List ¶
func NewZdata_List(s *capnp.Segment, sz int32) (Zdata_List, error)
NewZdata creates a new list of Zdata.
type Zdate_Future ¶
Zdate_Future is a wrapper for a Zdate promised by a client call.
func (Zdate_Future) Struct ¶
func (f Zdate_Future) Struct() (Zdate, error)
type Zdate_List ¶
type Zdate_List = capnp.StructList[Zdate]
Zdate_List is a list of Zdate.
func NewZdate_List ¶
func NewZdate_List(s *capnp.Segment, sz int32) (Zdate_List, error)
NewZdate creates a new list of Zdate.
type Zjob ¶
type Zjob_Future ¶
Zjob_Future is a wrapper for a Zjob promised by a client call.
func (Zjob_Future) Struct ¶
func (f Zjob_Future) Struct() (Zjob, error)
type Zserver ¶
func (Zserver) HasWaitingjobs ¶
func (Zserver) NewWaitingjobs ¶
NewWaitingjobs sets the waitingjobs field to a newly allocated Zjob_List, preferring placement in s's segment.
func (Zserver) SetWaitingjobs ¶
func (Zserver) Waitingjobs ¶
type Zserver_Future ¶
Zserver_Future is a wrapper for a Zserver promised by a client call.
func (Zserver_Future) Struct ¶
func (f Zserver_Future) Struct() (Zserver, error)
type Zserver_List ¶
type Zserver_List = capnp.StructList[Zserver]
Zserver_List is a list of Zserver.
func NewZserver_List ¶
func NewZserver_List(s *capnp.Segment, sz int32) (Zserver_List, error)
NewZserver creates a new list of Zserver.