node_common_capnp

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const ExtAttrValue_TypeID = 0x9bb0f31edcf7bd65

ExtAttrValue_TypeID is the unique identifier for the type ExtAttrValue.

View Source
const StringWrapperList_TypeID = 0xecac44c78d0858b0

StringWrapperList_TypeID is the unique identifier for the type StringWrapperList.

View Source
const StringWrapper_TypeID = 0xf9282a9b6c819641

StringWrapper_TypeID is the unique identifier for the type StringWrapper.

View Source
const TimeSpec_TypeID = 0xbf708ef135ebc1d4

TimeSpec_TypeID is the unique identifier for the type TimeSpec.

View Source
const VnObjectAttributeKeyMap_TypeID = 0x8f34d3b1223bf828

VnObjectAttributeKeyMap_TypeID is the unique identifier for the type VnObjectAttributeKeyMap.

View Source
const VnObjectAttributeValueMap_TypeID = 0xf1e4da8ee5d92bf9

VnObjectAttributeValueMap_TypeID is the unique identifier for the type VnObjectAttributeValueMap.

View Source
const VnObjectAttributeValuePtr_TypeID = 0xd5b5408ea84873aa

VnObjectAttributeValuePtr_TypeID is the unique identifier for the type VnObjectAttributeValuePtr.

View Source
const VnObjectItemsGetItemPtr_TypeID = 0xf020cf2eadb0357c

VnObjectItemsGetItemPtr_TypeID is the unique identifier for the type VnObjectItemsGetItemPtr.

View Source
const VnObjectItemsGetItem_TypeID = 0xeacf121c1705f7c7

VnObjectItemsGetItem_TypeID is the unique identifier for the type VnObjectItemsGetItem.

View Source
const VnObjectItemsGetMappedKeyValuePair_TypeID = 0xd26f89592f5fc95f

VnObjectItemsGetMappedKeyValuePair_TypeID is the unique identifier for the type VnObjectItemsGetMappedKeyValuePair.

View Source
const VnObjectItemsGetResponseDataPayload_TypeID = 0xbb85e91da7f4c0a3

VnObjectItemsGetResponseDataPayload_TypeID is the unique identifier for the type VnObjectItemsGetResponseDataPayload.

View Source
const VnObjectItemsGetResponseHeader_TypeID = 0x85032dcfe77493da

VnObjectItemsGetResponseHeader_TypeID is the unique identifier for the type VnObjectItemsGetResponseHeader.

View Source
const VnObjectItemsGetResponseMetadataPayload_TypeID = 0xb4008849dd7a3304

VnObjectItemsGetResponseMetadataPayload_TypeID is the unique identifier for the type VnObjectItemsGetResponseMetadataPayload.

View Source
const VnObjectItemsScanCookie_TypeID = 0x8402081dabc79360

VnObjectItemsScanCookie_TypeID is the unique identifier for the type VnObjectItemsScanCookie.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtAttrValue

type ExtAttrValue struct{ capnp.Struct }

func NewExtAttrValue

func NewExtAttrValue(s *capnp.Segment) (ExtAttrValue, error)

func NewRootExtAttrValue

func NewRootExtAttrValue(s *capnp.Segment) (ExtAttrValue, error)

func ReadRootExtAttrValue

func ReadRootExtAttrValue(msg *capnp.Message) (ExtAttrValue, error)

func (ExtAttrValue) Blob

func (s ExtAttrValue) Blob() ([]byte, error)

func (ExtAttrValue) Boolean

func (s ExtAttrValue) Boolean() bool

func (ExtAttrValue) Dfloat

func (s ExtAttrValue) Dfloat() float64

func (ExtAttrValue) FloatIncrement

func (s ExtAttrValue) FloatIncrement() float64

func (ExtAttrValue) HasBlob

func (s ExtAttrValue) HasBlob() bool

func (ExtAttrValue) HasStr

func (s ExtAttrValue) HasStr() bool

func (ExtAttrValue) HasTime

func (s ExtAttrValue) HasTime() bool

func (ExtAttrValue) NewTime

func (s ExtAttrValue) NewTime() (TimeSpec, error)

NewTime sets the time field to a newly allocated TimeSpec struct, preferring placement in s's segment.

func (ExtAttrValue) Qword

func (s ExtAttrValue) Qword() int64

func (ExtAttrValue) QwordIncrement

func (s ExtAttrValue) QwordIncrement() int64

func (ExtAttrValue) SetBlob

func (s ExtAttrValue) SetBlob(v []byte) error

func (ExtAttrValue) SetBoolean

func (s ExtAttrValue) SetBoolean(v bool)

func (ExtAttrValue) SetDfloat

func (s ExtAttrValue) SetDfloat(v float64)

func (ExtAttrValue) SetFloatIncrement

func (s ExtAttrValue) SetFloatIncrement(v float64)

func (ExtAttrValue) SetNotExists

func (s ExtAttrValue) SetNotExists()

func (ExtAttrValue) SetQword

func (s ExtAttrValue) SetQword(v int64)

func (ExtAttrValue) SetQwordIncrement

func (s ExtAttrValue) SetQwordIncrement(v int64)

func (ExtAttrValue) SetStr

func (s ExtAttrValue) SetStr(v string) error

func (ExtAttrValue) SetTime

func (s ExtAttrValue) SetTime(v TimeSpec) error

func (ExtAttrValue) SetUqword

func (s ExtAttrValue) SetUqword(v uint64)

func (ExtAttrValue) Str

func (s ExtAttrValue) Str() (string, error)

func (ExtAttrValue) StrBytes

func (s ExtAttrValue) StrBytes() ([]byte, error)

func (ExtAttrValue) String

func (s ExtAttrValue) String() string

func (ExtAttrValue) Time

func (s ExtAttrValue) Time() (TimeSpec, error)

func (ExtAttrValue) Uqword

func (s ExtAttrValue) Uqword() uint64

func (ExtAttrValue) Which

func (s ExtAttrValue) Which() ExtAttrValue_Which

type ExtAttrValue_List

type ExtAttrValue_List struct{ capnp.List }

ExtAttrValue_List is a list of ExtAttrValue.

func NewExtAttrValue_List

func NewExtAttrValue_List(s *capnp.Segment, sz int32) (ExtAttrValue_List, error)

NewExtAttrValue creates a new list of ExtAttrValue.

func (ExtAttrValue_List) At

func (ExtAttrValue_List) Set

func (ExtAttrValue_List) String

func (s ExtAttrValue_List) String() string

type ExtAttrValue_Promise

type ExtAttrValue_Promise struct{ *capnp.Pipeline }

ExtAttrValue_Promise is a wrapper for a ExtAttrValue promised by a client call.

func (ExtAttrValue_Promise) Struct

func (p ExtAttrValue_Promise) Struct() (ExtAttrValue, error)

func (ExtAttrValue_Promise) Time

type ExtAttrValue_Which

type ExtAttrValue_Which uint16
const (
	ExtAttrValue_Which_qword          ExtAttrValue_Which = 0
	ExtAttrValue_Which_uqword         ExtAttrValue_Which = 1
	ExtAttrValue_Which_blob           ExtAttrValue_Which = 2
	ExtAttrValue_Which_notExists      ExtAttrValue_Which = 3
	ExtAttrValue_Which_str            ExtAttrValue_Which = 4
	ExtAttrValue_Which_qwordIncrement ExtAttrValue_Which = 5
	ExtAttrValue_Which_time           ExtAttrValue_Which = 6
	ExtAttrValue_Which_dfloat         ExtAttrValue_Which = 7
	ExtAttrValue_Which_floatIncrement ExtAttrValue_Which = 8
	ExtAttrValue_Which_boolean        ExtAttrValue_Which = 9
)

func (ExtAttrValue_Which) String

func (w ExtAttrValue_Which) String() string

type StringWrapper

type StringWrapper struct{ capnp.Struct }

func NewRootStringWrapper

func NewRootStringWrapper(s *capnp.Segment) (StringWrapper, error)

func NewStringWrapper

func NewStringWrapper(s *capnp.Segment) (StringWrapper, error)

func ReadRootStringWrapper

func ReadRootStringWrapper(msg *capnp.Message) (StringWrapper, error)

func (StringWrapper) HasStr

func (s StringWrapper) HasStr() bool

func (StringWrapper) SetStr

func (s StringWrapper) SetStr(v string) error

func (StringWrapper) Str

func (s StringWrapper) Str() (string, error)

func (StringWrapper) StrBytes

func (s StringWrapper) StrBytes() ([]byte, error)

func (StringWrapper) String

func (s StringWrapper) String() string

type StringWrapperList

type StringWrapperList struct{ capnp.Struct }

func NewRootStringWrapperList

func NewRootStringWrapperList(s *capnp.Segment) (StringWrapperList, error)

func NewStringWrapperList

func NewStringWrapperList(s *capnp.Segment) (StringWrapperList, error)

func ReadRootStringWrapperList

func ReadRootStringWrapperList(msg *capnp.Message) (StringWrapperList, error)

func (StringWrapperList) Arr

func (StringWrapperList) HasArr

func (s StringWrapperList) HasArr() bool

func (StringWrapperList) NewArr

NewArr sets the arr field to a newly allocated StringWrapper_List, preferring placement in s's segment.

func (StringWrapperList) SetArr

func (StringWrapperList) String

func (s StringWrapperList) String() string

type StringWrapperList_List

type StringWrapperList_List struct{ capnp.List }

StringWrapperList_List is a list of StringWrapperList.

func NewStringWrapperList_List

func NewStringWrapperList_List(s *capnp.Segment, sz int32) (StringWrapperList_List, error)

NewStringWrapperList creates a new list of StringWrapperList.

func (StringWrapperList_List) At

func (StringWrapperList_List) Set

func (StringWrapperList_List) String

func (s StringWrapperList_List) String() string

type StringWrapperList_Promise

type StringWrapperList_Promise struct{ *capnp.Pipeline }

StringWrapperList_Promise is a wrapper for a StringWrapperList promised by a client call.

func (StringWrapperList_Promise) Struct

type StringWrapper_List

type StringWrapper_List struct{ capnp.List }

StringWrapper_List is a list of StringWrapper.

func NewStringWrapper_List

func NewStringWrapper_List(s *capnp.Segment, sz int32) (StringWrapper_List, error)

NewStringWrapper creates a new list of StringWrapper.

func (StringWrapper_List) At

func (StringWrapper_List) Set

func (StringWrapper_List) String

func (s StringWrapper_List) String() string

type StringWrapper_Promise

type StringWrapper_Promise struct{ *capnp.Pipeline }

StringWrapper_Promise is a wrapper for a StringWrapper promised by a client call.

func (StringWrapper_Promise) Struct

type TimeSpec

type TimeSpec struct{ capnp.Struct }

func NewRootTimeSpec

func NewRootTimeSpec(s *capnp.Segment) (TimeSpec, error)

func NewTimeSpec

func NewTimeSpec(s *capnp.Segment) (TimeSpec, error)

func ReadRootTimeSpec

func ReadRootTimeSpec(msg *capnp.Message) (TimeSpec, error)

func (TimeSpec) SetTvNsec

func (s TimeSpec) SetTvNsec(v int64)

func (TimeSpec) SetTvSec

func (s TimeSpec) SetTvSec(v int64)

func (TimeSpec) String

func (s TimeSpec) String() string

func (TimeSpec) TvNsec

func (s TimeSpec) TvNsec() int64

func (TimeSpec) TvSec

func (s TimeSpec) TvSec() int64

type TimeSpec_List

type TimeSpec_List struct{ capnp.List }

TimeSpec_List is a list of TimeSpec.

func NewTimeSpec_List

func NewTimeSpec_List(s *capnp.Segment, sz int32) (TimeSpec_List, error)

NewTimeSpec creates a new list of TimeSpec.

func (TimeSpec_List) At

func (s TimeSpec_List) At(i int) TimeSpec

func (TimeSpec_List) Set

func (s TimeSpec_List) Set(i int, v TimeSpec) error

func (TimeSpec_List) String

func (s TimeSpec_List) String() string

type TimeSpec_Promise

type TimeSpec_Promise struct{ *capnp.Pipeline }

TimeSpec_Promise is a wrapper for a TimeSpec promised by a client call.

func (TimeSpec_Promise) Struct

func (p TimeSpec_Promise) Struct() (TimeSpec, error)

type VnObjectAttributeKeyMap

type VnObjectAttributeKeyMap struct{ capnp.Struct }

func NewRootVnObjectAttributeKeyMap

func NewRootVnObjectAttributeKeyMap(s *capnp.Segment) (VnObjectAttributeKeyMap, error)

func NewVnObjectAttributeKeyMap

func NewVnObjectAttributeKeyMap(s *capnp.Segment) (VnObjectAttributeKeyMap, error)

func ReadRootVnObjectAttributeKeyMap

func ReadRootVnObjectAttributeKeyMap(msg *capnp.Message) (VnObjectAttributeKeyMap, error)

func (VnObjectAttributeKeyMap) HasNames

func (s VnObjectAttributeKeyMap) HasNames() bool

func (VnObjectAttributeKeyMap) Names

func (VnObjectAttributeKeyMap) NewNames

NewNames sets the names field to a newly allocated StringWrapperList struct, preferring placement in s's segment.

func (VnObjectAttributeKeyMap) SetNames

func (VnObjectAttributeKeyMap) String

func (s VnObjectAttributeKeyMap) String() string

type VnObjectAttributeKeyMap_List

type VnObjectAttributeKeyMap_List struct{ capnp.List }

VnObjectAttributeKeyMap_List is a list of VnObjectAttributeKeyMap.

func NewVnObjectAttributeKeyMap_List

func NewVnObjectAttributeKeyMap_List(s *capnp.Segment, sz int32) (VnObjectAttributeKeyMap_List, error)

NewVnObjectAttributeKeyMap creates a new list of VnObjectAttributeKeyMap.

func (VnObjectAttributeKeyMap_List) At

func (VnObjectAttributeKeyMap_List) Set

func (VnObjectAttributeKeyMap_List) String

type VnObjectAttributeKeyMap_Promise

type VnObjectAttributeKeyMap_Promise struct{ *capnp.Pipeline }

VnObjectAttributeKeyMap_Promise is a wrapper for a VnObjectAttributeKeyMap promised by a client call.

func (VnObjectAttributeKeyMap_Promise) Names

func (VnObjectAttributeKeyMap_Promise) Struct

type VnObjectAttributeValueMap

type VnObjectAttributeValueMap struct{ capnp.Struct }

func NewRootVnObjectAttributeValueMap

func NewRootVnObjectAttributeValueMap(s *capnp.Segment) (VnObjectAttributeValueMap, error)

func NewVnObjectAttributeValueMap

func NewVnObjectAttributeValueMap(s *capnp.Segment) (VnObjectAttributeValueMap, error)

func ReadRootVnObjectAttributeValueMap

func ReadRootVnObjectAttributeValueMap(msg *capnp.Message) (VnObjectAttributeValueMap, error)

func (VnObjectAttributeValueMap) HasValues

func (s VnObjectAttributeValueMap) HasValues() bool

func (VnObjectAttributeValueMap) NewValues

NewValues sets the values field to a newly allocated VnObjectAttributeValuePtr_List, preferring placement in s's segment.

func (VnObjectAttributeValueMap) SetValues

func (VnObjectAttributeValueMap) String

func (s VnObjectAttributeValueMap) String() string

func (VnObjectAttributeValueMap) Values

type VnObjectAttributeValueMap_List

type VnObjectAttributeValueMap_List struct{ capnp.List }

VnObjectAttributeValueMap_List is a list of VnObjectAttributeValueMap.

func NewVnObjectAttributeValueMap_List

func NewVnObjectAttributeValueMap_List(s *capnp.Segment, sz int32) (VnObjectAttributeValueMap_List, error)

NewVnObjectAttributeValueMap creates a new list of VnObjectAttributeValueMap.

func (VnObjectAttributeValueMap_List) At

func (VnObjectAttributeValueMap_List) Set

func (VnObjectAttributeValueMap_List) String

type VnObjectAttributeValueMap_Promise

type VnObjectAttributeValueMap_Promise struct{ *capnp.Pipeline }

VnObjectAttributeValueMap_Promise is a wrapper for a VnObjectAttributeValueMap promised by a client call.

func (VnObjectAttributeValueMap_Promise) Struct

type VnObjectAttributeValuePtr

type VnObjectAttributeValuePtr struct{ capnp.Struct }

func NewRootVnObjectAttributeValuePtr

func NewRootVnObjectAttributeValuePtr(s *capnp.Segment) (VnObjectAttributeValuePtr, error)

func NewVnObjectAttributeValuePtr

func NewVnObjectAttributeValuePtr(s *capnp.Segment) (VnObjectAttributeValuePtr, error)

func ReadRootVnObjectAttributeValuePtr

func ReadRootVnObjectAttributeValuePtr(msg *capnp.Message) (VnObjectAttributeValuePtr, error)

func (VnObjectAttributeValuePtr) HasValue

func (s VnObjectAttributeValuePtr) HasValue() bool

func (VnObjectAttributeValuePtr) NewValue

NewValue sets the value field to a newly allocated ExtAttrValue struct, preferring placement in s's segment.

func (VnObjectAttributeValuePtr) SetValue

func (VnObjectAttributeValuePtr) String

func (s VnObjectAttributeValuePtr) String() string

func (VnObjectAttributeValuePtr) Value

type VnObjectAttributeValuePtr_List

type VnObjectAttributeValuePtr_List struct{ capnp.List }

VnObjectAttributeValuePtr_List is a list of VnObjectAttributeValuePtr.

func NewVnObjectAttributeValuePtr_List

func NewVnObjectAttributeValuePtr_List(s *capnp.Segment, sz int32) (VnObjectAttributeValuePtr_List, error)

NewVnObjectAttributeValuePtr creates a new list of VnObjectAttributeValuePtr.

func (VnObjectAttributeValuePtr_List) At

func (VnObjectAttributeValuePtr_List) Set

func (VnObjectAttributeValuePtr_List) String

type VnObjectAttributeValuePtr_Promise

type VnObjectAttributeValuePtr_Promise struct{ *capnp.Pipeline }

VnObjectAttributeValuePtr_Promise is a wrapper for a VnObjectAttributeValuePtr promised by a client call.

func (VnObjectAttributeValuePtr_Promise) Struct

func (VnObjectAttributeValuePtr_Promise) Value

type VnObjectItemsGetItem

type VnObjectItemsGetItem struct{ capnp.Struct }

func NewRootVnObjectItemsGetItem

func NewRootVnObjectItemsGetItem(s *capnp.Segment) (VnObjectItemsGetItem, error)

func NewVnObjectItemsGetItem

func NewVnObjectItemsGetItem(s *capnp.Segment) (VnObjectItemsGetItem, error)

func ReadRootVnObjectItemsGetItem

func ReadRootVnObjectItemsGetItem(msg *capnp.Message) (VnObjectItemsGetItem, error)

func (VnObjectItemsGetItem) Attrs

func (VnObjectItemsGetItem) HasAttrs

func (s VnObjectItemsGetItem) HasAttrs() bool

func (VnObjectItemsGetItem) HasName

func (s VnObjectItemsGetItem) HasName() bool

func (VnObjectItemsGetItem) Name

func (s VnObjectItemsGetItem) Name() (string, error)

func (VnObjectItemsGetItem) NameBytes

func (s VnObjectItemsGetItem) NameBytes() ([]byte, error)

func (VnObjectItemsGetItem) NewAttrs

NewAttrs sets the attrs field to a newly allocated VnObjectItemsGetMappedKeyValuePair_List, preferring placement in s's segment.

func (VnObjectItemsGetItem) SetAttrs

func (VnObjectItemsGetItem) SetName

func (s VnObjectItemsGetItem) SetName(v string) error

func (VnObjectItemsGetItem) String

func (s VnObjectItemsGetItem) String() string

type VnObjectItemsGetItemPtr

type VnObjectItemsGetItemPtr struct{ capnp.Struct }

func NewRootVnObjectItemsGetItemPtr

func NewRootVnObjectItemsGetItemPtr(s *capnp.Segment) (VnObjectItemsGetItemPtr, error)

func NewVnObjectItemsGetItemPtr

func NewVnObjectItemsGetItemPtr(s *capnp.Segment) (VnObjectItemsGetItemPtr, error)

func ReadRootVnObjectItemsGetItemPtr

func ReadRootVnObjectItemsGetItemPtr(msg *capnp.Message) (VnObjectItemsGetItemPtr, error)

func (VnObjectItemsGetItemPtr) HasItem

func (s VnObjectItemsGetItemPtr) HasItem() bool

func (VnObjectItemsGetItemPtr) Item

func (VnObjectItemsGetItemPtr) NewItem

NewItem sets the item field to a newly allocated VnObjectItemsGetItem struct, preferring placement in s's segment.

func (VnObjectItemsGetItemPtr) SetItem

func (VnObjectItemsGetItemPtr) String

func (s VnObjectItemsGetItemPtr) String() string

type VnObjectItemsGetItemPtr_List

type VnObjectItemsGetItemPtr_List struct{ capnp.List }

VnObjectItemsGetItemPtr_List is a list of VnObjectItemsGetItemPtr.

func NewVnObjectItemsGetItemPtr_List

func NewVnObjectItemsGetItemPtr_List(s *capnp.Segment, sz int32) (VnObjectItemsGetItemPtr_List, error)

NewVnObjectItemsGetItemPtr creates a new list of VnObjectItemsGetItemPtr.

func (VnObjectItemsGetItemPtr_List) At

func (VnObjectItemsGetItemPtr_List) Set

func (VnObjectItemsGetItemPtr_List) String

type VnObjectItemsGetItemPtr_Promise

type VnObjectItemsGetItemPtr_Promise struct{ *capnp.Pipeline }

VnObjectItemsGetItemPtr_Promise is a wrapper for a VnObjectItemsGetItemPtr promised by a client call.

func (VnObjectItemsGetItemPtr_Promise) Item

func (VnObjectItemsGetItemPtr_Promise) Struct

type VnObjectItemsGetItem_List

type VnObjectItemsGetItem_List struct{ capnp.List }

VnObjectItemsGetItem_List is a list of VnObjectItemsGetItem.

func NewVnObjectItemsGetItem_List

func NewVnObjectItemsGetItem_List(s *capnp.Segment, sz int32) (VnObjectItemsGetItem_List, error)

NewVnObjectItemsGetItem creates a new list of VnObjectItemsGetItem.

func (VnObjectItemsGetItem_List) At

func (VnObjectItemsGetItem_List) Set

func (VnObjectItemsGetItem_List) String

func (s VnObjectItemsGetItem_List) String() string

type VnObjectItemsGetItem_Promise

type VnObjectItemsGetItem_Promise struct{ *capnp.Pipeline }

VnObjectItemsGetItem_Promise is a wrapper for a VnObjectItemsGetItem promised by a client call.

func (VnObjectItemsGetItem_Promise) Struct

type VnObjectItemsGetMappedKeyValuePair

type VnObjectItemsGetMappedKeyValuePair struct{ capnp.Struct }

func NewRootVnObjectItemsGetMappedKeyValuePair

func NewRootVnObjectItemsGetMappedKeyValuePair(s *capnp.Segment) (VnObjectItemsGetMappedKeyValuePair, error)

func NewVnObjectItemsGetMappedKeyValuePair

func NewVnObjectItemsGetMappedKeyValuePair(s *capnp.Segment) (VnObjectItemsGetMappedKeyValuePair, error)

func ReadRootVnObjectItemsGetMappedKeyValuePair

func ReadRootVnObjectItemsGetMappedKeyValuePair(msg *capnp.Message) (VnObjectItemsGetMappedKeyValuePair, error)

func (VnObjectItemsGetMappedKeyValuePair) KeyMapIndex

func (VnObjectItemsGetMappedKeyValuePair) SetKeyMapIndex

func (s VnObjectItemsGetMappedKeyValuePair) SetKeyMapIndex(v uint64)

func (VnObjectItemsGetMappedKeyValuePair) SetValueMapIndex

func (s VnObjectItemsGetMappedKeyValuePair) SetValueMapIndex(v uint64)

func (VnObjectItemsGetMappedKeyValuePair) String

func (VnObjectItemsGetMappedKeyValuePair) ValueMapIndex

func (s VnObjectItemsGetMappedKeyValuePair) ValueMapIndex() uint64

type VnObjectItemsGetMappedKeyValuePair_List

type VnObjectItemsGetMappedKeyValuePair_List struct{ capnp.List }

VnObjectItemsGetMappedKeyValuePair_List is a list of VnObjectItemsGetMappedKeyValuePair.

func NewVnObjectItemsGetMappedKeyValuePair_List

func NewVnObjectItemsGetMappedKeyValuePair_List(s *capnp.Segment, sz int32) (VnObjectItemsGetMappedKeyValuePair_List, error)

NewVnObjectItemsGetMappedKeyValuePair creates a new list of VnObjectItemsGetMappedKeyValuePair.

func (VnObjectItemsGetMappedKeyValuePair_List) At

func (VnObjectItemsGetMappedKeyValuePair_List) Set

func (VnObjectItemsGetMappedKeyValuePair_List) String

type VnObjectItemsGetMappedKeyValuePair_Promise

type VnObjectItemsGetMappedKeyValuePair_Promise struct{ *capnp.Pipeline }

VnObjectItemsGetMappedKeyValuePair_Promise is a wrapper for a VnObjectItemsGetMappedKeyValuePair promised by a client call.

func (VnObjectItemsGetMappedKeyValuePair_Promise) Struct

type VnObjectItemsGetResponseDataPayload

type VnObjectItemsGetResponseDataPayload struct{ capnp.Struct }

func NewRootVnObjectItemsGetResponseDataPayload

func NewRootVnObjectItemsGetResponseDataPayload(s *capnp.Segment) (VnObjectItemsGetResponseDataPayload, error)

func NewVnObjectItemsGetResponseDataPayload

func NewVnObjectItemsGetResponseDataPayload(s *capnp.Segment) (VnObjectItemsGetResponseDataPayload, error)

func ReadRootVnObjectItemsGetResponseDataPayload

func ReadRootVnObjectItemsGetResponseDataPayload(msg *capnp.Message) (VnObjectItemsGetResponseDataPayload, error)

func (VnObjectItemsGetResponseDataPayload) HasValueMap

func (s VnObjectItemsGetResponseDataPayload) HasValueMap() bool

func (VnObjectItemsGetResponseDataPayload) NewValueMap

NewValueMap sets the valueMap field to a newly allocated VnObjectAttributeValueMap struct, preferring placement in s's segment.

func (VnObjectItemsGetResponseDataPayload) SetValueMap

func (VnObjectItemsGetResponseDataPayload) String

func (VnObjectItemsGetResponseDataPayload) ValueMap

type VnObjectItemsGetResponseDataPayload_List

type VnObjectItemsGetResponseDataPayload_List struct{ capnp.List }

VnObjectItemsGetResponseDataPayload_List is a list of VnObjectItemsGetResponseDataPayload.

func NewVnObjectItemsGetResponseDataPayload_List

func NewVnObjectItemsGetResponseDataPayload_List(s *capnp.Segment, sz int32) (VnObjectItemsGetResponseDataPayload_List, error)

NewVnObjectItemsGetResponseDataPayload creates a new list of VnObjectItemsGetResponseDataPayload.

func (VnObjectItemsGetResponseDataPayload_List) At

func (VnObjectItemsGetResponseDataPayload_List) Set

func (VnObjectItemsGetResponseDataPayload_List) String

type VnObjectItemsGetResponseDataPayload_Promise

type VnObjectItemsGetResponseDataPayload_Promise struct{ *capnp.Pipeline }

VnObjectItemsGetResponseDataPayload_Promise is a wrapper for a VnObjectItemsGetResponseDataPayload promised by a client call.

func (VnObjectItemsGetResponseDataPayload_Promise) Struct

func (VnObjectItemsGetResponseDataPayload_Promise) ValueMap

type VnObjectItemsGetResponseHeader

type VnObjectItemsGetResponseHeader struct{ capnp.Struct }

func NewRootVnObjectItemsGetResponseHeader

func NewRootVnObjectItemsGetResponseHeader(s *capnp.Segment) (VnObjectItemsGetResponseHeader, error)

func NewVnObjectItemsGetResponseHeader

func NewVnObjectItemsGetResponseHeader(s *capnp.Segment) (VnObjectItemsGetResponseHeader, error)

func ReadRootVnObjectItemsGetResponseHeader

func ReadRootVnObjectItemsGetResponseHeader(msg *capnp.Message) (VnObjectItemsGetResponseHeader, error)

func (VnObjectItemsGetResponseHeader) HasMarker

func (s VnObjectItemsGetResponseHeader) HasMarker() bool

func (VnObjectItemsGetResponseHeader) HasMore

func (VnObjectItemsGetResponseHeader) HasScanState

func (s VnObjectItemsGetResponseHeader) HasScanState() bool

func (VnObjectItemsGetResponseHeader) Marker

func (VnObjectItemsGetResponseHeader) MarkerBytes

func (s VnObjectItemsGetResponseHeader) MarkerBytes() ([]byte, error)

func (VnObjectItemsGetResponseHeader) NewScanState

NewScanState sets the scanState field to a newly allocated VnObjectItemsScanCookie struct, preferring placement in s's segment.

func (VnObjectItemsGetResponseHeader) NumItems

func (VnObjectItemsGetResponseHeader) NumKeys

func (VnObjectItemsGetResponseHeader) NumValues

func (s VnObjectItemsGetResponseHeader) NumValues() uint64

func (VnObjectItemsGetResponseHeader) ScanState

func (VnObjectItemsGetResponseHeader) SetHasMore

func (s VnObjectItemsGetResponseHeader) SetHasMore(v bool)

func (VnObjectItemsGetResponseHeader) SetMarker

func (VnObjectItemsGetResponseHeader) SetNumItems

func (s VnObjectItemsGetResponseHeader) SetNumItems(v uint64)

func (VnObjectItemsGetResponseHeader) SetNumKeys

func (s VnObjectItemsGetResponseHeader) SetNumKeys(v uint64)

func (VnObjectItemsGetResponseHeader) SetNumValues

func (s VnObjectItemsGetResponseHeader) SetNumValues(v uint64)

func (VnObjectItemsGetResponseHeader) SetScanState

func (VnObjectItemsGetResponseHeader) String

type VnObjectItemsGetResponseHeader_List

type VnObjectItemsGetResponseHeader_List struct{ capnp.List }

VnObjectItemsGetResponseHeader_List is a list of VnObjectItemsGetResponseHeader.

func NewVnObjectItemsGetResponseHeader_List

func NewVnObjectItemsGetResponseHeader_List(s *capnp.Segment, sz int32) (VnObjectItemsGetResponseHeader_List, error)

NewVnObjectItemsGetResponseHeader creates a new list of VnObjectItemsGetResponseHeader.

func (VnObjectItemsGetResponseHeader_List) At

func (VnObjectItemsGetResponseHeader_List) Set

func (VnObjectItemsGetResponseHeader_List) String

type VnObjectItemsGetResponseHeader_Promise

type VnObjectItemsGetResponseHeader_Promise struct{ *capnp.Pipeline }

VnObjectItemsGetResponseHeader_Promise is a wrapper for a VnObjectItemsGetResponseHeader promised by a client call.

func (VnObjectItemsGetResponseHeader_Promise) ScanState

func (VnObjectItemsGetResponseHeader_Promise) Struct

type VnObjectItemsGetResponseMetadataPayload

type VnObjectItemsGetResponseMetadataPayload struct{ capnp.Struct }

func NewRootVnObjectItemsGetResponseMetadataPayload

func NewRootVnObjectItemsGetResponseMetadataPayload(s *capnp.Segment) (VnObjectItemsGetResponseMetadataPayload, error)

func NewVnObjectItemsGetResponseMetadataPayload

func NewVnObjectItemsGetResponseMetadataPayload(s *capnp.Segment) (VnObjectItemsGetResponseMetadataPayload, error)

func ReadRootVnObjectItemsGetResponseMetadataPayload

func ReadRootVnObjectItemsGetResponseMetadataPayload(msg *capnp.Message) (VnObjectItemsGetResponseMetadataPayload, error)

func (VnObjectItemsGetResponseMetadataPayload) HasItems

func (VnObjectItemsGetResponseMetadataPayload) HasKeyMap

func (VnObjectItemsGetResponseMetadataPayload) HasValueMap

func (VnObjectItemsGetResponseMetadataPayload) Items

func (VnObjectItemsGetResponseMetadataPayload) KeyMap

func (VnObjectItemsGetResponseMetadataPayload) NewItems

NewItems sets the items field to a newly allocated VnObjectItemsGetItemPtr_List, preferring placement in s's segment.

func (VnObjectItemsGetResponseMetadataPayload) NewKeyMap

NewKeyMap sets the keyMap field to a newly allocated VnObjectAttributeKeyMap struct, preferring placement in s's segment.

func (VnObjectItemsGetResponseMetadataPayload) NewValueMap

NewValueMap sets the valueMap field to a newly allocated VnObjectAttributeValueMap struct, preferring placement in s's segment.

func (VnObjectItemsGetResponseMetadataPayload) SetItems

func (VnObjectItemsGetResponseMetadataPayload) SetKeyMap

func (VnObjectItemsGetResponseMetadataPayload) SetValueMap

func (VnObjectItemsGetResponseMetadataPayload) String

func (VnObjectItemsGetResponseMetadataPayload) ValueMap

type VnObjectItemsGetResponseMetadataPayload_List

type VnObjectItemsGetResponseMetadataPayload_List struct{ capnp.List }

VnObjectItemsGetResponseMetadataPayload_List is a list of VnObjectItemsGetResponseMetadataPayload.

func NewVnObjectItemsGetResponseMetadataPayload_List

func NewVnObjectItemsGetResponseMetadataPayload_List(s *capnp.Segment, sz int32) (VnObjectItemsGetResponseMetadataPayload_List, error)

NewVnObjectItemsGetResponseMetadataPayload creates a new list of VnObjectItemsGetResponseMetadataPayload.

func (VnObjectItemsGetResponseMetadataPayload_List) At

func (VnObjectItemsGetResponseMetadataPayload_List) Set

func (VnObjectItemsGetResponseMetadataPayload_List) String

type VnObjectItemsGetResponseMetadataPayload_Promise

type VnObjectItemsGetResponseMetadataPayload_Promise struct{ *capnp.Pipeline }

VnObjectItemsGetResponseMetadataPayload_Promise is a wrapper for a VnObjectItemsGetResponseMetadataPayload promised by a client call.

func (VnObjectItemsGetResponseMetadataPayload_Promise) KeyMap

func (VnObjectItemsGetResponseMetadataPayload_Promise) Struct

func (VnObjectItemsGetResponseMetadataPayload_Promise) ValueMap

type VnObjectItemsScanCookie

type VnObjectItemsScanCookie struct{ capnp.Struct }

func NewRootVnObjectItemsScanCookie

func NewRootVnObjectItemsScanCookie(s *capnp.Segment) (VnObjectItemsScanCookie, error)

func NewVnObjectItemsScanCookie

func NewVnObjectItemsScanCookie(s *capnp.Segment) (VnObjectItemsScanCookie, error)

func ReadRootVnObjectItemsScanCookie

func ReadRootVnObjectItemsScanCookie(msg *capnp.Message) (VnObjectItemsScanCookie, error)

func (VnObjectItemsScanCookie) ClientSliceListEndPos

func (s VnObjectItemsScanCookie) ClientSliceListEndPos() uint64

func (VnObjectItemsScanCookie) ClientSliceListPos

func (s VnObjectItemsScanCookie) ClientSliceListPos() uint64

func (VnObjectItemsScanCookie) InodeNumber

func (s VnObjectItemsScanCookie) InodeNumber() uint32

func (VnObjectItemsScanCookie) SetClientSliceListEndPos

func (s VnObjectItemsScanCookie) SetClientSliceListEndPos(v uint64)

func (VnObjectItemsScanCookie) SetClientSliceListPos

func (s VnObjectItemsScanCookie) SetClientSliceListPos(v uint64)

func (VnObjectItemsScanCookie) SetInodeNumber

func (s VnObjectItemsScanCookie) SetInodeNumber(v uint32)

func (VnObjectItemsScanCookie) SetSliceId

func (s VnObjectItemsScanCookie) SetSliceId(v uint16)

func (VnObjectItemsScanCookie) SliceId

func (s VnObjectItemsScanCookie) SliceId() uint16

func (VnObjectItemsScanCookie) String

func (s VnObjectItemsScanCookie) String() string

type VnObjectItemsScanCookie_List

type VnObjectItemsScanCookie_List struct{ capnp.List }

VnObjectItemsScanCookie_List is a list of VnObjectItemsScanCookie.

func NewVnObjectItemsScanCookie_List

func NewVnObjectItemsScanCookie_List(s *capnp.Segment, sz int32) (VnObjectItemsScanCookie_List, error)

NewVnObjectItemsScanCookie creates a new list of VnObjectItemsScanCookie.

func (VnObjectItemsScanCookie_List) At

func (VnObjectItemsScanCookie_List) Set

func (VnObjectItemsScanCookie_List) String

type VnObjectItemsScanCookie_Promise

type VnObjectItemsScanCookie_Promise struct{ *capnp.Pipeline }

VnObjectItemsScanCookie_Promise is a wrapper for a VnObjectItemsScanCookie promised by a client call.

func (VnObjectItemsScanCookie_Promise) Struct

Jump to

Keyboard shortcuts

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