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) Which() Aircraft_Which
- type Aircraft_List
- type Aircraft_Promise
- type Aircraft_Which
- type Airport
- type Airport_List
- 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
- 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) HasWordlist() bool
- func (s Counter) HasWords() bool
- 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) 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) 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 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) SetLst(v capnp.TextList) error
- func (s HoldsText) SetLstlst(v capnp.PointerList) error
- func (s HoldsText) SetTxt(v string) error
- 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
- 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) 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)
- 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) 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) 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
- 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) 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
- 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) 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) 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) 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) 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) 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) 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) NewB737() (B737, error)
- func (s Z) NewF16() (F16, error)
- func (s Z) NewPlanebase() (PlaneBase, error)
- func (s Z) NewRegression() (Regression, error)
- func (s Z) NewZdata() (Zdata, error)
- func (s Z) NewZdate() (Zdate, 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) 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) 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) 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) Text() (string, error)
- func (s Z) TextBytes() ([]byte, 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) F16() F16_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 Zdata
- type Zdata_List
- type Zdata_Promise
- type Zdate
- type Zdate_List
- type Zdate_Promise
- type Zjob
- type Zjob_List
- type Zjob_Promise
- type Zserver
- type Zserver_List
- type Zserver_Promise
Constants ¶
const (
ConstEnum = Airport_jfk
)
Variables ¶
var ( ConstDate = Zdate{Struct: capnp.MustUnmarshalRootPtr(x_832bcc6686a26d56[0:24]).Struct()} ConstList = Zdate_List{List: capnp.MustUnmarshalRootPtr(x_832bcc6686a26d56[24:64]).List()} )
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
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 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
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
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)
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
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)
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
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_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
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
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
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 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
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
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
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
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_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
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) SetMylist ¶
func (s HoldsVerEmptyList) SetMylist(v VerEmpty_List) error
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
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) SetMylist ¶
func (s HoldsVerOneDataList) SetMylist(v VerOneData_List) error
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
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) SetMylist ¶
func (s HoldsVerOnePtrList) SetMylist(v VerOnePtr_List) error
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
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) SetMylist ¶
func (s HoldsVerTwoDataList) SetMylist(v VerTwoData_List) error
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
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) SetMylist ¶
func (s HoldsVerTwoPtrList) SetMylist(v VerTwoPtr_List) error
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
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) SetMylist ¶
func (s HoldsVerTwoTwoList) SetMylist(v VerTwoDataTwoPtr_List) error
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
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) SetMylist ¶
func (s HoldsVerTwoTwoPlus) SetMylist(v VerTwoTwoPlus_List) error
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
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) SetVec ¶
func (s ListStructCapn) SetVec(v Nester1Capn_List) error
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
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
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
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) 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
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) SetNestMatrix ¶
func (s RWTestCapn) SetNestMatrix(v capnp.PointerList) error
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
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) 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) 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
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
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
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
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
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
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) 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
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
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) 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) 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
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
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
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) 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) 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
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
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
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
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
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
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) HasPlanebase ¶
func (Z) HasRegression ¶
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) NewB737 ¶
NewB737 sets the b737 field to a newly allocated B737 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) 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) NewZdata ¶
NewZdata sets the zdata field to a newly allocated Zdata struct, 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) NewZz ¶
NewZz sets the zz field to a newly allocated Z struct, preferring placement in s's segment.
func (Z) Regression ¶
func (s Z) Regression() (Regression, error)
func (Z) SetAircraft ¶
func (Z) SetAircraftvec ¶
func (s Z) SetAircraftvec(v Aircraft_List) error
func (Z) SetAirport ¶
func (Z) SetPlanebase ¶
func (Z) SetRegression ¶
func (s Z) SetRegression(v Regression) error
func (Z) SetZdatavec ¶
func (s Z) SetZdatavec(v Zdata_List) error
func (Z) SetZdatevec ¶
func (s Z) SetZdatevec(v Zdate_List) error
func (Z) SetZvecvec ¶
func (s Z) SetZvecvec(v capnp.PointerList) error
func (Z) Zdatavec ¶
func (s Z) Zdatavec() (Zdata_List, error)
func (Z) Zdatevec ¶
func (s Z) Zdatevec() (Zdate_List, error)
type Z_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) F16 ¶
func (p Z_Promise) F16() F16_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_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_boolvec Z_Which = 39 )
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
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
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_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) 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
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)