Documentation ¶
Index ¶
- Constants
- Variables
- func CallSequence_Methods(methods []server.Method, s CallSequence_Server) []server.Method
- func Echo_Methods(methods []server.Method, s Echo_Server) []server.Method
- type A320
- type A320_List
- type A320_Promise
- type Aircraft
- func (s Aircraft) A320() (A320, error)
- func (s Aircraft) B737() (B737, error)
- func (s Aircraft) F16() (F16, error)
- func (s Aircraft) HasA320() bool
- func (s Aircraft) HasB737() bool
- func (s Aircraft) HasF16() bool
- func (s Aircraft) NewA320() (A320, error)
- func (s Aircraft) NewB737() (B737, error)
- func (s Aircraft) NewF16() (F16, error)
- 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) Which() Aircraft_Which
- type Aircraft_List
- type Aircraft_Promise
- type Aircraft_Which
- type Airport
- type Airport_List
- type AllocBenchmark
- type AllocBenchmark_Field
- type AllocBenchmark_Field_List
- type AllocBenchmark_Field_Promise
- type AllocBenchmark_List
- type AllocBenchmark_Promise
- type B737
- type B737_List
- type B737_Promise
- type Bag
- type Bag_List
- type Bag_Promise
- type BenchmarkA
- func (s BenchmarkA) BirthDay() int64
- func (s BenchmarkA) HasName() bool
- func (s BenchmarkA) HasPhone() bool
- 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) 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
- type BenchmarkA_List
- type BenchmarkA_Promise
- type CallSequence
- type CallSequence_Server
- type CallSequence_getNumber
- type CallSequence_getNumber_Params
- type CallSequence_getNumber_Params_List
- type CallSequence_getNumber_Params_Promise
- 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)
- type CallSequence_getNumber_Results_List
- type CallSequence_getNumber_Results_Promise
- type Counter
- func (s Counter) Bitlist() (capnp.BitList, error)
- func (s Counter) HasBitlist() bool
- func (s Counter) HasWordlist() bool
- func (s Counter) HasWords() bool
- func (s Counter) NewBitlist(n int32) (capnp.BitList, error)
- func (s Counter) NewWordlist(n int32) (capnp.TextList, error)
- 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) Wordlist() (capnp.TextList, error)
- func (s Counter) Words() (string, error)
- func (s Counter) WordsBytes() ([]byte, error)
- type Counter_List
- type Counter_Promise
- type Defaults
- func (s Defaults) Data() ([]byte, error)
- func (s Defaults) Float() float32
- func (s Defaults) HasData() bool
- func (s Defaults) HasText() bool
- func (s Defaults) Int() int32
- 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) Uint() uint32
- type Defaults_List
- type Defaults_Promise
- type Echo
- type EchoBase
- type EchoBase_List
- type EchoBase_Promise
- type EchoBases
- type EchoBases_List
- type EchoBases_Promise
- type Echo_Server
- type Echo_echo
- type Echo_echo_Params
- type Echo_echo_Params_List
- type Echo_echo_Params_Promise
- type Echo_echo_Results
- type Echo_echo_Results_List
- type Echo_echo_Results_Promise
- type F16
- type F16_List
- type F16_Promise
- type HoldsText
- func (s HoldsText) HasLst() bool
- func (s HoldsText) HasLstlst() bool
- func (s HoldsText) HasTxt() bool
- func (s HoldsText) Lst() (capnp.TextList, error)
- func (s HoldsText) Lstlst() (capnp.PointerList, error)
- func (s HoldsText) NewLst(n int32) (capnp.TextList, error)
- func (s HoldsText) NewLstlst(n int32) (capnp.PointerList, error)
- 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) Txt() (string, error)
- func (s HoldsText) TxtBytes() ([]byte, error)
- type HoldsText_List
- type HoldsText_Promise
- type HoldsVerEmptyList
- type HoldsVerEmptyList_List
- type HoldsVerEmptyList_Promise
- type HoldsVerOneDataList
- type HoldsVerOneDataList_List
- type HoldsVerOneDataList_Promise
- type HoldsVerOnePtrList
- type HoldsVerOnePtrList_List
- type HoldsVerOnePtrList_Promise
- type HoldsVerTwoDataList
- type HoldsVerTwoDataList_List
- type HoldsVerTwoDataList_Promise
- type HoldsVerTwoPtrList
- type HoldsVerTwoPtrList_List
- type HoldsVerTwoPtrList_Promise
- type HoldsVerTwoTwoList
- func (s HoldsVerTwoTwoList) HasMylist() bool
- func (s HoldsVerTwoTwoList) Mylist() (VerTwoDataTwoPtr_List, error)
- func (s HoldsVerTwoTwoList) NewMylist(n int32) (VerTwoDataTwoPtr_List, error)
- func (s HoldsVerTwoTwoList) SetMylist(v VerTwoDataTwoPtr_List) error
- func (s HoldsVerTwoTwoList) String() string
- type HoldsVerTwoTwoList_List
- type HoldsVerTwoTwoList_Promise
- type HoldsVerTwoTwoPlus
- type HoldsVerTwoTwoPlus_List
- type HoldsVerTwoTwoPlus_Promise
- type Hoth
- type Hoth_List
- type Hoth_Promise
- type ListStructCapn
- type ListStructCapn_List
- type ListStructCapn_Promise
- type Nester1Capn
- type Nester1Capn_List
- type Nester1Capn_Promise
- type PlaneBase
- func (s PlaneBase) CanFly() bool
- func (s PlaneBase) Capacity() int64
- func (s PlaneBase) HasHomes() bool
- func (s PlaneBase) HasName() bool
- func (s PlaneBase) Homes() (Airport_List, error)
- func (s PlaneBase) MaxSpeed() float64
- 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) 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
- type PlaneBase_List
- type PlaneBase_Promise
- type RWTestCapn
- type RWTestCapn_List
- type RWTestCapn_Promise
- type Regression
- func (s Regression) B0() float64
- func (s Regression) Base() (PlaneBase, error)
- func (s Regression) Beta() (capnp.Float64List, error)
- func (s Regression) HasBase() bool
- func (s Regression) HasBeta() bool
- func (s Regression) HasPlanes() bool
- 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) 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) Ymu() float64
- func (s Regression) Ysd() float64
- type Regression_List
- type Regression_Promise
- type StackingA
- type StackingA_List
- type StackingA_Promise
- type StackingB
- type StackingB_List
- type StackingB_Promise
- type StackingRoot
- func (s StackingRoot) A() (StackingA, error)
- func (s StackingRoot) AWithDefault() (StackingA, error)
- func (s StackingRoot) HasA() bool
- func (s StackingRoot) HasAWithDefault() bool
- func (s StackingRoot) NewA() (StackingA, error)
- func (s StackingRoot) NewAWithDefault() (StackingA, error)
- func (s StackingRoot) SetA(v StackingA) error
- func (s StackingRoot) SetAWithDefault(v StackingA) error
- func (s StackingRoot) String() string
- type StackingRoot_List
- type StackingRoot_Promise
- type VerEmpty
- type VerEmpty_List
- type VerEmpty_Promise
- type VerOneData
- type VerOneData_List
- type VerOneData_Promise
- type VerOnePtr
- type VerOnePtr_List
- type VerOnePtr_Promise
- type VerTwoData
- type VerTwoDataTwoPtr
- func (s VerTwoDataTwoPtr) Duo() int64
- func (s VerTwoDataTwoPtr) HasPtr1() bool
- func (s VerTwoDataTwoPtr) HasPtr2() bool
- 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) 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) Val() int16
- type VerTwoDataTwoPtr_List
- type VerTwoDataTwoPtr_Promise
- type VerTwoData_List
- type VerTwoData_Promise
- type VerTwoPtr
- func (s VerTwoPtr) HasPtr1() bool
- func (s VerTwoPtr) HasPtr2() bool
- 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) SetPtr1(v VerOneData) error
- func (s VerTwoPtr) SetPtr2(v VerOneData) error
- func (s VerTwoPtr) String() string
- type VerTwoPtr_List
- type VerTwoPtr_Promise
- type VerTwoTwoPlus
- func (s VerTwoTwoPlus) Duo() int64
- func (s VerTwoTwoPlus) HasLst3() bool
- func (s VerTwoTwoPlus) HasPtr1() bool
- func (s VerTwoTwoPlus) HasPtr2() bool
- func (s VerTwoTwoPlus) Lst3() (capnp.Int64List, error)
- 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) 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) Tre() int64
- func (s VerTwoTwoPlus) Val() int16
- type VerTwoTwoPlus_List
- type VerTwoTwoPlus_Promise
- type VoidUnion
- type VoidUnion_List
- type VoidUnion_Promise
- type VoidUnion_Which
- type Wrap2x2
- type Wrap2x2_List
- type Wrap2x2_Promise
- type Wrap2x2plus
- type Wrap2x2plus_List
- type Wrap2x2plus_Promise
- type WrapEmpty
- type WrapEmpty_List
- type WrapEmpty_Promise
- 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) 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 (s Z) Echo() Echo
- func (s Z) EchoBases() (EchoBases, error)
- 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) 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) HasEchoBases() 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) 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) NewEchoBases() (EchoBases, 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) 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) 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) SetEchoBases(v EchoBases) 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) 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_List
- type Z_Promise
- func (p Z_Promise) A320() A320_Promise
- func (p Z_Promise) Aircraft() Aircraft_Promise
- func (p Z_Promise) B737() B737_Promise
- func (p Z_Promise) Echo() Echo
- func (p Z_Promise) EchoBases() EchoBases_Promise
- func (p Z_Promise) F16() F16_Promise
- func (p Z_Promise) Grp() Z_grp_Promise
- func (p Z_Promise) Planebase() PlaneBase_Promise
- func (p Z_Promise) Regression() Regression_Promise
- func (p Z_Promise) Struct() (Z, error)
- func (p Z_Promise) Zdata() Zdata_Promise
- func (p Z_Promise) Zdate() Zdate_Promise
- func (p Z_Promise) Zz() Z_Promise
- type Z_Which
- type Z_grp
- type Z_grp_Promise
- type Zdata
- type Zdata_List
- type Zdata_Promise
- type Zdate
- type Zdate_List
- type Zdate_Promise
- type Zjob
- func (s Zjob) Args() (capnp.TextList, error)
- func (s Zjob) Cmd() (string, error)
- func (s Zjob) CmdBytes() ([]byte, error)
- func (s Zjob) HasArgs() bool
- func (s Zjob) HasCmd() bool
- func (s Zjob) NewArgs(n int32) (capnp.TextList, error)
- func (s Zjob) SetArgs(v capnp.TextList) error
- func (s Zjob) SetCmd(v string) error
- func (s Zjob) String() string
- type Zjob_List
- type Zjob_Promise
- type Zserver
- type Zserver_List
- type Zserver_Promise
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 EchoBases_TypeID = 0xc02e9d191c6ac0bc
EchoBases_TypeID is the unique identifier for the type EchoBases.
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 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{Struct: capnp.MustUnmarshalRootPtr(x_832bcc6686a26d56[0:24]).Struct()} ConstList = Zdate_List{List: capnp.MustUnmarshalRootPtr(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
func Echo_Methods ¶
func Echo_Methods(methods []server.Method, s Echo_Server) []server.Method
Types ¶
type A320 ¶
type A320_List ¶
A320_List is a list of A320.
func NewA320_List ¶
NewA320 creates a new list of A320.
type A320_Promise ¶
A320_Promise is a wrapper for a A320 promised by a client call.
func (A320_Promise) Base ¶
func (p A320_Promise) Base() PlaneBase_Promise
func (A320_Promise) Struct ¶
func (p A320_Promise) 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_List ¶
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.
func (Aircraft_List) At ¶
func (s Aircraft_List) At(i int) Aircraft
func (Aircraft_List) String ¶
func (s Aircraft_List) String() string
type Aircraft_Promise ¶
Aircraft_Promise is a wrapper for a Aircraft promised by a client call.
func (Aircraft_Promise) A320 ¶
func (p Aircraft_Promise) A320() A320_Promise
func (Aircraft_Promise) B737 ¶
func (p Aircraft_Promise) B737() B737_Promise
func (Aircraft_Promise) F16 ¶
func (p Aircraft_Promise) F16() F16_Promise
func (Aircraft_Promise) Struct ¶
func (p Aircraft_Promise) Struct() (Aircraft, error)
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)
func (Airport_List) At ¶
func (l Airport_List) At(i int) Airport
func (Airport_List) Set ¶
func (l Airport_List) Set(i int, v Airport)
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) Fields ¶
func (s AllocBenchmark) Fields() (AllocBenchmark_Field_List, error)
func (AllocBenchmark) HasFields ¶
func (s AllocBenchmark) HasFields() bool
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) SetFields ¶
func (s AllocBenchmark) SetFields(v AllocBenchmark_Field_List) error
func (AllocBenchmark) String ¶
func (s AllocBenchmark) String() string
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) HasStringValue ¶
func (s AllocBenchmark_Field) HasStringValue() bool
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)
type AllocBenchmark_Field_List ¶
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.
func (AllocBenchmark_Field_List) At ¶
func (s AllocBenchmark_Field_List) At(i int) AllocBenchmark_Field
func (AllocBenchmark_Field_List) Set ¶
func (s AllocBenchmark_Field_List) Set(i int, v AllocBenchmark_Field) error
func (AllocBenchmark_Field_List) String ¶
func (s AllocBenchmark_Field_List) String() string
type AllocBenchmark_Field_Promise ¶
AllocBenchmark_Field_Promise is a wrapper for a AllocBenchmark_Field promised by a client call.
func (AllocBenchmark_Field_Promise) Struct ¶
func (p AllocBenchmark_Field_Promise) Struct() (AllocBenchmark_Field, error)
type AllocBenchmark_List ¶
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.
func (AllocBenchmark_List) At ¶
func (s AllocBenchmark_List) At(i int) AllocBenchmark
func (AllocBenchmark_List) Set ¶
func (s AllocBenchmark_List) Set(i int, v AllocBenchmark) error
func (AllocBenchmark_List) String ¶
func (s AllocBenchmark_List) String() string
type AllocBenchmark_Promise ¶
AllocBenchmark_Promise is a wrapper for a AllocBenchmark promised by a client call.
func (AllocBenchmark_Promise) Struct ¶
func (p AllocBenchmark_Promise) Struct() (AllocBenchmark, error)
type B737 ¶
type B737_List ¶
B737_List is a list of B737.
func NewB737_List ¶
NewB737 creates a new list of B737.
type B737_Promise ¶
B737_Promise is a wrapper for a B737 promised by a client call.
func (B737_Promise) Base ¶
func (p B737_Promise) Base() PlaneBase_Promise
func (B737_Promise) Struct ¶
func (p B737_Promise) 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_Promise ¶
Bag_Promise is a wrapper for a Bag promised by a client call.
func (Bag_Promise) Counter ¶
func (p Bag_Promise) Counter() Counter_Promise
func (Bag_Promise) Struct ¶
func (p Bag_Promise) 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) HasName ¶
func (s BenchmarkA) HasName() bool
func (BenchmarkA) HasPhone ¶
func (s BenchmarkA) HasPhone() bool
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) 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
type BenchmarkA_List ¶
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.
func (BenchmarkA_List) At ¶
func (s BenchmarkA_List) At(i int) BenchmarkA
func (BenchmarkA_List) Set ¶
func (s BenchmarkA_List) Set(i int, v BenchmarkA) error
func (BenchmarkA_List) String ¶
func (s BenchmarkA_List) String() string
type BenchmarkA_Promise ¶
BenchmarkA_Promise is a wrapper for a BenchmarkA promised by a client call.
func (BenchmarkA_Promise) Struct ¶
func (p BenchmarkA_Promise) Struct() (BenchmarkA, error)
type CallSequence ¶
func CallSequence_ServerToClient ¶
func CallSequence_ServerToClient(s CallSequence_Server) CallSequence
func (CallSequence) GetNumber ¶
func (c CallSequence) GetNumber(ctx context.Context, params func(CallSequence_getNumber_Params) error, opts ...capnp.CallOption) CallSequence_getNumber_Results_Promise
type CallSequence_Server ¶
type CallSequence_Server interface {
GetNumber(CallSequence_getNumber) error
}
type CallSequence_getNumber ¶
type CallSequence_getNumber struct { Ctx context.Context Options capnp.CallOptions Params CallSequence_getNumber_Params Results CallSequence_getNumber_Results }
CallSequence_getNumber holds the arguments for a server call to CallSequence.getNumber.
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) String ¶
func (s CallSequence_getNumber_Params) String() string
type CallSequence_getNumber_Params_List ¶
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.
func (CallSequence_getNumber_Params_List) At ¶
func (s CallSequence_getNumber_Params_List) At(i int) CallSequence_getNumber_Params
func (CallSequence_getNumber_Params_List) Set ¶
func (s CallSequence_getNumber_Params_List) Set(i int, v CallSequence_getNumber_Params) error
func (CallSequence_getNumber_Params_List) String ¶
func (s CallSequence_getNumber_Params_List) String() string
type CallSequence_getNumber_Params_Promise ¶
CallSequence_getNumber_Params_Promise is a wrapper for a CallSequence_getNumber_Params promised by a client call.
func (CallSequence_getNumber_Params_Promise) Struct ¶
func (p CallSequence_getNumber_Params_Promise) Struct() (CallSequence_getNumber_Params, error)
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) N ¶
func (s CallSequence_getNumber_Results) N() uint32
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
type CallSequence_getNumber_Results_List ¶
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.
func (CallSequence_getNumber_Results_List) At ¶
func (s CallSequence_getNumber_Results_List) At(i int) CallSequence_getNumber_Results
func (CallSequence_getNumber_Results_List) Set ¶
func (s CallSequence_getNumber_Results_List) Set(i int, v CallSequence_getNumber_Results) error
func (CallSequence_getNumber_Results_List) String ¶
func (s CallSequence_getNumber_Results_List) String() string
type CallSequence_getNumber_Results_Promise ¶
CallSequence_getNumber_Results_Promise is a wrapper for a CallSequence_getNumber_Results promised by a client call.
func (CallSequence_getNumber_Results_Promise) Struct ¶
func (p CallSequence_getNumber_Results_Promise) Struct() (CallSequence_getNumber_Results, error)
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_List ¶
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.
func (Counter_List) At ¶
func (s Counter_List) At(i int) Counter
func (Counter_List) String ¶
func (s Counter_List) String() string
type Counter_Promise ¶
Counter_Promise is a wrapper for a Counter promised by a client call.
func (Counter_Promise) Struct ¶
func (p Counter_Promise) Struct() (Counter, error)
type Defaults_List ¶
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.
func (Defaults_List) At ¶
func (s Defaults_List) At(i int) Defaults
func (Defaults_List) String ¶
func (s Defaults_List) String() string
type Defaults_Promise ¶
Defaults_Promise is a wrapper for a Defaults promised by a client call.
func (Defaults_Promise) Struct ¶
func (p Defaults_Promise) Struct() (Defaults, error)
type Echo ¶
func Echo_ServerToClient ¶
func Echo_ServerToClient(s Echo_Server) Echo
func (Echo) Echo ¶
func (c Echo) Echo(ctx context.Context, params func(Echo_echo_Params) error, opts ...capnp.CallOption) Echo_echo_Results_Promise
type EchoBase_List ¶
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.
func (EchoBase_List) At ¶
func (s EchoBase_List) At(i int) EchoBase
func (EchoBase_List) String ¶
func (s EchoBase_List) String() string
type EchoBase_Promise ¶
EchoBase_Promise is a wrapper for a EchoBase promised by a client call.
func (EchoBase_Promise) Echo ¶
func (p EchoBase_Promise) Echo() Echo
func (EchoBase_Promise) Struct ¶
func (p EchoBase_Promise) Struct() (EchoBase, error)
type EchoBases ¶
func (EchoBases) Bases ¶
func (s EchoBases) Bases() (EchoBase_List, error)
func (EchoBases) NewBases ¶
func (s EchoBases) NewBases(n int32) (EchoBase_List, error)
NewBases sets the bases field to a newly allocated EchoBase_List, preferring placement in s's segment.
func (EchoBases) SetBases ¶
func (s EchoBases) SetBases(v EchoBase_List) error
type EchoBases_List ¶
EchoBases_List is a list of EchoBases.
func NewEchoBases_List ¶
func NewEchoBases_List(s *capnp.Segment, sz int32) (EchoBases_List, error)
NewEchoBases creates a new list of EchoBases.
func (EchoBases_List) At ¶
func (s EchoBases_List) At(i int) EchoBases
func (EchoBases_List) String ¶
func (s EchoBases_List) String() string
type EchoBases_Promise ¶
EchoBases_Promise is a wrapper for a EchoBases promised by a client call.
func (EchoBases_Promise) Struct ¶
func (p EchoBases_Promise) Struct() (EchoBases, error)
type Echo_Server ¶
type Echo_echo ¶
type Echo_echo struct { Ctx context.Context Options capnp.CallOptions Params Echo_echo_Params Results Echo_echo_Results }
Echo_echo holds the arguments for a server call to Echo.echo.
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) 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) SetIn ¶
func (s Echo_echo_Params) SetIn(v string) error
func (Echo_echo_Params) String ¶
func (s Echo_echo_Params) String() string
type Echo_echo_Params_List ¶
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.
func (Echo_echo_Params_List) At ¶
func (s Echo_echo_Params_List) At(i int) Echo_echo_Params
func (Echo_echo_Params_List) Set ¶
func (s Echo_echo_Params_List) Set(i int, v Echo_echo_Params) error
func (Echo_echo_Params_List) String ¶
func (s Echo_echo_Params_List) String() string
type Echo_echo_Params_Promise ¶
Echo_echo_Params_Promise is a wrapper for a Echo_echo_Params promised by a client call.
func (Echo_echo_Params_Promise) Struct ¶
func (p Echo_echo_Params_Promise) Struct() (Echo_echo_Params, error)
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) HasOut ¶
func (s Echo_echo_Results) HasOut() bool
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) SetOut ¶
func (s Echo_echo_Results) SetOut(v string) error
func (Echo_echo_Results) String ¶
func (s Echo_echo_Results) String() string
type Echo_echo_Results_List ¶
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.
func (Echo_echo_Results_List) At ¶
func (s Echo_echo_Results_List) At(i int) Echo_echo_Results
func (Echo_echo_Results_List) Set ¶
func (s Echo_echo_Results_List) Set(i int, v Echo_echo_Results) error
func (Echo_echo_Results_List) String ¶
func (s Echo_echo_Results_List) String() string
type Echo_echo_Results_Promise ¶
Echo_echo_Results_Promise is a wrapper for a Echo_echo_Results promised by a client call.
func (Echo_echo_Results_Promise) Struct ¶
func (p Echo_echo_Results_Promise) Struct() (Echo_echo_Results, error)
type F16 ¶
type F16_Promise ¶
F16_Promise is a wrapper for a F16 promised by a client call.
func (F16_Promise) Base ¶
func (p F16_Promise) Base() PlaneBase_Promise
func (F16_Promise) Struct ¶
func (p F16_Promise) 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_List ¶
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.
func (HoldsText_List) At ¶
func (s HoldsText_List) At(i int) HoldsText
func (HoldsText_List) String ¶
func (s HoldsText_List) String() string
type HoldsText_Promise ¶
HoldsText_Promise is a wrapper for a HoldsText promised by a client call.
func (HoldsText_Promise) Struct ¶
func (p HoldsText_Promise) Struct() (HoldsText, error)
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) HasMylist ¶
func (s HoldsVerEmptyList) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerEmptyList) SetMylist(v VerEmpty_List) error
func (HoldsVerEmptyList) String ¶
func (s HoldsVerEmptyList) String() string
type HoldsVerEmptyList_List ¶
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.
func (HoldsVerEmptyList_List) At ¶
func (s HoldsVerEmptyList_List) At(i int) HoldsVerEmptyList
func (HoldsVerEmptyList_List) Set ¶
func (s HoldsVerEmptyList_List) Set(i int, v HoldsVerEmptyList) error
func (HoldsVerEmptyList_List) String ¶
func (s HoldsVerEmptyList_List) String() string
type HoldsVerEmptyList_Promise ¶
HoldsVerEmptyList_Promise is a wrapper for a HoldsVerEmptyList promised by a client call.
func (HoldsVerEmptyList_Promise) Struct ¶
func (p HoldsVerEmptyList_Promise) Struct() (HoldsVerEmptyList, error)
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) HasMylist ¶
func (s HoldsVerOneDataList) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerOneDataList) SetMylist(v VerOneData_List) error
func (HoldsVerOneDataList) String ¶
func (s HoldsVerOneDataList) String() string
type HoldsVerOneDataList_List ¶
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.
func (HoldsVerOneDataList_List) At ¶
func (s HoldsVerOneDataList_List) At(i int) HoldsVerOneDataList
func (HoldsVerOneDataList_List) Set ¶
func (s HoldsVerOneDataList_List) Set(i int, v HoldsVerOneDataList) error
func (HoldsVerOneDataList_List) String ¶
func (s HoldsVerOneDataList_List) String() string
type HoldsVerOneDataList_Promise ¶
HoldsVerOneDataList_Promise is a wrapper for a HoldsVerOneDataList promised by a client call.
func (HoldsVerOneDataList_Promise) Struct ¶
func (p HoldsVerOneDataList_Promise) Struct() (HoldsVerOneDataList, error)
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) HasMylist ¶
func (s HoldsVerOnePtrList) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerOnePtrList) SetMylist(v VerOnePtr_List) error
func (HoldsVerOnePtrList) String ¶
func (s HoldsVerOnePtrList) String() string
type HoldsVerOnePtrList_List ¶
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.
func (HoldsVerOnePtrList_List) At ¶
func (s HoldsVerOnePtrList_List) At(i int) HoldsVerOnePtrList
func (HoldsVerOnePtrList_List) Set ¶
func (s HoldsVerOnePtrList_List) Set(i int, v HoldsVerOnePtrList) error
func (HoldsVerOnePtrList_List) String ¶
func (s HoldsVerOnePtrList_List) String() string
type HoldsVerOnePtrList_Promise ¶
HoldsVerOnePtrList_Promise is a wrapper for a HoldsVerOnePtrList promised by a client call.
func (HoldsVerOnePtrList_Promise) Struct ¶
func (p HoldsVerOnePtrList_Promise) Struct() (HoldsVerOnePtrList, error)
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) HasMylist ¶
func (s HoldsVerTwoDataList) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerTwoDataList) SetMylist(v VerTwoData_List) error
func (HoldsVerTwoDataList) String ¶
func (s HoldsVerTwoDataList) String() string
type HoldsVerTwoDataList_List ¶
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.
func (HoldsVerTwoDataList_List) At ¶
func (s HoldsVerTwoDataList_List) At(i int) HoldsVerTwoDataList
func (HoldsVerTwoDataList_List) Set ¶
func (s HoldsVerTwoDataList_List) Set(i int, v HoldsVerTwoDataList) error
func (HoldsVerTwoDataList_List) String ¶
func (s HoldsVerTwoDataList_List) String() string
type HoldsVerTwoDataList_Promise ¶
HoldsVerTwoDataList_Promise is a wrapper for a HoldsVerTwoDataList promised by a client call.
func (HoldsVerTwoDataList_Promise) Struct ¶
func (p HoldsVerTwoDataList_Promise) Struct() (HoldsVerTwoDataList, error)
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) HasMylist ¶
func (s HoldsVerTwoPtrList) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerTwoPtrList) SetMylist(v VerTwoPtr_List) error
func (HoldsVerTwoPtrList) String ¶
func (s HoldsVerTwoPtrList) String() string
type HoldsVerTwoPtrList_List ¶
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.
func (HoldsVerTwoPtrList_List) At ¶
func (s HoldsVerTwoPtrList_List) At(i int) HoldsVerTwoPtrList
func (HoldsVerTwoPtrList_List) Set ¶
func (s HoldsVerTwoPtrList_List) Set(i int, v HoldsVerTwoPtrList) error
func (HoldsVerTwoPtrList_List) String ¶
func (s HoldsVerTwoPtrList_List) String() string
type HoldsVerTwoPtrList_Promise ¶
HoldsVerTwoPtrList_Promise is a wrapper for a HoldsVerTwoPtrList promised by a client call.
func (HoldsVerTwoPtrList_Promise) Struct ¶
func (p HoldsVerTwoPtrList_Promise) Struct() (HoldsVerTwoPtrList, error)
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) HasMylist ¶
func (s HoldsVerTwoTwoList) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerTwoTwoList) SetMylist(v VerTwoDataTwoPtr_List) error
func (HoldsVerTwoTwoList) String ¶
func (s HoldsVerTwoTwoList) String() string
type HoldsVerTwoTwoList_List ¶
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.
func (HoldsVerTwoTwoList_List) At ¶
func (s HoldsVerTwoTwoList_List) At(i int) HoldsVerTwoTwoList
func (HoldsVerTwoTwoList_List) Set ¶
func (s HoldsVerTwoTwoList_List) Set(i int, v HoldsVerTwoTwoList) error
func (HoldsVerTwoTwoList_List) String ¶
func (s HoldsVerTwoTwoList_List) String() string
type HoldsVerTwoTwoList_Promise ¶
HoldsVerTwoTwoList_Promise is a wrapper for a HoldsVerTwoTwoList promised by a client call.
func (HoldsVerTwoTwoList_Promise) Struct ¶
func (p HoldsVerTwoTwoList_Promise) Struct() (HoldsVerTwoTwoList, error)
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) HasMylist ¶
func (s HoldsVerTwoTwoPlus) HasMylist() bool
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) SetMylist ¶
func (s HoldsVerTwoTwoPlus) SetMylist(v VerTwoTwoPlus_List) error
func (HoldsVerTwoTwoPlus) String ¶
func (s HoldsVerTwoTwoPlus) String() string
type HoldsVerTwoTwoPlus_List ¶
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.
func (HoldsVerTwoTwoPlus_List) At ¶
func (s HoldsVerTwoTwoPlus_List) At(i int) HoldsVerTwoTwoPlus
func (HoldsVerTwoTwoPlus_List) Set ¶
func (s HoldsVerTwoTwoPlus_List) Set(i int, v HoldsVerTwoTwoPlus) error
func (HoldsVerTwoTwoPlus_List) String ¶
func (s HoldsVerTwoTwoPlus_List) String() string
type HoldsVerTwoTwoPlus_Promise ¶
HoldsVerTwoTwoPlus_Promise is a wrapper for a HoldsVerTwoTwoPlus promised by a client call.
func (HoldsVerTwoTwoPlus_Promise) Struct ¶
func (p HoldsVerTwoTwoPlus_Promise) Struct() (HoldsVerTwoTwoPlus, error)
type Hoth ¶
type Hoth_List ¶
Hoth_List is a list of Hoth.
func NewHoth_List ¶
NewHoth creates a new list of Hoth.
type Hoth_Promise ¶
Hoth_Promise is a wrapper for a Hoth promised by a client call.
func (Hoth_Promise) Base ¶
func (p Hoth_Promise) Base() EchoBase_Promise
func (Hoth_Promise) Struct ¶
func (p Hoth_Promise) 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) HasVec ¶
func (s ListStructCapn) HasVec() bool
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) SetVec ¶
func (s ListStructCapn) SetVec(v Nester1Capn_List) error
func (ListStructCapn) String ¶
func (s ListStructCapn) String() string
func (ListStructCapn) Vec ¶
func (s ListStructCapn) Vec() (Nester1Capn_List, error)
type ListStructCapn_List ¶
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.
func (ListStructCapn_List) At ¶
func (s ListStructCapn_List) At(i int) ListStructCapn
func (ListStructCapn_List) Set ¶
func (s ListStructCapn_List) Set(i int, v ListStructCapn) error
func (ListStructCapn_List) String ¶
func (s ListStructCapn_List) String() string
type ListStructCapn_Promise ¶
ListStructCapn_Promise is a wrapper for a ListStructCapn promised by a client call.
func (ListStructCapn_Promise) Struct ¶
func (p ListStructCapn_Promise) Struct() (ListStructCapn, error)
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) HasStrs ¶
func (s Nester1Capn) HasStrs() bool
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) String ¶
func (s Nester1Capn) String() string
type Nester1Capn_List ¶
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.
func (Nester1Capn_List) At ¶
func (s Nester1Capn_List) At(i int) Nester1Capn
func (Nester1Capn_List) Set ¶
func (s Nester1Capn_List) Set(i int, v Nester1Capn) error
func (Nester1Capn_List) String ¶
func (s Nester1Capn_List) String() string
type Nester1Capn_Promise ¶
Nester1Capn_Promise is a wrapper for a Nester1Capn promised by a client call.
func (Nester1Capn_Promise) Struct ¶
func (p Nester1Capn_Promise) Struct() (Nester1Capn, error)
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_List ¶
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.
func (PlaneBase_List) At ¶
func (s PlaneBase_List) At(i int) PlaneBase
func (PlaneBase_List) String ¶
func (s PlaneBase_List) String() string
type PlaneBase_Promise ¶
PlaneBase_Promise is a wrapper for a PlaneBase promised by a client call.
func (PlaneBase_Promise) Struct ¶
func (p PlaneBase_Promise) Struct() (PlaneBase, error)
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) HasNestMatrix ¶
func (s RWTestCapn) HasNestMatrix() bool
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) SetNestMatrix ¶
func (s RWTestCapn) SetNestMatrix(v capnp.PointerList) error
func (RWTestCapn) String ¶
func (s RWTestCapn) String() string
type RWTestCapn_List ¶
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.
func (RWTestCapn_List) At ¶
func (s RWTestCapn_List) At(i int) RWTestCapn
func (RWTestCapn_List) Set ¶
func (s RWTestCapn_List) Set(i int, v RWTestCapn) error
func (RWTestCapn_List) String ¶
func (s RWTestCapn_List) String() string
type RWTestCapn_Promise ¶
RWTestCapn_Promise is a wrapper for a RWTestCapn promised by a client call.
func (RWTestCapn_Promise) Struct ¶
func (p RWTestCapn_Promise) Struct() (RWTestCapn, error)
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) HasBase ¶
func (s Regression) HasBase() bool
func (Regression) HasBeta ¶
func (s Regression) HasBeta() bool
func (Regression) HasPlanes ¶
func (s Regression) HasPlanes() bool
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) 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) Ymu ¶
func (s Regression) Ymu() float64
func (Regression) Ysd ¶
func (s Regression) Ysd() float64
type Regression_List ¶
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.
func (Regression_List) At ¶
func (s Regression_List) At(i int) Regression
func (Regression_List) Set ¶
func (s Regression_List) Set(i int, v Regression) error
func (Regression_List) String ¶
func (s Regression_List) String() string
type Regression_Promise ¶
Regression_Promise is a wrapper for a Regression promised by a client call.
func (Regression_Promise) Base ¶
func (p Regression_Promise) Base() PlaneBase_Promise
func (Regression_Promise) Struct ¶
func (p Regression_Promise) Struct() (Regression, error)
type StackingA ¶
type StackingA_List ¶
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.
func (StackingA_List) At ¶
func (s StackingA_List) At(i int) StackingA
func (StackingA_List) String ¶
func (s StackingA_List) String() string
type StackingA_Promise ¶
StackingA_Promise is a wrapper for a StackingA promised by a client call.
func (StackingA_Promise) B ¶
func (p StackingA_Promise) B() StackingB_Promise
func (StackingA_Promise) Struct ¶
func (p StackingA_Promise) Struct() (StackingA, error)
type StackingB_List ¶
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.
func (StackingB_List) At ¶
func (s StackingB_List) At(i int) StackingB
func (StackingB_List) String ¶
func (s StackingB_List) String() string
type StackingB_Promise ¶
StackingB_Promise is a wrapper for a StackingB promised by a client call.
func (StackingB_Promise) Struct ¶
func (p StackingB_Promise) Struct() (StackingB, error)
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) HasA ¶
func (s StackingRoot) HasA() bool
func (StackingRoot) HasAWithDefault ¶
func (s StackingRoot) HasAWithDefault() bool
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) 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
type StackingRoot_List ¶
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.
func (StackingRoot_List) At ¶
func (s StackingRoot_List) At(i int) StackingRoot
func (StackingRoot_List) Set ¶
func (s StackingRoot_List) Set(i int, v StackingRoot) error
func (StackingRoot_List) String ¶
func (s StackingRoot_List) String() string
type StackingRoot_Promise ¶
StackingRoot_Promise is a wrapper for a StackingRoot promised by a client call.
func (StackingRoot_Promise) A ¶
func (p StackingRoot_Promise) A() StackingA_Promise
func (StackingRoot_Promise) AWithDefault ¶
func (p StackingRoot_Promise) AWithDefault() StackingA_Promise
func (StackingRoot_Promise) Struct ¶
func (p StackingRoot_Promise) Struct() (StackingRoot, error)
type VerEmpty_List ¶
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.
func (VerEmpty_List) At ¶
func (s VerEmpty_List) At(i int) VerEmpty
func (VerEmpty_List) String ¶
func (s VerEmpty_List) String() string
type VerEmpty_Promise ¶
VerEmpty_Promise is a wrapper for a VerEmpty promised by a client call.
func (VerEmpty_Promise) Struct ¶
func (p VerEmpty_Promise) Struct() (VerEmpty, error)
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) SetVal ¶
func (s VerOneData) SetVal(v int16)
func (VerOneData) String ¶
func (s VerOneData) String() string
func (VerOneData) Val ¶
func (s VerOneData) Val() int16
type VerOneData_List ¶
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.
func (VerOneData_List) At ¶
func (s VerOneData_List) At(i int) VerOneData
func (VerOneData_List) Set ¶
func (s VerOneData_List) Set(i int, v VerOneData) error
func (VerOneData_List) String ¶
func (s VerOneData_List) String() string
type VerOneData_Promise ¶
VerOneData_Promise is a wrapper for a VerOneData promised by a client call.
func (VerOneData_Promise) Struct ¶
func (p VerOneData_Promise) Struct() (VerOneData, error)
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_List ¶
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.
func (VerOnePtr_List) At ¶
func (s VerOnePtr_List) At(i int) VerOnePtr
func (VerOnePtr_List) String ¶
func (s VerOnePtr_List) String() string
type VerOnePtr_Promise ¶
VerOnePtr_Promise is a wrapper for a VerOnePtr promised by a client call.
func (VerOnePtr_Promise) Ptr ¶
func (p VerOnePtr_Promise) Ptr() VerOneData_Promise
func (VerOnePtr_Promise) Struct ¶
func (p VerOnePtr_Promise) Struct() (VerOnePtr, error)
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) Duo ¶
func (s VerTwoData) Duo() int64
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) 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) Duo ¶
func (s VerTwoDataTwoPtr) Duo() int64
func (VerTwoDataTwoPtr) HasPtr1 ¶
func (s VerTwoDataTwoPtr) HasPtr1() bool
func (VerTwoDataTwoPtr) HasPtr2 ¶
func (s VerTwoDataTwoPtr) HasPtr2() bool
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) 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) Val ¶
func (s VerTwoDataTwoPtr) Val() int16
type VerTwoDataTwoPtr_List ¶
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.
func (VerTwoDataTwoPtr_List) At ¶
func (s VerTwoDataTwoPtr_List) At(i int) VerTwoDataTwoPtr
func (VerTwoDataTwoPtr_List) Set ¶
func (s VerTwoDataTwoPtr_List) Set(i int, v VerTwoDataTwoPtr) error
func (VerTwoDataTwoPtr_List) String ¶
func (s VerTwoDataTwoPtr_List) String() string
type VerTwoDataTwoPtr_Promise ¶
VerTwoDataTwoPtr_Promise is a wrapper for a VerTwoDataTwoPtr promised by a client call.
func (VerTwoDataTwoPtr_Promise) Ptr1 ¶
func (p VerTwoDataTwoPtr_Promise) Ptr1() VerOneData_Promise
func (VerTwoDataTwoPtr_Promise) Ptr2 ¶
func (p VerTwoDataTwoPtr_Promise) Ptr2() VerOneData_Promise
func (VerTwoDataTwoPtr_Promise) Struct ¶
func (p VerTwoDataTwoPtr_Promise) Struct() (VerTwoDataTwoPtr, error)
type VerTwoData_List ¶
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.
func (VerTwoData_List) At ¶
func (s VerTwoData_List) At(i int) VerTwoData
func (VerTwoData_List) Set ¶
func (s VerTwoData_List) Set(i int, v VerTwoData) error
func (VerTwoData_List) String ¶
func (s VerTwoData_List) String() string
type VerTwoData_Promise ¶
VerTwoData_Promise is a wrapper for a VerTwoData promised by a client call.
func (VerTwoData_Promise) Struct ¶
func (p VerTwoData_Promise) Struct() (VerTwoData, error)
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_List ¶
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.
func (VerTwoPtr_List) At ¶
func (s VerTwoPtr_List) At(i int) VerTwoPtr
func (VerTwoPtr_List) String ¶
func (s VerTwoPtr_List) String() string
type VerTwoPtr_Promise ¶
VerTwoPtr_Promise is a wrapper for a VerTwoPtr promised by a client call.
func (VerTwoPtr_Promise) Ptr1 ¶
func (p VerTwoPtr_Promise) Ptr1() VerOneData_Promise
func (VerTwoPtr_Promise) Ptr2 ¶
func (p VerTwoPtr_Promise) Ptr2() VerOneData_Promise
func (VerTwoPtr_Promise) Struct ¶
func (p VerTwoPtr_Promise) Struct() (VerTwoPtr, error)
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) Duo ¶
func (s VerTwoTwoPlus) Duo() int64
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) 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) 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) Tre ¶
func (s VerTwoTwoPlus) Tre() int64
func (VerTwoTwoPlus) Val ¶
func (s VerTwoTwoPlus) Val() int16
type VerTwoTwoPlus_List ¶
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.
func (VerTwoTwoPlus_List) At ¶
func (s VerTwoTwoPlus_List) At(i int) VerTwoTwoPlus
func (VerTwoTwoPlus_List) Set ¶
func (s VerTwoTwoPlus_List) Set(i int, v VerTwoTwoPlus) error
func (VerTwoTwoPlus_List) String ¶
func (s VerTwoTwoPlus_List) String() string
type VerTwoTwoPlus_Promise ¶
VerTwoTwoPlus_Promise is a wrapper for a VerTwoTwoPlus promised by a client call.
func (VerTwoTwoPlus_Promise) Ptr1 ¶
func (p VerTwoTwoPlus_Promise) Ptr1() VerTwoDataTwoPtr_Promise
func (VerTwoTwoPlus_Promise) Ptr2 ¶
func (p VerTwoTwoPlus_Promise) Ptr2() VerTwoDataTwoPtr_Promise
func (VerTwoTwoPlus_Promise) Struct ¶
func (p VerTwoTwoPlus_Promise) Struct() (VerTwoTwoPlus, error)
type VoidUnion_List ¶
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.
func (VoidUnion_List) At ¶
func (s VoidUnion_List) At(i int) VoidUnion
func (VoidUnion_List) String ¶
func (s VoidUnion_List) String() string
type VoidUnion_Promise ¶
VoidUnion_Promise is a wrapper for a VoidUnion promised by a client call.
func (VoidUnion_Promise) Struct ¶
func (p VoidUnion_Promise) Struct() (VoidUnion, error)
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_List ¶
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.
func (Wrap2x2_List) At ¶
func (s Wrap2x2_List) At(i int) Wrap2x2
func (Wrap2x2_List) String ¶
func (s Wrap2x2_List) String() string
type Wrap2x2_Promise ¶
Wrap2x2_Promise is a wrapper for a Wrap2x2 promised by a client call.
func (Wrap2x2_Promise) MightNotBeReallyEmpty ¶
func (p Wrap2x2_Promise) MightNotBeReallyEmpty() VerTwoDataTwoPtr_Promise
func (Wrap2x2_Promise) Struct ¶
func (p Wrap2x2_Promise) Struct() (Wrap2x2, error)
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) HasMightNotBeReallyEmpty ¶
func (s Wrap2x2plus) HasMightNotBeReallyEmpty() bool
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) SetMightNotBeReallyEmpty ¶
func (s Wrap2x2plus) SetMightNotBeReallyEmpty(v VerTwoTwoPlus) error
func (Wrap2x2plus) String ¶
func (s Wrap2x2plus) String() string
type Wrap2x2plus_List ¶
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.
func (Wrap2x2plus_List) At ¶
func (s Wrap2x2plus_List) At(i int) Wrap2x2plus
func (Wrap2x2plus_List) Set ¶
func (s Wrap2x2plus_List) Set(i int, v Wrap2x2plus) error
func (Wrap2x2plus_List) String ¶
func (s Wrap2x2plus_List) String() string
type Wrap2x2plus_Promise ¶
Wrap2x2plus_Promise is a wrapper for a Wrap2x2plus promised by a client call.
func (Wrap2x2plus_Promise) MightNotBeReallyEmpty ¶
func (p Wrap2x2plus_Promise) MightNotBeReallyEmpty() VerTwoTwoPlus_Promise
func (Wrap2x2plus_Promise) Struct ¶
func (p Wrap2x2plus_Promise) Struct() (Wrap2x2plus, error)
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_List ¶
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.
func (WrapEmpty_List) At ¶
func (s WrapEmpty_List) At(i int) WrapEmpty
func (WrapEmpty_List) String ¶
func (s WrapEmpty_List) String() string
type WrapEmpty_Promise ¶
WrapEmpty_Promise is a wrapper for a WrapEmpty promised by a client call.
func (WrapEmpty_Promise) MightNotBeReallyEmpty ¶
func (p WrapEmpty_Promise) MightNotBeReallyEmpty() VerEmpty_Promise
func (WrapEmpty_Promise) Struct ¶
func (p WrapEmpty_Promise) Struct() (WrapEmpty, error)
type Z ¶
func (Z) Aircraftvec ¶
func (s Z) Aircraftvec() (Aircraft_List, error)
func (Z) HasAircraft ¶
func (Z) HasAircraftvec ¶
func (Z) HasBoolvec ¶
func (Z) HasDatavec ¶
func (Z) HasEchoBases ¶
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) NewEchoBases ¶
NewEchoBases sets the echoBases field to a newly allocated EchoBases struct, 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) SetEchoBases ¶
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_Promise ¶
Z_Promise is a wrapper for a Z promised by a client call.
func (Z_Promise) A320 ¶
func (p Z_Promise) A320() A320_Promise
func (Z_Promise) Aircraft ¶
func (p Z_Promise) Aircraft() Aircraft_Promise
func (Z_Promise) B737 ¶
func (p Z_Promise) B737() B737_Promise
func (Z_Promise) EchoBases ¶
func (p Z_Promise) EchoBases() EchoBases_Promise
func (Z_Promise) F16 ¶
func (p Z_Promise) F16() F16_Promise
func (Z_Promise) Grp ¶
func (p Z_Promise) Grp() Z_grp_Promise
func (Z_Promise) Planebase ¶
func (p Z_Promise) Planebase() PlaneBase_Promise
func (Z_Promise) Regression ¶
func (p Z_Promise) Regression() Regression_Promise
func (Z_Promise) Zdata ¶
func (p Z_Promise) Zdata() Zdata_Promise
func (Z_Promise) Zdate ¶
func (p Z_Promise) Zdate() Zdate_Promise
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_echoBases Z_Which = 44 )
type Z_grp_Promise ¶
Z_grp_Promise is a wrapper for a Z_grp promised by a client call.
func (Z_grp_Promise) Struct ¶
func (p Z_grp_Promise) Struct() (Z_grp, error)
type Zdata_List ¶
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.
func (Zdata_List) At ¶
func (s Zdata_List) At(i int) Zdata
func (Zdata_List) String ¶
func (s Zdata_List) String() string
type Zdata_Promise ¶
Zdata_Promise is a wrapper for a Zdata promised by a client call.
func (Zdata_Promise) Struct ¶
func (p Zdata_Promise) Struct() (Zdata, error)
type Zdate_List ¶
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.
func (Zdate_List) At ¶
func (s Zdate_List) At(i int) Zdate
func (Zdate_List) String ¶
func (s Zdate_List) String() string
type Zdate_Promise ¶
Zdate_Promise is a wrapper for a Zdate promised by a client call.
func (Zdate_Promise) Struct ¶
func (p Zdate_Promise) Struct() (Zdate, error)
type Zjob ¶
type Zjob_List ¶
Zjob_List is a list of Zjob.
func NewZjob_List ¶
NewZjob creates a new list of Zjob.
type Zjob_Promise ¶
Zjob_Promise is a wrapper for a Zjob promised by a client call.
func (Zjob_Promise) Struct ¶
func (p Zjob_Promise) 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_List ¶
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.
func (Zserver_List) At ¶
func (s Zserver_List) At(i int) Zserver
func (Zserver_List) String ¶
func (s Zserver_List) String() string
type Zserver_Promise ¶
Zserver_Promise is a wrapper for a Zserver promised by a client call.
func (Zserver_Promise) Struct ¶
func (p Zserver_Promise) Struct() (Zserver, error)