quasarcapnp

package
v0.0.0-...-87d254f Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2016 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	REQUEST_VOID                   Request_Which = 0
	REQUEST_QUERYSTANDARDVALUES                  = 1
	REQUEST_QUERYSTATISTICALVALUES               = 2
	REQUEST_QUERYVERSION                         = 3
	REQUEST_QUERYNEARESTVALUE                    = 4
	REQUEST_QUERYCHANGEDRANGES                   = 5
	REQUEST_INSERTVALUES                         = 6
	REQUEST_DELETEVALUES                         = 7
)
View Source
const (
	RESPONSE_VOID               Response_Which = 0
	RESPONSE_RECORDS                           = 1
	RESPONSE_STATISTICALRECORDS                = 2
	RESPONSE_VERSIONLIST                       = 3
	RESPONSE_CHANGEDRNGLIST                    = 4
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangedRange

type ChangedRange C.Struct

func NewChangedRange

func NewChangedRange(s *C.Segment) ChangedRange

func NewRootChangedRange

func NewRootChangedRange(s *C.Segment) ChangedRange

func ReadRootChangedRange

func ReadRootChangedRange(s *C.Segment) ChangedRange

func (ChangedRange) EndTime

func (s ChangedRange) EndTime() int64

func (*ChangedRange) MarshalJSON

func (s *ChangedRange) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (ChangedRange) SetEndTime

func (s ChangedRange) SetEndTime(v int64)

func (ChangedRange) SetStartTime

func (s ChangedRange) SetStartTime(v int64)

func (ChangedRange) StartTime

func (s ChangedRange) StartTime() int64

type ChangedRange_List

type ChangedRange_List C.PointerList

func NewChangedRangeList

func NewChangedRangeList(s *C.Segment, sz int) ChangedRange_List

func (ChangedRange_List) At

func (ChangedRange_List) Len

func (s ChangedRange_List) Len() int

func (ChangedRange_List) ToArray

func (s ChangedRange_List) ToArray() []ChangedRange

type CmdDeleteValues

type CmdDeleteValues C.Struct

func NewCmdDeleteValues

func NewCmdDeleteValues(s *C.Segment) CmdDeleteValues

func NewRootCmdDeleteValues

func NewRootCmdDeleteValues(s *C.Segment) CmdDeleteValues

func ReadRootCmdDeleteValues

func ReadRootCmdDeleteValues(s *C.Segment) CmdDeleteValues

func (CmdDeleteValues) EndTime

func (s CmdDeleteValues) EndTime() int64

func (*CmdDeleteValues) MarshalJSON

func (s *CmdDeleteValues) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdDeleteValues) SetEndTime

func (s CmdDeleteValues) SetEndTime(v int64)

func (CmdDeleteValues) SetStartTime

func (s CmdDeleteValues) SetStartTime(v int64)

func (CmdDeleteValues) SetUuid

func (s CmdDeleteValues) SetUuid(v []byte)

func (CmdDeleteValues) StartTime

func (s CmdDeleteValues) StartTime() int64

func (CmdDeleteValues) Uuid

func (s CmdDeleteValues) Uuid() []byte

type CmdDeleteValues_List

type CmdDeleteValues_List C.PointerList

func NewCmdDeleteValuesList

func NewCmdDeleteValuesList(s *C.Segment, sz int) CmdDeleteValues_List

func (CmdDeleteValues_List) At

func (CmdDeleteValues_List) Len

func (s CmdDeleteValues_List) Len() int

func (CmdDeleteValues_List) ToArray

func (s CmdDeleteValues_List) ToArray() []CmdDeleteValues

type CmdInsertValues

type CmdInsertValues C.Struct

func NewCmdInsertValues

func NewCmdInsertValues(s *C.Segment) CmdInsertValues

func NewRootCmdInsertValues

func NewRootCmdInsertValues(s *C.Segment) CmdInsertValues

func ReadRootCmdInsertValues

func ReadRootCmdInsertValues(s *C.Segment) CmdInsertValues

func (*CmdInsertValues) MarshalJSON

func (s *CmdInsertValues) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdInsertValues) SetSync

func (s CmdInsertValues) SetSync(v bool)

func (CmdInsertValues) SetUuid

func (s CmdInsertValues) SetUuid(v []byte)

func (CmdInsertValues) SetValues

func (s CmdInsertValues) SetValues(v Record_List)

func (CmdInsertValues) Sync

func (s CmdInsertValues) Sync() bool

func (CmdInsertValues) Uuid

func (s CmdInsertValues) Uuid() []byte

func (CmdInsertValues) Values

func (s CmdInsertValues) Values() Record_List

type CmdInsertValues_List

type CmdInsertValues_List C.PointerList

func NewCmdInsertValuesList

func NewCmdInsertValuesList(s *C.Segment, sz int) CmdInsertValues_List

func (CmdInsertValues_List) At

func (CmdInsertValues_List) Len

func (s CmdInsertValues_List) Len() int

func (CmdInsertValues_List) ToArray

func (s CmdInsertValues_List) ToArray() []CmdInsertValues

type CmdQueryChangedRanges

type CmdQueryChangedRanges C.Struct

func NewCmdQueryChangedRanges

func NewCmdQueryChangedRanges(s *C.Segment) CmdQueryChangedRanges

func NewRootCmdQueryChangedRanges

func NewRootCmdQueryChangedRanges(s *C.Segment) CmdQueryChangedRanges

func ReadRootCmdQueryChangedRanges

func ReadRootCmdQueryChangedRanges(s *C.Segment) CmdQueryChangedRanges

func (CmdQueryChangedRanges) FromGeneration

func (s CmdQueryChangedRanges) FromGeneration() uint64

func (*CmdQueryChangedRanges) MarshalJSON

func (s *CmdQueryChangedRanges) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdQueryChangedRanges) SetFromGeneration

func (s CmdQueryChangedRanges) SetFromGeneration(v uint64)

func (CmdQueryChangedRanges) SetThreshold

func (s CmdQueryChangedRanges) SetThreshold(v uint64)

func (CmdQueryChangedRanges) SetToGeneration

func (s CmdQueryChangedRanges) SetToGeneration(v uint64)

func (CmdQueryChangedRanges) SetUuid

func (s CmdQueryChangedRanges) SetUuid(v []byte)

func (CmdQueryChangedRanges) Threshold

func (s CmdQueryChangedRanges) Threshold() uint64

func (CmdQueryChangedRanges) ToGeneration

func (s CmdQueryChangedRanges) ToGeneration() uint64

func (CmdQueryChangedRanges) Uuid

func (s CmdQueryChangedRanges) Uuid() []byte

type CmdQueryChangedRanges_List

type CmdQueryChangedRanges_List C.PointerList

func NewCmdQueryChangedRangesList

func NewCmdQueryChangedRangesList(s *C.Segment, sz int) CmdQueryChangedRanges_List

func (CmdQueryChangedRanges_List) At

func (CmdQueryChangedRanges_List) Len

func (CmdQueryChangedRanges_List) ToArray

type CmdQueryNearestValue

type CmdQueryNearestValue C.Struct

func NewCmdQueryNearestValue

func NewCmdQueryNearestValue(s *C.Segment) CmdQueryNearestValue

func NewRootCmdQueryNearestValue

func NewRootCmdQueryNearestValue(s *C.Segment) CmdQueryNearestValue

func ReadRootCmdQueryNearestValue

func ReadRootCmdQueryNearestValue(s *C.Segment) CmdQueryNearestValue

func (CmdQueryNearestValue) Backward

func (s CmdQueryNearestValue) Backward() bool

func (*CmdQueryNearestValue) MarshalJSON

func (s *CmdQueryNearestValue) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdQueryNearestValue) SetBackward

func (s CmdQueryNearestValue) SetBackward(v bool)

func (CmdQueryNearestValue) SetTime

func (s CmdQueryNearestValue) SetTime(v int64)

func (CmdQueryNearestValue) SetUuid

func (s CmdQueryNearestValue) SetUuid(v []byte)

func (CmdQueryNearestValue) SetVersion

func (s CmdQueryNearestValue) SetVersion(v uint64)

func (CmdQueryNearestValue) Time

func (s CmdQueryNearestValue) Time() int64

func (CmdQueryNearestValue) Uuid

func (s CmdQueryNearestValue) Uuid() []byte

func (CmdQueryNearestValue) Version

func (s CmdQueryNearestValue) Version() uint64

type CmdQueryNearestValue_List

type CmdQueryNearestValue_List C.PointerList

func NewCmdQueryNearestValueList

func NewCmdQueryNearestValueList(s *C.Segment, sz int) CmdQueryNearestValue_List

func (CmdQueryNearestValue_List) At

func (CmdQueryNearestValue_List) Len

func (CmdQueryNearestValue_List) ToArray

type CmdQueryStandardValues

type CmdQueryStandardValues C.Struct

func NewCmdQueryStandardValues

func NewCmdQueryStandardValues(s *C.Segment) CmdQueryStandardValues

func NewRootCmdQueryStandardValues

func NewRootCmdQueryStandardValues(s *C.Segment) CmdQueryStandardValues

func ReadRootCmdQueryStandardValues

func ReadRootCmdQueryStandardValues(s *C.Segment) CmdQueryStandardValues

func (CmdQueryStandardValues) EndTime

func (s CmdQueryStandardValues) EndTime() int64

func (*CmdQueryStandardValues) MarshalJSON

func (s *CmdQueryStandardValues) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdQueryStandardValues) SetEndTime

func (s CmdQueryStandardValues) SetEndTime(v int64)

func (CmdQueryStandardValues) SetStartTime

func (s CmdQueryStandardValues) SetStartTime(v int64)

func (CmdQueryStandardValues) SetUuid

func (s CmdQueryStandardValues) SetUuid(v []byte)

func (CmdQueryStandardValues) SetVersion

func (s CmdQueryStandardValues) SetVersion(v uint64)

func (CmdQueryStandardValues) StartTime

func (s CmdQueryStandardValues) StartTime() int64

func (CmdQueryStandardValues) Uuid

func (s CmdQueryStandardValues) Uuid() []byte

func (CmdQueryStandardValues) Version

func (s CmdQueryStandardValues) Version() uint64

type CmdQueryStandardValues_List

type CmdQueryStandardValues_List C.PointerList

func NewCmdQueryStandardValuesList

func NewCmdQueryStandardValuesList(s *C.Segment, sz int) CmdQueryStandardValues_List

func (CmdQueryStandardValues_List) At

func (CmdQueryStandardValues_List) Len

func (CmdQueryStandardValues_List) ToArray

type CmdQueryStatisticalValues

type CmdQueryStatisticalValues C.Struct

func NewCmdQueryStatisticalValues

func NewCmdQueryStatisticalValues(s *C.Segment) CmdQueryStatisticalValues

func NewRootCmdQueryStatisticalValues

func NewRootCmdQueryStatisticalValues(s *C.Segment) CmdQueryStatisticalValues

func ReadRootCmdQueryStatisticalValues

func ReadRootCmdQueryStatisticalValues(s *C.Segment) CmdQueryStatisticalValues

func (CmdQueryStatisticalValues) EndTime

func (s CmdQueryStatisticalValues) EndTime() int64

func (*CmdQueryStatisticalValues) MarshalJSON

func (s *CmdQueryStatisticalValues) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdQueryStatisticalValues) PointWidth

func (s CmdQueryStatisticalValues) PointWidth() uint8

func (CmdQueryStatisticalValues) SetEndTime

func (s CmdQueryStatisticalValues) SetEndTime(v int64)

func (CmdQueryStatisticalValues) SetPointWidth

func (s CmdQueryStatisticalValues) SetPointWidth(v uint8)

func (CmdQueryStatisticalValues) SetStartTime

func (s CmdQueryStatisticalValues) SetStartTime(v int64)

func (CmdQueryStatisticalValues) SetUuid

func (s CmdQueryStatisticalValues) SetUuid(v []byte)

func (CmdQueryStatisticalValues) SetVersion

func (s CmdQueryStatisticalValues) SetVersion(v uint64)

func (CmdQueryStatisticalValues) StartTime

func (s CmdQueryStatisticalValues) StartTime() int64

func (CmdQueryStatisticalValues) Uuid

func (s CmdQueryStatisticalValues) Uuid() []byte

func (CmdQueryStatisticalValues) Version

func (s CmdQueryStatisticalValues) Version() uint64

type CmdQueryStatisticalValues_List

type CmdQueryStatisticalValues_List C.PointerList

func NewCmdQueryStatisticalValuesList

func NewCmdQueryStatisticalValuesList(s *C.Segment, sz int) CmdQueryStatisticalValues_List

func (CmdQueryStatisticalValues_List) At

func (CmdQueryStatisticalValues_List) Len

func (CmdQueryStatisticalValues_List) ToArray

type CmdQueryVersion

type CmdQueryVersion C.Struct

func NewCmdQueryVersion

func NewCmdQueryVersion(s *C.Segment) CmdQueryVersion

func NewRootCmdQueryVersion

func NewRootCmdQueryVersion(s *C.Segment) CmdQueryVersion

func ReadRootCmdQueryVersion

func ReadRootCmdQueryVersion(s *C.Segment) CmdQueryVersion

func (*CmdQueryVersion) MarshalJSON

func (s *CmdQueryVersion) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (CmdQueryVersion) SetUuids

func (s CmdQueryVersion) SetUuids(v C.DataList)

func (CmdQueryVersion) Uuids

func (s CmdQueryVersion) Uuids() C.DataList

type CmdQueryVersion_List

type CmdQueryVersion_List C.PointerList

func NewCmdQueryVersionList

func NewCmdQueryVersionList(s *C.Segment, sz int) CmdQueryVersion_List

func (CmdQueryVersion_List) At

func (CmdQueryVersion_List) Len

func (s CmdQueryVersion_List) Len() int

func (CmdQueryVersion_List) ToArray

func (s CmdQueryVersion_List) ToArray() []CmdQueryVersion

type Ranges

type Ranges C.Struct

func NewRanges

func NewRanges(s *C.Segment) Ranges

func NewRootRanges

func NewRootRanges(s *C.Segment) Ranges

func ReadRootRanges

func ReadRootRanges(s *C.Segment) Ranges

func (*Ranges) MarshalJSON

func (s *Ranges) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (Ranges) SetValues

func (s Ranges) SetValues(v ChangedRange_List)

func (Ranges) SetVersion

func (s Ranges) SetVersion(v uint64)

func (Ranges) Values

func (s Ranges) Values() ChangedRange_List

func (Ranges) Version

func (s Ranges) Version() uint64

type Ranges_List

type Ranges_List C.PointerList

func NewRangesList

func NewRangesList(s *C.Segment, sz int) Ranges_List

func (Ranges_List) At

func (s Ranges_List) At(i int) Ranges

func (Ranges_List) Len

func (s Ranges_List) Len() int

func (Ranges_List) ToArray

func (s Ranges_List) ToArray() []Ranges

type Record

type Record C.Struct

func NewRecord

func NewRecord(s *C.Segment) Record

func NewRootRecord

func NewRootRecord(s *C.Segment) Record

func ReadRootRecord

func ReadRootRecord(s *C.Segment) Record

func (*Record) MarshalJSON

func (s *Record) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (Record) SetTime

func (s Record) SetTime(v int64)

func (Record) SetValue

func (s Record) SetValue(v float64)

func (Record) Time

func (s Record) Time() int64

func (Record) Value

func (s Record) Value() float64

type Record_List

type Record_List C.PointerList

func NewRecordList

func NewRecordList(s *C.Segment, sz int) Record_List

func (Record_List) At

func (s Record_List) At(i int) Record

func (Record_List) Len

func (s Record_List) Len() int

func (Record_List) ToArray

func (s Record_List) ToArray() []Record

type Records

type Records C.Struct

func NewRecords

func NewRecords(s *C.Segment) Records

func NewRootRecords

func NewRootRecords(s *C.Segment) Records

func ReadRootRecords

func ReadRootRecords(s *C.Segment) Records

func (*Records) MarshalJSON

func (s *Records) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (Records) SetValues

func (s Records) SetValues(v Record_List)

func (Records) SetVersion

func (s Records) SetVersion(v uint64)

func (Records) Values

func (s Records) Values() Record_List

func (Records) Version

func (s Records) Version() uint64

type Records_List

type Records_List C.PointerList

func NewRecordsList

func NewRecordsList(s *C.Segment, sz int) Records_List

func (Records_List) At

func (s Records_List) At(i int) Records

func (Records_List) Len

func (s Records_List) Len() int

func (Records_List) ToArray

func (s Records_List) ToArray() []Records

type Request

type Request C.Struct

func NewRequest

func NewRequest(s *C.Segment) Request

func NewRootRequest

func NewRootRequest(s *C.Segment) Request

func ReadRootRequest

func ReadRootRequest(s *C.Segment) Request

func (Request) DeleteValues

func (s Request) DeleteValues() CmdDeleteValues

func (Request) EchoTag

func (s Request) EchoTag() uint64

func (Request) InsertValues

func (s Request) InsertValues() CmdInsertValues

func (*Request) MarshalJSON

func (s *Request) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (Request) QueryChangedRanges

func (s Request) QueryChangedRanges() CmdQueryChangedRanges

func (Request) QueryNearestValue

func (s Request) QueryNearestValue() CmdQueryNearestValue

func (Request) QueryStandardValues

func (s Request) QueryStandardValues() CmdQueryStandardValues

func (Request) QueryStatisticalValues

func (s Request) QueryStatisticalValues() CmdQueryStatisticalValues

func (Request) QueryVersion

func (s Request) QueryVersion() CmdQueryVersion

func (Request) SetDeleteValues

func (s Request) SetDeleteValues(v CmdDeleteValues)

func (Request) SetEchoTag

func (s Request) SetEchoTag(v uint64)

func (Request) SetInsertValues

func (s Request) SetInsertValues(v CmdInsertValues)

func (Request) SetQueryChangedRanges

func (s Request) SetQueryChangedRanges(v CmdQueryChangedRanges)

func (Request) SetQueryNearestValue

func (s Request) SetQueryNearestValue(v CmdQueryNearestValue)

func (Request) SetQueryStandardValues

func (s Request) SetQueryStandardValues(v CmdQueryStandardValues)

func (Request) SetQueryStatisticalValues

func (s Request) SetQueryStatisticalValues(v CmdQueryStatisticalValues)

func (Request) SetQueryVersion

func (s Request) SetQueryVersion(v CmdQueryVersion)

func (Request) Which

func (s Request) Which() Request_Which

type Request_List

type Request_List C.PointerList

func NewRequestList

func NewRequestList(s *C.Segment, sz int) Request_List

func (Request_List) At

func (s Request_List) At(i int) Request

func (Request_List) Len

func (s Request_List) Len() int

func (Request_List) ToArray

func (s Request_List) ToArray() []Request

type Request_Which

type Request_Which uint16

type Response

type Response C.Struct

func NewResponse

func NewResponse(s *C.Segment) Response

func NewRootResponse

func NewRootResponse(s *C.Segment) Response

func ReadRootResponse

func ReadRootResponse(s *C.Segment) Response

func (Response) ChangedRngList

func (s Response) ChangedRngList() Ranges

func (Response) EchoTag

func (s Response) EchoTag() uint64

func (*Response) MarshalJSON

func (s *Response) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (Response) Records

func (s Response) Records() Records

func (Response) SetChangedRngList

func (s Response) SetChangedRngList(v Ranges)

func (Response) SetEchoTag

func (s Response) SetEchoTag(v uint64)

func (Response) SetRecords

func (s Response) SetRecords(v Records)

func (Response) SetStatisticalRecords

func (s Response) SetStatisticalRecords(v StatisticalRecords)

func (Response) SetStatusCode

func (s Response) SetStatusCode(v StatusCode)

func (Response) SetVersionList

func (s Response) SetVersionList(v Versions)

func (Response) StatisticalRecords

func (s Response) StatisticalRecords() StatisticalRecords

func (Response) StatusCode

func (s Response) StatusCode() StatusCode

func (Response) VersionList

func (s Response) VersionList() Versions

func (Response) Which

func (s Response) Which() Response_Which

type Response_List

type Response_List C.PointerList

func NewResponseList

func NewResponseList(s *C.Segment, sz int) Response_List

func (Response_List) At

func (s Response_List) At(i int) Response

func (Response_List) Len

func (s Response_List) Len() int

func (Response_List) ToArray

func (s Response_List) ToArray() []Response

type Response_Which

type Response_Which uint16

type StatisticalRecord

type StatisticalRecord C.Struct

func NewRootStatisticalRecord

func NewRootStatisticalRecord(s *C.Segment) StatisticalRecord

func NewStatisticalRecord

func NewStatisticalRecord(s *C.Segment) StatisticalRecord

func ReadRootStatisticalRecord

func ReadRootStatisticalRecord(s *C.Segment) StatisticalRecord

func (StatisticalRecord) Count

func (s StatisticalRecord) Count() uint64

func (*StatisticalRecord) MarshalJSON

func (s *StatisticalRecord) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (StatisticalRecord) Max

func (s StatisticalRecord) Max() float64

func (StatisticalRecord) Mean

func (s StatisticalRecord) Mean() float64

func (StatisticalRecord) Min

func (s StatisticalRecord) Min() float64

func (StatisticalRecord) SetCount

func (s StatisticalRecord) SetCount(v uint64)

func (StatisticalRecord) SetMax

func (s StatisticalRecord) SetMax(v float64)

func (StatisticalRecord) SetMean

func (s StatisticalRecord) SetMean(v float64)

func (StatisticalRecord) SetMin

func (s StatisticalRecord) SetMin(v float64)

func (StatisticalRecord) SetTime

func (s StatisticalRecord) SetTime(v int64)

func (StatisticalRecord) Time

func (s StatisticalRecord) Time() int64

type StatisticalRecord_List

type StatisticalRecord_List C.PointerList

func NewStatisticalRecordList

func NewStatisticalRecordList(s *C.Segment, sz int) StatisticalRecord_List

func (StatisticalRecord_List) At

func (StatisticalRecord_List) Len

func (s StatisticalRecord_List) Len() int

func (StatisticalRecord_List) ToArray

type StatisticalRecords

type StatisticalRecords C.Struct

func NewRootStatisticalRecords

func NewRootStatisticalRecords(s *C.Segment) StatisticalRecords

func NewStatisticalRecords

func NewStatisticalRecords(s *C.Segment) StatisticalRecords

func ReadRootStatisticalRecords

func ReadRootStatisticalRecords(s *C.Segment) StatisticalRecords

func (*StatisticalRecords) MarshalJSON

func (s *StatisticalRecords) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (StatisticalRecords) SetValues

func (StatisticalRecords) SetVersion

func (s StatisticalRecords) SetVersion(v uint64)

func (StatisticalRecords) Values

func (StatisticalRecords) Version

func (s StatisticalRecords) Version() uint64

type StatisticalRecords_List

type StatisticalRecords_List C.PointerList

func NewStatisticalRecordsList

func NewStatisticalRecordsList(s *C.Segment, sz int) StatisticalRecords_List

func (StatisticalRecords_List) At

func (StatisticalRecords_List) Len

func (s StatisticalRecords_List) Len() int

func (StatisticalRecords_List) ToArray

type StatusCode

type StatusCode uint16
const (
	STATUSCODE_OK                    StatusCode = 0
	STATUSCODE_INTERNALERROR         StatusCode = 1
	STATUSCODE_NOSUCHSTREAMORVERSION StatusCode = 2
	STATUSCODE_INVALIDPARAMETER      StatusCode = 3
	STATUSCODE_NOSUCHPOINT           StatusCode = 4
)

func (StatusCode) String

func (c StatusCode) String() string

type StatusCode_List

type StatusCode_List C.PointerList

func NewStatusCodeList

func NewStatusCodeList(s *C.Segment, sz int) StatusCode_List

func (StatusCode_List) At

func (s StatusCode_List) At(i int) StatusCode

func (StatusCode_List) Len

func (s StatusCode_List) Len() int

func (StatusCode_List) ToArray

func (s StatusCode_List) ToArray() []StatusCode

type Versions

type Versions C.Struct

func NewRootVersions

func NewRootVersions(s *C.Segment) Versions

func NewVersions

func NewVersions(s *C.Segment) Versions

func ReadRootVersions

func ReadRootVersions(s *C.Segment) Versions

func (*Versions) MarshalJSON

func (s *Versions) MarshalJSON() (bs []byte, err error)

capn.JSON_enabled == false so we stub MarshallJSON().

func (Versions) SetUuids

func (s Versions) SetUuids(v C.DataList)

func (Versions) SetVersions

func (s Versions) SetVersions(v C.UInt64List)

func (Versions) Uuids

func (s Versions) Uuids() C.DataList

func (Versions) Versions

func (s Versions) Versions() C.UInt64List

type Versions_List

type Versions_List C.PointerList

func NewVersionsList

func NewVersionsList(s *C.Segment, sz int) Versions_List

func (Versions_List) At

func (s Versions_List) At(i int) Versions

func (Versions_List) Len

func (s Versions_List) Len() int

func (Versions_List) ToArray

func (s Versions_List) ToArray() []Versions

Jump to

Keyboard shortcuts

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