schema

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const EnrichRequest_TypeID = 0xd8d970c4a80c8bc7

EnrichRequest_TypeID is the unique identifier for the type EnrichRequest.

View Source
const EnrichResponse_TypeID = 0xb0c273d2f54f6129

EnrichResponse_TypeID is the unique identifier for the type EnrichResponse.

View Source
const EnrichmentStats_TypeID = 0xde3056d78221ed35

EnrichmentStats_TypeID is the unique identifier for the type EnrichmentStats.

View Source
const ErrorResponse_TypeID = 0xb7dd705c70c8f072

ErrorResponse_TypeID is the unique identifier for the type ErrorResponse.

View Source
const Event_TypeID = 0xb8a347db1f686319

Event_TypeID is the unique identifier for the type Event.

View Source
const FindCallersRequest_TypeID = 0xdc70b8674db6e7ec

FindCallersRequest_TypeID is the unique identifier for the type FindCallersRequest.

View Source
const FindCallersResponse_TypeID = 0xd0ca99cae34491f1

FindCallersResponse_TypeID is the unique identifier for the type FindCallersResponse.

View Source
const FindDefsRequest_TypeID = 0xdc1a45f85fcd3678

FindDefsRequest_TypeID is the unique identifier for the type FindDefsRequest.

View Source
const FindDefsResponse_TypeID = 0x9d29d8c12109eb80

FindDefsResponse_TypeID is the unique identifier for the type FindDefsResponse.

View Source
const GetNodeRequest_TypeID = 0xc93edb48651dd7ca

GetNodeRequest_TypeID is the unique identifier for the type GetNodeRequest.

View Source
const GetNodeResponse_TypeID = 0xa108b6985b5a5abd

GetNodeResponse_TypeID is the unique identifier for the type GetNodeResponse.

View Source
const ListChildrenRequest_TypeID = 0x9244609d69f97582

ListChildrenRequest_TypeID is the unique identifier for the type ListChildrenRequest.

View Source
const ListChildrenResponse_TypeID = 0x8c804df75f74b5e0

ListChildrenResponse_TypeID is the unique identifier for the type ListChildrenResponse.

View Source
const LoadRequest_TypeID = 0x87f896ecb2b01221

LoadRequest_TypeID is the unique identifier for the type LoadRequest.

View Source
const LoadResponse_TypeID = 0xc30b53f2cee7e736

LoadResponse_TypeID is the unique identifier for the type LoadResponse.

View Source
const Node_TypeID = 0x8788a694e7d0c9f7

Node_TypeID is the unique identifier for the type Node.

View Source
const ParseStats_TypeID = 0xe26eae3a020ab758

ParseStats_TypeID is the unique identifier for the type ParseStats.

View Source
const QueryRequest_TypeID = 0xc0fb833f6a272dee

QueryRequest_TypeID is the unique identifier for the type QueryRequest.

View Source
const QueryResponse_TypeID = 0xdf288d6f06549657

QueryResponse_TypeID is the unique identifier for the type QueryResponse.

View Source
const QueryRow_TypeID = 0xf3bbef28c2f00292

QueryRow_TypeID is the unique identifier for the type QueryRow.

View Source
const ReadContentRequest_TypeID = 0xc0c01ef080ad34b9

ReadContentRequest_TypeID is the unique identifier for the type ReadContentRequest.

View Source
const ReadContentResponse_TypeID = 0xfd6fe1ba61de2afe

ReadContentResponse_TypeID is the unique identifier for the type ReadContentResponse.

View Source
const Ref_TypeID = 0x9d12d8051cf589b2

Ref_TypeID is the unique identifier for the type Ref.

View Source
const ReparseRequest_TypeID = 0x8a447bf6ec09fbf7

ReparseRequest_TypeID is the unique identifier for the type ReparseRequest.

View Source
const ReparseResponse_TypeID = 0xc927f717ca8760b9

ReparseResponse_TypeID is the unique identifier for the type ReparseResponse.

View Source
const SnapshotResponse_TypeID = 0xde9a94124a6f6210

SnapshotResponse_TypeID is the unique identifier for the type SnapshotResponse.

View Source
const StatusResponse_TypeID = 0xc24dfe5c0df4dc8c

StatusResponse_TypeID is the unique identifier for the type StatusResponse.

View Source
const SubscribeRequest_TypeID = 0x86e4d03ac853e537

SubscribeRequest_TypeID is the unique identifier for the type SubscribeRequest.

View Source
const SubscribeResponse_TypeID = 0x9f8f61d321b718a1

SubscribeResponse_TypeID is the unique identifier for the type SubscribeResponse.

Variables

This section is empty.

Functions

func RegisterSchema

func RegisterSchema(reg *schemas.Registry)

Types

type EnrichRequest

type EnrichRequest capnp.Struct

func NewEnrichRequest

func NewEnrichRequest(s *capnp.Segment) (EnrichRequest, error)

func NewRootEnrichRequest

func NewRootEnrichRequest(s *capnp.Segment) (EnrichRequest, error)

func ReadRootEnrichRequest

func ReadRootEnrichRequest(msg *capnp.Message) (EnrichRequest, error)

func (EnrichRequest) DecodeFromPtr

func (EnrichRequest) DecodeFromPtr(p capnp.Ptr) EnrichRequest

func (EnrichRequest) EncodeAsPtr

func (s EnrichRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (EnrichRequest) Files

func (s EnrichRequest) Files() (capnp.TextList, error)

func (EnrichRequest) HasFiles

func (s EnrichRequest) HasFiles() bool

func (EnrichRequest) HasPass

func (s EnrichRequest) HasPass() bool

func (EnrichRequest) IsValid

func (s EnrichRequest) IsValid() bool

func (EnrichRequest) Message

func (s EnrichRequest) Message() *capnp.Message

func (EnrichRequest) NewFiles

func (s EnrichRequest) NewFiles(n int32) (capnp.TextList, error)

NewFiles sets the files field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (EnrichRequest) Pass

func (s EnrichRequest) Pass() (string, error)

func (EnrichRequest) PassBytes

func (s EnrichRequest) PassBytes() ([]byte, error)

func (EnrichRequest) Segment

func (s EnrichRequest) Segment() *capnp.Segment

func (EnrichRequest) SetFiles

func (s EnrichRequest) SetFiles(v capnp.TextList) error

func (EnrichRequest) SetPass

func (s EnrichRequest) SetPass(v string) error

func (EnrichRequest) String

func (s EnrichRequest) String() string

func (EnrichRequest) ToPtr

func (s EnrichRequest) ToPtr() capnp.Ptr

type EnrichRequest_Future

type EnrichRequest_Future struct{ *capnp.Future }

EnrichRequest_Future is a wrapper for a EnrichRequest promised by a client call.

func (EnrichRequest_Future) Struct

type EnrichRequest_List

type EnrichRequest_List = capnp.StructList[EnrichRequest]

EnrichRequest_List is a list of EnrichRequest.

func NewEnrichRequest_List

func NewEnrichRequest_List(s *capnp.Segment, sz int32) (EnrichRequest_List, error)

NewEnrichRequest creates a new list of EnrichRequest.

type EnrichResponse

type EnrichResponse capnp.Struct

func NewEnrichResponse

func NewEnrichResponse(s *capnp.Segment) (EnrichResponse, error)

func NewRootEnrichResponse

func NewRootEnrichResponse(s *capnp.Segment) (EnrichResponse, error)

func ReadRootEnrichResponse

func ReadRootEnrichResponse(msg *capnp.Message) (EnrichResponse, error)

func (EnrichResponse) DecodeFromPtr

func (EnrichResponse) DecodeFromPtr(p capnp.Ptr) EnrichResponse

func (EnrichResponse) EncodeAsPtr

func (s EnrichResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (EnrichResponse) Generation

func (s EnrichResponse) Generation() uint64

func (EnrichResponse) HasPasses

func (s EnrichResponse) HasPasses() bool

func (EnrichResponse) IsValid

func (s EnrichResponse) IsValid() bool

func (EnrichResponse) Message

func (s EnrichResponse) Message() *capnp.Message

func (EnrichResponse) NewPasses

func (s EnrichResponse) NewPasses(n int32) (EnrichmentStats_List, error)

NewPasses sets the passes field to a newly allocated EnrichmentStats_List, preferring placement in s's segment.

func (EnrichResponse) Ok

func (s EnrichResponse) Ok() bool

func (EnrichResponse) Passes

func (EnrichResponse) Segment

func (s EnrichResponse) Segment() *capnp.Segment

func (EnrichResponse) SetGeneration

func (s EnrichResponse) SetGeneration(v uint64)

func (EnrichResponse) SetOk

func (s EnrichResponse) SetOk(v bool)

func (EnrichResponse) SetPasses

func (s EnrichResponse) SetPasses(v EnrichmentStats_List) error

func (EnrichResponse) String

func (s EnrichResponse) String() string

func (EnrichResponse) ToPtr

func (s EnrichResponse) ToPtr() capnp.Ptr

type EnrichResponse_Future

type EnrichResponse_Future struct{ *capnp.Future }

EnrichResponse_Future is a wrapper for a EnrichResponse promised by a client call.

func (EnrichResponse_Future) Struct

type EnrichResponse_List

type EnrichResponse_List = capnp.StructList[EnrichResponse]

EnrichResponse_List is a list of EnrichResponse.

func NewEnrichResponse_List

func NewEnrichResponse_List(s *capnp.Segment, sz int32) (EnrichResponse_List, error)

NewEnrichResponse creates a new list of EnrichResponse.

type EnrichmentStats

type EnrichmentStats capnp.Struct

func NewEnrichmentStats

func NewEnrichmentStats(s *capnp.Segment) (EnrichmentStats, error)

func NewRootEnrichmentStats

func NewRootEnrichmentStats(s *capnp.Segment) (EnrichmentStats, error)

func ReadRootEnrichmentStats

func ReadRootEnrichmentStats(msg *capnp.Message) (EnrichmentStats, error)

func (EnrichmentStats) DecodeFromPtr

func (EnrichmentStats) DecodeFromPtr(p capnp.Ptr) EnrichmentStats

func (EnrichmentStats) DurationMs

func (s EnrichmentStats) DurationMs() uint64

func (EnrichmentStats) EncodeAsPtr

func (s EnrichmentStats) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (EnrichmentStats) FilesProcessed

func (s EnrichmentStats) FilesProcessed() uint64

func (EnrichmentStats) HasPassName

func (s EnrichmentStats) HasPassName() bool

func (EnrichmentStats) IsValid

func (s EnrichmentStats) IsValid() bool

func (EnrichmentStats) ItemsAdded

func (s EnrichmentStats) ItemsAdded() uint64

func (EnrichmentStats) Message

func (s EnrichmentStats) Message() *capnp.Message

func (EnrichmentStats) PassName

func (s EnrichmentStats) PassName() (string, error)

func (EnrichmentStats) PassNameBytes

func (s EnrichmentStats) PassNameBytes() ([]byte, error)

func (EnrichmentStats) Segment

func (s EnrichmentStats) Segment() *capnp.Segment

func (EnrichmentStats) SetDurationMs

func (s EnrichmentStats) SetDurationMs(v uint64)

func (EnrichmentStats) SetFilesProcessed

func (s EnrichmentStats) SetFilesProcessed(v uint64)

func (EnrichmentStats) SetItemsAdded

func (s EnrichmentStats) SetItemsAdded(v uint64)

func (EnrichmentStats) SetPassName

func (s EnrichmentStats) SetPassName(v string) error

func (EnrichmentStats) String

func (s EnrichmentStats) String() string

func (EnrichmentStats) ToPtr

func (s EnrichmentStats) ToPtr() capnp.Ptr

type EnrichmentStats_Future

type EnrichmentStats_Future struct{ *capnp.Future }

EnrichmentStats_Future is a wrapper for a EnrichmentStats promised by a client call.

func (EnrichmentStats_Future) Struct

type EnrichmentStats_List

type EnrichmentStats_List = capnp.StructList[EnrichmentStats]

EnrichmentStats_List is a list of EnrichmentStats.

func NewEnrichmentStats_List

func NewEnrichmentStats_List(s *capnp.Segment, sz int32) (EnrichmentStats_List, error)

NewEnrichmentStats creates a new list of EnrichmentStats.

type ErrorResponse

type ErrorResponse capnp.Struct

func NewErrorResponse

func NewErrorResponse(s *capnp.Segment) (ErrorResponse, error)

func NewRootErrorResponse

func NewRootErrorResponse(s *capnp.Segment) (ErrorResponse, error)

func ReadRootErrorResponse

func ReadRootErrorResponse(msg *capnp.Message) (ErrorResponse, error)

func (ErrorResponse) DecodeFromPtr

func (ErrorResponse) DecodeFromPtr(p capnp.Ptr) ErrorResponse

func (ErrorResponse) EncodeAsPtr

func (s ErrorResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ErrorResponse) Error

func (s ErrorResponse) Error() (string, error)

func (ErrorResponse) ErrorBytes

func (s ErrorResponse) ErrorBytes() ([]byte, error)

func (ErrorResponse) HasError

func (s ErrorResponse) HasError() bool

func (ErrorResponse) IsValid

func (s ErrorResponse) IsValid() bool

func (ErrorResponse) Message

func (s ErrorResponse) Message() *capnp.Message

func (ErrorResponse) Segment

func (s ErrorResponse) Segment() *capnp.Segment

func (ErrorResponse) SetError

func (s ErrorResponse) SetError(v string) error

func (ErrorResponse) String

func (s ErrorResponse) String() string

func (ErrorResponse) ToPtr

func (s ErrorResponse) ToPtr() capnp.Ptr

type ErrorResponse_Future

type ErrorResponse_Future struct{ *capnp.Future }

ErrorResponse_Future is a wrapper for a ErrorResponse promised by a client call.

func (ErrorResponse_Future) Struct

type ErrorResponse_List

type ErrorResponse_List = capnp.StructList[ErrorResponse]

ErrorResponse_List is a list of ErrorResponse.

func NewErrorResponse_List

func NewErrorResponse_List(s *capnp.Segment, sz int32) (ErrorResponse_List, error)

NewErrorResponse creates a new list of ErrorResponse.

type Event

type Event capnp.Struct

func NewEvent

func NewEvent(s *capnp.Segment) (Event, error)

func NewRootEvent

func NewRootEvent(s *capnp.Segment) (Event, error)

func ReadRootEvent

func ReadRootEvent(msg *capnp.Message) (Event, error)

func (Event) Data

func (s Event) Data() (string, error)

func (Event) DataBytes

func (s Event) DataBytes() ([]byte, error)

func (Event) DecodeFromPtr

func (Event) DecodeFromPtr(p capnp.Ptr) Event

func (Event) EncodeAsPtr

func (s Event) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (Event) HasData

func (s Event) HasData() bool

func (Event) HasSource

func (s Event) HasSource() bool

func (Event) HasTopic

func (s Event) HasTopic() bool

func (Event) IsValid

func (s Event) IsValid() bool

func (Event) Message

func (s Event) Message() *capnp.Message

func (Event) Segment

func (s Event) Segment() *capnp.Segment

func (Event) Seq

func (s Event) Seq() uint64

func (Event) SetData

func (s Event) SetData(v string) error

func (Event) SetSeq

func (s Event) SetSeq(v uint64)

func (Event) SetSource

func (s Event) SetSource(v string) error

func (Event) SetTopic

func (s Event) SetTopic(v string) error

func (Event) Source

func (s Event) Source() (string, error)

func (Event) SourceBytes

func (s Event) SourceBytes() ([]byte, error)

func (Event) String

func (s Event) String() string

func (Event) ToPtr

func (s Event) ToPtr() capnp.Ptr

func (Event) Topic

func (s Event) Topic() (string, error)

func (Event) TopicBytes

func (s Event) TopicBytes() ([]byte, error)

type Event_Future

type Event_Future struct{ *capnp.Future }

Event_Future is a wrapper for a Event promised by a client call.

func (Event_Future) Struct

func (f Event_Future) Struct() (Event, error)

type Event_List

type Event_List = capnp.StructList[Event]

Event_List is a list of Event.

func NewEvent_List

func NewEvent_List(s *capnp.Segment, sz int32) (Event_List, error)

NewEvent creates a new list of Event.

type FindCallersRequest

type FindCallersRequest capnp.Struct

func NewFindCallersRequest

func NewFindCallersRequest(s *capnp.Segment) (FindCallersRequest, error)

func NewRootFindCallersRequest

func NewRootFindCallersRequest(s *capnp.Segment) (FindCallersRequest, error)

func ReadRootFindCallersRequest

func ReadRootFindCallersRequest(msg *capnp.Message) (FindCallersRequest, error)

func (FindCallersRequest) DecodeFromPtr

func (FindCallersRequest) EncodeAsPtr

func (s FindCallersRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (FindCallersRequest) HasToken

func (s FindCallersRequest) HasToken() bool

func (FindCallersRequest) IsValid

func (s FindCallersRequest) IsValid() bool

func (FindCallersRequest) Message

func (s FindCallersRequest) Message() *capnp.Message

func (FindCallersRequest) Segment

func (s FindCallersRequest) Segment() *capnp.Segment

func (FindCallersRequest) SetToken

func (s FindCallersRequest) SetToken(v string) error

func (FindCallersRequest) String

func (s FindCallersRequest) String() string

func (FindCallersRequest) ToPtr

func (s FindCallersRequest) ToPtr() capnp.Ptr

func (FindCallersRequest) Token

func (s FindCallersRequest) Token() (string, error)

func (FindCallersRequest) TokenBytes

func (s FindCallersRequest) TokenBytes() ([]byte, error)

type FindCallersRequest_Future

type FindCallersRequest_Future struct{ *capnp.Future }

FindCallersRequest_Future is a wrapper for a FindCallersRequest promised by a client call.

func (FindCallersRequest_Future) Struct

type FindCallersRequest_List

type FindCallersRequest_List = capnp.StructList[FindCallersRequest]

FindCallersRequest_List is a list of FindCallersRequest.

func NewFindCallersRequest_List

func NewFindCallersRequest_List(s *capnp.Segment, sz int32) (FindCallersRequest_List, error)

NewFindCallersRequest creates a new list of FindCallersRequest.

type FindCallersResponse

type FindCallersResponse capnp.Struct

func NewFindCallersResponse

func NewFindCallersResponse(s *capnp.Segment) (FindCallersResponse, error)

func NewRootFindCallersResponse

func NewRootFindCallersResponse(s *capnp.Segment) (FindCallersResponse, error)

func ReadRootFindCallersResponse

func ReadRootFindCallersResponse(msg *capnp.Message) (FindCallersResponse, error)

func (FindCallersResponse) Callers

func (s FindCallersResponse) Callers() (Ref_List, error)

func (FindCallersResponse) DecodeFromPtr

func (FindCallersResponse) EncodeAsPtr

func (s FindCallersResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (FindCallersResponse) HasCallers

func (s FindCallersResponse) HasCallers() bool

func (FindCallersResponse) IsValid

func (s FindCallersResponse) IsValid() bool

func (FindCallersResponse) Message

func (s FindCallersResponse) Message() *capnp.Message

func (FindCallersResponse) NewCallers

func (s FindCallersResponse) NewCallers(n int32) (Ref_List, error)

NewCallers sets the callers field to a newly allocated Ref_List, preferring placement in s's segment.

func (FindCallersResponse) Ok

func (s FindCallersResponse) Ok() bool

func (FindCallersResponse) Segment

func (s FindCallersResponse) Segment() *capnp.Segment

func (FindCallersResponse) SetCallers

func (s FindCallersResponse) SetCallers(v Ref_List) error

func (FindCallersResponse) SetOk

func (s FindCallersResponse) SetOk(v bool)

func (FindCallersResponse) String

func (s FindCallersResponse) String() string

func (FindCallersResponse) ToPtr

func (s FindCallersResponse) ToPtr() capnp.Ptr

type FindCallersResponse_Future

type FindCallersResponse_Future struct{ *capnp.Future }

FindCallersResponse_Future is a wrapper for a FindCallersResponse promised by a client call.

func (FindCallersResponse_Future) Struct

type FindCallersResponse_List

type FindCallersResponse_List = capnp.StructList[FindCallersResponse]

FindCallersResponse_List is a list of FindCallersResponse.

func NewFindCallersResponse_List

func NewFindCallersResponse_List(s *capnp.Segment, sz int32) (FindCallersResponse_List, error)

NewFindCallersResponse creates a new list of FindCallersResponse.

type FindDefsRequest

type FindDefsRequest capnp.Struct

func NewFindDefsRequest

func NewFindDefsRequest(s *capnp.Segment) (FindDefsRequest, error)

func NewRootFindDefsRequest

func NewRootFindDefsRequest(s *capnp.Segment) (FindDefsRequest, error)

func ReadRootFindDefsRequest

func ReadRootFindDefsRequest(msg *capnp.Message) (FindDefsRequest, error)

func (FindDefsRequest) DecodeFromPtr

func (FindDefsRequest) DecodeFromPtr(p capnp.Ptr) FindDefsRequest

func (FindDefsRequest) EncodeAsPtr

func (s FindDefsRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (FindDefsRequest) HasToken

func (s FindDefsRequest) HasToken() bool

func (FindDefsRequest) IsValid

func (s FindDefsRequest) IsValid() bool

func (FindDefsRequest) Message

func (s FindDefsRequest) Message() *capnp.Message

func (FindDefsRequest) Segment

func (s FindDefsRequest) Segment() *capnp.Segment

func (FindDefsRequest) SetToken

func (s FindDefsRequest) SetToken(v string) error

func (FindDefsRequest) String

func (s FindDefsRequest) String() string

func (FindDefsRequest) ToPtr

func (s FindDefsRequest) ToPtr() capnp.Ptr

func (FindDefsRequest) Token

func (s FindDefsRequest) Token() (string, error)

func (FindDefsRequest) TokenBytes

func (s FindDefsRequest) TokenBytes() ([]byte, error)

type FindDefsRequest_Future

type FindDefsRequest_Future struct{ *capnp.Future }

FindDefsRequest_Future is a wrapper for a FindDefsRequest promised by a client call.

func (FindDefsRequest_Future) Struct

type FindDefsRequest_List

type FindDefsRequest_List = capnp.StructList[FindDefsRequest]

FindDefsRequest_List is a list of FindDefsRequest.

func NewFindDefsRequest_List

func NewFindDefsRequest_List(s *capnp.Segment, sz int32) (FindDefsRequest_List, error)

NewFindDefsRequest creates a new list of FindDefsRequest.

type FindDefsResponse

type FindDefsResponse capnp.Struct

func NewFindDefsResponse

func NewFindDefsResponse(s *capnp.Segment) (FindDefsResponse, error)

func NewRootFindDefsResponse

func NewRootFindDefsResponse(s *capnp.Segment) (FindDefsResponse, error)

func ReadRootFindDefsResponse

func ReadRootFindDefsResponse(msg *capnp.Message) (FindDefsResponse, error)

func (FindDefsResponse) DecodeFromPtr

func (FindDefsResponse) DecodeFromPtr(p capnp.Ptr) FindDefsResponse

func (FindDefsResponse) Defs

func (s FindDefsResponse) Defs() (Ref_List, error)

func (FindDefsResponse) EncodeAsPtr

func (s FindDefsResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (FindDefsResponse) HasDefs

func (s FindDefsResponse) HasDefs() bool

func (FindDefsResponse) IsValid

func (s FindDefsResponse) IsValid() bool

func (FindDefsResponse) Message

func (s FindDefsResponse) Message() *capnp.Message

func (FindDefsResponse) NewDefs

func (s FindDefsResponse) NewDefs(n int32) (Ref_List, error)

NewDefs sets the defs field to a newly allocated Ref_List, preferring placement in s's segment.

func (FindDefsResponse) Ok

func (s FindDefsResponse) Ok() bool

func (FindDefsResponse) Segment

func (s FindDefsResponse) Segment() *capnp.Segment

func (FindDefsResponse) SetDefs

func (s FindDefsResponse) SetDefs(v Ref_List) error

func (FindDefsResponse) SetOk

func (s FindDefsResponse) SetOk(v bool)

func (FindDefsResponse) String

func (s FindDefsResponse) String() string

func (FindDefsResponse) ToPtr

func (s FindDefsResponse) ToPtr() capnp.Ptr

type FindDefsResponse_Future

type FindDefsResponse_Future struct{ *capnp.Future }

FindDefsResponse_Future is a wrapper for a FindDefsResponse promised by a client call.

func (FindDefsResponse_Future) Struct

type FindDefsResponse_List

type FindDefsResponse_List = capnp.StructList[FindDefsResponse]

FindDefsResponse_List is a list of FindDefsResponse.

func NewFindDefsResponse_List

func NewFindDefsResponse_List(s *capnp.Segment, sz int32) (FindDefsResponse_List, error)

NewFindDefsResponse creates a new list of FindDefsResponse.

type GetNodeRequest

type GetNodeRequest capnp.Struct

func NewGetNodeRequest

func NewGetNodeRequest(s *capnp.Segment) (GetNodeRequest, error)

func NewRootGetNodeRequest

func NewRootGetNodeRequest(s *capnp.Segment) (GetNodeRequest, error)

func ReadRootGetNodeRequest

func ReadRootGetNodeRequest(msg *capnp.Message) (GetNodeRequest, error)

func (GetNodeRequest) DecodeFromPtr

func (GetNodeRequest) DecodeFromPtr(p capnp.Ptr) GetNodeRequest

func (GetNodeRequest) EncodeAsPtr

func (s GetNodeRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (GetNodeRequest) HasId

func (s GetNodeRequest) HasId() bool

func (GetNodeRequest) Id

func (s GetNodeRequest) Id() (string, error)

func (GetNodeRequest) IdBytes

func (s GetNodeRequest) IdBytes() ([]byte, error)

func (GetNodeRequest) IsValid

func (s GetNodeRequest) IsValid() bool

func (GetNodeRequest) Message

func (s GetNodeRequest) Message() *capnp.Message

func (GetNodeRequest) Segment

func (s GetNodeRequest) Segment() *capnp.Segment

func (GetNodeRequest) SetId

func (s GetNodeRequest) SetId(v string) error

func (GetNodeRequest) String

func (s GetNodeRequest) String() string

func (GetNodeRequest) ToPtr

func (s GetNodeRequest) ToPtr() capnp.Ptr

type GetNodeRequest_Future

type GetNodeRequest_Future struct{ *capnp.Future }

GetNodeRequest_Future is a wrapper for a GetNodeRequest promised by a client call.

func (GetNodeRequest_Future) Struct

type GetNodeRequest_List

type GetNodeRequest_List = capnp.StructList[GetNodeRequest]

GetNodeRequest_List is a list of GetNodeRequest.

func NewGetNodeRequest_List

func NewGetNodeRequest_List(s *capnp.Segment, sz int32) (GetNodeRequest_List, error)

NewGetNodeRequest creates a new list of GetNodeRequest.

type GetNodeResponse

type GetNodeResponse capnp.Struct

func NewGetNodeResponse

func NewGetNodeResponse(s *capnp.Segment) (GetNodeResponse, error)

func NewRootGetNodeResponse

func NewRootGetNodeResponse(s *capnp.Segment) (GetNodeResponse, error)

func ReadRootGetNodeResponse

func ReadRootGetNodeResponse(msg *capnp.Message) (GetNodeResponse, error)

func (GetNodeResponse) DecodeFromPtr

func (GetNodeResponse) DecodeFromPtr(p capnp.Ptr) GetNodeResponse

func (GetNodeResponse) EncodeAsPtr

func (s GetNodeResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (GetNodeResponse) Error

func (s GetNodeResponse) Error() (string, error)

func (GetNodeResponse) ErrorBytes

func (s GetNodeResponse) ErrorBytes() ([]byte, error)

func (GetNodeResponse) HasError

func (s GetNodeResponse) HasError() bool

func (GetNodeResponse) HasNode

func (s GetNodeResponse) HasNode() bool

func (GetNodeResponse) IsValid

func (s GetNodeResponse) IsValid() bool

func (GetNodeResponse) Message

func (s GetNodeResponse) Message() *capnp.Message

func (GetNodeResponse) NewNode

func (s GetNodeResponse) NewNode() (Node, error)

NewNode sets the node field to a newly allocated Node struct, preferring placement in s's segment.

func (GetNodeResponse) Node

func (s GetNodeResponse) Node() (Node, error)

func (GetNodeResponse) Ok

func (s GetNodeResponse) Ok() bool

func (GetNodeResponse) Segment

func (s GetNodeResponse) Segment() *capnp.Segment

func (GetNodeResponse) SetError

func (s GetNodeResponse) SetError(v string) error

func (GetNodeResponse) SetNode

func (s GetNodeResponse) SetNode(v Node) error

func (GetNodeResponse) SetOk

func (s GetNodeResponse) SetOk(v bool)

func (GetNodeResponse) String

func (s GetNodeResponse) String() string

func (GetNodeResponse) ToPtr

func (s GetNodeResponse) ToPtr() capnp.Ptr

type GetNodeResponse_Future

type GetNodeResponse_Future struct{ *capnp.Future }

GetNodeResponse_Future is a wrapper for a GetNodeResponse promised by a client call.

func (GetNodeResponse_Future) Node

func (GetNodeResponse_Future) Struct

type GetNodeResponse_List

type GetNodeResponse_List = capnp.StructList[GetNodeResponse]

GetNodeResponse_List is a list of GetNodeResponse.

func NewGetNodeResponse_List

func NewGetNodeResponse_List(s *capnp.Segment, sz int32) (GetNodeResponse_List, error)

NewGetNodeResponse creates a new list of GetNodeResponse.

type ListChildrenRequest

type ListChildrenRequest capnp.Struct

func NewListChildrenRequest

func NewListChildrenRequest(s *capnp.Segment) (ListChildrenRequest, error)

func NewRootListChildrenRequest

func NewRootListChildrenRequest(s *capnp.Segment) (ListChildrenRequest, error)

func ReadRootListChildrenRequest

func ReadRootListChildrenRequest(msg *capnp.Message) (ListChildrenRequest, error)

func (ListChildrenRequest) DecodeFromPtr

func (ListChildrenRequest) EncodeAsPtr

func (s ListChildrenRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ListChildrenRequest) HasId

func (s ListChildrenRequest) HasId() bool

func (ListChildrenRequest) Id

func (s ListChildrenRequest) Id() (string, error)

func (ListChildrenRequest) IdBytes

func (s ListChildrenRequest) IdBytes() ([]byte, error)

func (ListChildrenRequest) IsValid

func (s ListChildrenRequest) IsValid() bool

func (ListChildrenRequest) Message

func (s ListChildrenRequest) Message() *capnp.Message

func (ListChildrenRequest) Segment

func (s ListChildrenRequest) Segment() *capnp.Segment

func (ListChildrenRequest) SetId

func (s ListChildrenRequest) SetId(v string) error

func (ListChildrenRequest) String

func (s ListChildrenRequest) String() string

func (ListChildrenRequest) ToPtr

func (s ListChildrenRequest) ToPtr() capnp.Ptr

type ListChildrenRequest_Future

type ListChildrenRequest_Future struct{ *capnp.Future }

ListChildrenRequest_Future is a wrapper for a ListChildrenRequest promised by a client call.

func (ListChildrenRequest_Future) Struct

type ListChildrenRequest_List

type ListChildrenRequest_List = capnp.StructList[ListChildrenRequest]

ListChildrenRequest_List is a list of ListChildrenRequest.

func NewListChildrenRequest_List

func NewListChildrenRequest_List(s *capnp.Segment, sz int32) (ListChildrenRequest_List, error)

NewListChildrenRequest creates a new list of ListChildrenRequest.

type ListChildrenResponse

type ListChildrenResponse capnp.Struct

func NewListChildrenResponse

func NewListChildrenResponse(s *capnp.Segment) (ListChildrenResponse, error)

func NewRootListChildrenResponse

func NewRootListChildrenResponse(s *capnp.Segment) (ListChildrenResponse, error)

func ReadRootListChildrenResponse

func ReadRootListChildrenResponse(msg *capnp.Message) (ListChildrenResponse, error)

func (ListChildrenResponse) Children

func (s ListChildrenResponse) Children() (Node_List, error)

func (ListChildrenResponse) DecodeFromPtr

func (ListChildrenResponse) EncodeAsPtr

func (s ListChildrenResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ListChildrenResponse) HasChildren

func (s ListChildrenResponse) HasChildren() bool

func (ListChildrenResponse) IsValid

func (s ListChildrenResponse) IsValid() bool

func (ListChildrenResponse) Message

func (s ListChildrenResponse) Message() *capnp.Message

func (ListChildrenResponse) NewChildren

func (s ListChildrenResponse) NewChildren(n int32) (Node_List, error)

NewChildren sets the children field to a newly allocated Node_List, preferring placement in s's segment.

func (ListChildrenResponse) Ok

func (s ListChildrenResponse) Ok() bool

func (ListChildrenResponse) Segment

func (s ListChildrenResponse) Segment() *capnp.Segment

func (ListChildrenResponse) SetChildren

func (s ListChildrenResponse) SetChildren(v Node_List) error

func (ListChildrenResponse) SetOk

func (s ListChildrenResponse) SetOk(v bool)

func (ListChildrenResponse) String

func (s ListChildrenResponse) String() string

func (ListChildrenResponse) ToPtr

func (s ListChildrenResponse) ToPtr() capnp.Ptr

type ListChildrenResponse_Future

type ListChildrenResponse_Future struct{ *capnp.Future }

ListChildrenResponse_Future is a wrapper for a ListChildrenResponse promised by a client call.

func (ListChildrenResponse_Future) Struct

type ListChildrenResponse_List

type ListChildrenResponse_List = capnp.StructList[ListChildrenResponse]

ListChildrenResponse_List is a list of ListChildrenResponse.

func NewListChildrenResponse_List

func NewListChildrenResponse_List(s *capnp.Segment, sz int32) (ListChildrenResponse_List, error)

NewListChildrenResponse creates a new list of ListChildrenResponse.

type LoadRequest

type LoadRequest capnp.Struct

func NewLoadRequest

func NewLoadRequest(s *capnp.Segment) (LoadRequest, error)

func NewRootLoadRequest

func NewRootLoadRequest(s *capnp.Segment) (LoadRequest, error)

func ReadRootLoadRequest

func ReadRootLoadRequest(msg *capnp.Message) (LoadRequest, error)

func (LoadRequest) Db

func (s LoadRequest) Db() ([]byte, error)

func (LoadRequest) DecodeFromPtr

func (LoadRequest) DecodeFromPtr(p capnp.Ptr) LoadRequest

func (LoadRequest) EncodeAsPtr

func (s LoadRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (LoadRequest) HasDb

func (s LoadRequest) HasDb() bool

func (LoadRequest) IsValid

func (s LoadRequest) IsValid() bool

func (LoadRequest) Message

func (s LoadRequest) Message() *capnp.Message

func (LoadRequest) Segment

func (s LoadRequest) Segment() *capnp.Segment

func (LoadRequest) SetDb

func (s LoadRequest) SetDb(v []byte) error

func (LoadRequest) String

func (s LoadRequest) String() string

func (LoadRequest) ToPtr

func (s LoadRequest) ToPtr() capnp.Ptr

type LoadRequest_Future

type LoadRequest_Future struct{ *capnp.Future }

LoadRequest_Future is a wrapper for a LoadRequest promised by a client call.

func (LoadRequest_Future) Struct

func (f LoadRequest_Future) Struct() (LoadRequest, error)

type LoadRequest_List

type LoadRequest_List = capnp.StructList[LoadRequest]

LoadRequest_List is a list of LoadRequest.

func NewLoadRequest_List

func NewLoadRequest_List(s *capnp.Segment, sz int32) (LoadRequest_List, error)

NewLoadRequest creates a new list of LoadRequest.

type LoadResponse

type LoadResponse capnp.Struct

func NewLoadResponse

func NewLoadResponse(s *capnp.Segment) (LoadResponse, error)

func NewRootLoadResponse

func NewRootLoadResponse(s *capnp.Segment) (LoadResponse, error)

func ReadRootLoadResponse

func ReadRootLoadResponse(msg *capnp.Message) (LoadResponse, error)

func (LoadResponse) DecodeFromPtr

func (LoadResponse) DecodeFromPtr(p capnp.Ptr) LoadResponse

func (LoadResponse) EncodeAsPtr

func (s LoadResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (LoadResponse) Generation

func (s LoadResponse) Generation() uint64

func (LoadResponse) IsValid

func (s LoadResponse) IsValid() bool

func (LoadResponse) Message

func (s LoadResponse) Message() *capnp.Message

func (LoadResponse) Ok

func (s LoadResponse) Ok() bool

func (LoadResponse) Segment

func (s LoadResponse) Segment() *capnp.Segment

func (LoadResponse) SetGeneration

func (s LoadResponse) SetGeneration(v uint64)

func (LoadResponse) SetOk

func (s LoadResponse) SetOk(v bool)

func (LoadResponse) String

func (s LoadResponse) String() string

func (LoadResponse) ToPtr

func (s LoadResponse) ToPtr() capnp.Ptr

type LoadResponse_Future

type LoadResponse_Future struct{ *capnp.Future }

LoadResponse_Future is a wrapper for a LoadResponse promised by a client call.

func (LoadResponse_Future) Struct

func (f LoadResponse_Future) Struct() (LoadResponse, error)

type LoadResponse_List

type LoadResponse_List = capnp.StructList[LoadResponse]

LoadResponse_List is a list of LoadResponse.

func NewLoadResponse_List

func NewLoadResponse_List(s *capnp.Segment, sz int32) (LoadResponse_List, error)

NewLoadResponse creates a new list of LoadResponse.

type Node

type Node capnp.Struct

func NewNode

func NewNode(s *capnp.Segment) (Node, error)

func NewRootNode

func NewRootNode(s *capnp.Segment) (Node, error)

func ReadRootNode

func ReadRootNode(msg *capnp.Message) (Node, error)

func (Node) DecodeFromPtr

func (Node) DecodeFromPtr(p capnp.Ptr) Node

func (Node) EncodeAsPtr

func (s Node) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (Node) HasId

func (s Node) HasId() bool

func (Node) HasName

func (s Node) HasName() bool

func (Node) HasParentId

func (s Node) HasParentId() bool

func (Node) HasRecord

func (s Node) HasRecord() bool

func (Node) Id

func (s Node) Id() (string, error)

func (Node) IdBytes

func (s Node) IdBytes() ([]byte, error)

func (Node) IsValid

func (s Node) IsValid() bool

func (Node) Kind

func (s Node) Kind() int32

func (Node) Message

func (s Node) Message() *capnp.Message

func (Node) Name

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

func (Node) NameBytes

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

func (Node) ParentId

func (s Node) ParentId() (string, error)

func (Node) ParentIdBytes

func (s Node) ParentIdBytes() ([]byte, error)

func (Node) Record

func (s Node) Record() (string, error)

func (Node) RecordBytes

func (s Node) RecordBytes() ([]byte, error)

func (Node) Segment

func (s Node) Segment() *capnp.Segment

func (Node) SetId

func (s Node) SetId(v string) error

func (Node) SetKind

func (s Node) SetKind(v int32)

func (Node) SetName

func (s Node) SetName(v string) error

func (Node) SetParentId

func (s Node) SetParentId(v string) error

func (Node) SetRecord

func (s Node) SetRecord(v string) error

func (Node) SetSize

func (s Node) SetSize(v int64)

func (Node) Size

func (s Node) Size() int64

func (Node) String

func (s Node) String() string

func (Node) ToPtr

func (s Node) ToPtr() capnp.Ptr

type Node_Future

type Node_Future struct{ *capnp.Future }

Node_Future is a wrapper for a Node promised by a client call.

func (Node_Future) Struct

func (f Node_Future) Struct() (Node, error)

type Node_List

type Node_List = capnp.StructList[Node]

Node_List is a list of Node.

func NewNode_List

func NewNode_List(s *capnp.Segment, sz int32) (Node_List, error)

NewNode creates a new list of Node.

type ParseStats

type ParseStats capnp.Struct

func NewParseStats

func NewParseStats(s *capnp.Segment) (ParseStats, error)

func NewRootParseStats

func NewRootParseStats(s *capnp.Segment) (ParseStats, error)

func ReadRootParseStats

func ReadRootParseStats(msg *capnp.Message) (ParseStats, error)

func (ParseStats) ChangedFiles

func (s ParseStats) ChangedFiles() (capnp.TextList, error)

func (ParseStats) DecodeFromPtr

func (ParseStats) DecodeFromPtr(p capnp.Ptr) ParseStats

func (ParseStats) Deleted

func (s ParseStats) Deleted() uint64

func (ParseStats) EncodeAsPtr

func (s ParseStats) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ParseStats) Errors

func (s ParseStats) Errors() uint64

func (ParseStats) HasChangedFiles

func (s ParseStats) HasChangedFiles() bool

func (ParseStats) IsValid

func (s ParseStats) IsValid() bool

func (ParseStats) Message

func (s ParseStats) Message() *capnp.Message

func (ParseStats) NewChangedFiles

func (s ParseStats) NewChangedFiles(n int32) (capnp.TextList, error)

NewChangedFiles sets the changedFiles field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (ParseStats) Parsed

func (s ParseStats) Parsed() uint64

func (ParseStats) Segment

func (s ParseStats) Segment() *capnp.Segment

func (ParseStats) SetChangedFiles

func (s ParseStats) SetChangedFiles(v capnp.TextList) error

func (ParseStats) SetDeleted

func (s ParseStats) SetDeleted(v uint64)

func (ParseStats) SetErrors

func (s ParseStats) SetErrors(v uint64)

func (ParseStats) SetParsed

func (s ParseStats) SetParsed(v uint64)

func (ParseStats) SetUnchanged

func (s ParseStats) SetUnchanged(v uint64)

func (ParseStats) String

func (s ParseStats) String() string

func (ParseStats) ToPtr

func (s ParseStats) ToPtr() capnp.Ptr

func (ParseStats) Unchanged

func (s ParseStats) Unchanged() uint64

type ParseStats_Future

type ParseStats_Future struct{ *capnp.Future }

ParseStats_Future is a wrapper for a ParseStats promised by a client call.

func (ParseStats_Future) Struct

func (f ParseStats_Future) Struct() (ParseStats, error)

type ParseStats_List

type ParseStats_List = capnp.StructList[ParseStats]

ParseStats_List is a list of ParseStats.

func NewParseStats_List

func NewParseStats_List(s *capnp.Segment, sz int32) (ParseStats_List, error)

NewParseStats creates a new list of ParseStats.

type QueryRequest

type QueryRequest capnp.Struct

func NewQueryRequest

func NewQueryRequest(s *capnp.Segment) (QueryRequest, error)

func NewRootQueryRequest

func NewRootQueryRequest(s *capnp.Segment) (QueryRequest, error)

func ReadRootQueryRequest

func ReadRootQueryRequest(msg *capnp.Message) (QueryRequest, error)

func (QueryRequest) DecodeFromPtr

func (QueryRequest) DecodeFromPtr(p capnp.Ptr) QueryRequest

func (QueryRequest) EncodeAsPtr

func (s QueryRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (QueryRequest) HasSql

func (s QueryRequest) HasSql() bool

func (QueryRequest) IsValid

func (s QueryRequest) IsValid() bool

func (QueryRequest) Message

func (s QueryRequest) Message() *capnp.Message

func (QueryRequest) Segment

func (s QueryRequest) Segment() *capnp.Segment

func (QueryRequest) SetSql

func (s QueryRequest) SetSql(v string) error

func (QueryRequest) Sql

func (s QueryRequest) Sql() (string, error)

func (QueryRequest) SqlBytes

func (s QueryRequest) SqlBytes() ([]byte, error)

func (QueryRequest) String

func (s QueryRequest) String() string

func (QueryRequest) ToPtr

func (s QueryRequest) ToPtr() capnp.Ptr

type QueryRequest_Future

type QueryRequest_Future struct{ *capnp.Future }

QueryRequest_Future is a wrapper for a QueryRequest promised by a client call.

func (QueryRequest_Future) Struct

func (f QueryRequest_Future) Struct() (QueryRequest, error)

type QueryRequest_List

type QueryRequest_List = capnp.StructList[QueryRequest]

QueryRequest_List is a list of QueryRequest.

func NewQueryRequest_List

func NewQueryRequest_List(s *capnp.Segment, sz int32) (QueryRequest_List, error)

NewQueryRequest creates a new list of QueryRequest.

type QueryResponse

type QueryResponse capnp.Struct

func NewQueryResponse

func NewQueryResponse(s *capnp.Segment) (QueryResponse, error)

func NewRootQueryResponse

func NewRootQueryResponse(s *capnp.Segment) (QueryResponse, error)

func ReadRootQueryResponse

func ReadRootQueryResponse(msg *capnp.Message) (QueryResponse, error)

func (QueryResponse) Columns

func (s QueryResponse) Columns() (capnp.TextList, error)

func (QueryResponse) DecodeFromPtr

func (QueryResponse) DecodeFromPtr(p capnp.Ptr) QueryResponse

func (QueryResponse) EncodeAsPtr

func (s QueryResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (QueryResponse) HasColumns

func (s QueryResponse) HasColumns() bool

func (QueryResponse) HasRows

func (s QueryResponse) HasRows() bool

func (QueryResponse) IsValid

func (s QueryResponse) IsValid() bool

func (QueryResponse) Message

func (s QueryResponse) Message() *capnp.Message

func (QueryResponse) NewColumns

func (s QueryResponse) NewColumns(n int32) (capnp.TextList, error)

NewColumns sets the columns field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (QueryResponse) NewRows

func (s QueryResponse) NewRows(n int32) (QueryRow_List, error)

NewRows sets the rows field to a newly allocated QueryRow_List, preferring placement in s's segment.

func (QueryResponse) Ok

func (s QueryResponse) Ok() bool

func (QueryResponse) Rows

func (s QueryResponse) Rows() (QueryRow_List, error)

func (QueryResponse) Segment

func (s QueryResponse) Segment() *capnp.Segment

func (QueryResponse) SetColumns

func (s QueryResponse) SetColumns(v capnp.TextList) error

func (QueryResponse) SetOk

func (s QueryResponse) SetOk(v bool)

func (QueryResponse) SetRows

func (s QueryResponse) SetRows(v QueryRow_List) error

func (QueryResponse) String

func (s QueryResponse) String() string

func (QueryResponse) ToPtr

func (s QueryResponse) ToPtr() capnp.Ptr

type QueryResponse_Future

type QueryResponse_Future struct{ *capnp.Future }

QueryResponse_Future is a wrapper for a QueryResponse promised by a client call.

func (QueryResponse_Future) Struct

type QueryResponse_List

type QueryResponse_List = capnp.StructList[QueryResponse]

QueryResponse_List is a list of QueryResponse.

func NewQueryResponse_List

func NewQueryResponse_List(s *capnp.Segment, sz int32) (QueryResponse_List, error)

NewQueryResponse creates a new list of QueryResponse.

type QueryRow

type QueryRow capnp.Struct

func NewQueryRow

func NewQueryRow(s *capnp.Segment) (QueryRow, error)

func NewRootQueryRow

func NewRootQueryRow(s *capnp.Segment) (QueryRow, error)

func ReadRootQueryRow

func ReadRootQueryRow(msg *capnp.Message) (QueryRow, error)

func (QueryRow) DecodeFromPtr

func (QueryRow) DecodeFromPtr(p capnp.Ptr) QueryRow

func (QueryRow) EncodeAsPtr

func (s QueryRow) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (QueryRow) HasValues

func (s QueryRow) HasValues() bool

func (QueryRow) IsValid

func (s QueryRow) IsValid() bool

func (QueryRow) Message

func (s QueryRow) Message() *capnp.Message

func (QueryRow) NewValues

func (s QueryRow) NewValues(n int32) (capnp.TextList, error)

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

func (QueryRow) Segment

func (s QueryRow) Segment() *capnp.Segment

func (QueryRow) SetValues

func (s QueryRow) SetValues(v capnp.TextList) error

func (QueryRow) String

func (s QueryRow) String() string

func (QueryRow) ToPtr

func (s QueryRow) ToPtr() capnp.Ptr

func (QueryRow) Values

func (s QueryRow) Values() (capnp.TextList, error)

type QueryRow_Future

type QueryRow_Future struct{ *capnp.Future }

QueryRow_Future is a wrapper for a QueryRow promised by a client call.

func (QueryRow_Future) Struct

func (f QueryRow_Future) Struct() (QueryRow, error)

type QueryRow_List

type QueryRow_List = capnp.StructList[QueryRow]

QueryRow_List is a list of QueryRow.

func NewQueryRow_List

func NewQueryRow_List(s *capnp.Segment, sz int32) (QueryRow_List, error)

NewQueryRow creates a new list of QueryRow.

type ReadContentRequest

type ReadContentRequest capnp.Struct

func NewReadContentRequest

func NewReadContentRequest(s *capnp.Segment) (ReadContentRequest, error)

func NewRootReadContentRequest

func NewRootReadContentRequest(s *capnp.Segment) (ReadContentRequest, error)

func ReadRootReadContentRequest

func ReadRootReadContentRequest(msg *capnp.Message) (ReadContentRequest, error)

func (ReadContentRequest) DecodeFromPtr

func (ReadContentRequest) EncodeAsPtr

func (s ReadContentRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ReadContentRequest) HasId

func (s ReadContentRequest) HasId() bool

func (ReadContentRequest) Id

func (s ReadContentRequest) Id() (string, error)

func (ReadContentRequest) IdBytes

func (s ReadContentRequest) IdBytes() ([]byte, error)

func (ReadContentRequest) IsValid

func (s ReadContentRequest) IsValid() bool

func (ReadContentRequest) Message

func (s ReadContentRequest) Message() *capnp.Message

func (ReadContentRequest) Segment

func (s ReadContentRequest) Segment() *capnp.Segment

func (ReadContentRequest) SetId

func (s ReadContentRequest) SetId(v string) error

func (ReadContentRequest) String

func (s ReadContentRequest) String() string

func (ReadContentRequest) ToPtr

func (s ReadContentRequest) ToPtr() capnp.Ptr

type ReadContentRequest_Future

type ReadContentRequest_Future struct{ *capnp.Future }

ReadContentRequest_Future is a wrapper for a ReadContentRequest promised by a client call.

func (ReadContentRequest_Future) Struct

type ReadContentRequest_List

type ReadContentRequest_List = capnp.StructList[ReadContentRequest]

ReadContentRequest_List is a list of ReadContentRequest.

func NewReadContentRequest_List

func NewReadContentRequest_List(s *capnp.Segment, sz int32) (ReadContentRequest_List, error)

NewReadContentRequest creates a new list of ReadContentRequest.

type ReadContentResponse

type ReadContentResponse capnp.Struct

func NewReadContentResponse

func NewReadContentResponse(s *capnp.Segment) (ReadContentResponse, error)

func NewRootReadContentResponse

func NewRootReadContentResponse(s *capnp.Segment) (ReadContentResponse, error)

func ReadRootReadContentResponse

func ReadRootReadContentResponse(msg *capnp.Message) (ReadContentResponse, error)

func (ReadContentResponse) Content

func (s ReadContentResponse) Content() (string, error)

func (ReadContentResponse) ContentBytes

func (s ReadContentResponse) ContentBytes() ([]byte, error)

func (ReadContentResponse) DecodeFromPtr

func (ReadContentResponse) EncodeAsPtr

func (s ReadContentResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ReadContentResponse) Error

func (s ReadContentResponse) Error() (string, error)

func (ReadContentResponse) ErrorBytes

func (s ReadContentResponse) ErrorBytes() ([]byte, error)

func (ReadContentResponse) HasContent

func (s ReadContentResponse) HasContent() bool

func (ReadContentResponse) HasError

func (s ReadContentResponse) HasError() bool

func (ReadContentResponse) IsValid

func (s ReadContentResponse) IsValid() bool

func (ReadContentResponse) Message

func (s ReadContentResponse) Message() *capnp.Message

func (ReadContentResponse) Ok

func (s ReadContentResponse) Ok() bool

func (ReadContentResponse) Segment

func (s ReadContentResponse) Segment() *capnp.Segment

func (ReadContentResponse) SetContent

func (s ReadContentResponse) SetContent(v string) error

func (ReadContentResponse) SetError

func (s ReadContentResponse) SetError(v string) error

func (ReadContentResponse) SetOk

func (s ReadContentResponse) SetOk(v bool)

func (ReadContentResponse) String

func (s ReadContentResponse) String() string

func (ReadContentResponse) ToPtr

func (s ReadContentResponse) ToPtr() capnp.Ptr

type ReadContentResponse_Future

type ReadContentResponse_Future struct{ *capnp.Future }

ReadContentResponse_Future is a wrapper for a ReadContentResponse promised by a client call.

func (ReadContentResponse_Future) Struct

type ReadContentResponse_List

type ReadContentResponse_List = capnp.StructList[ReadContentResponse]

ReadContentResponse_List is a list of ReadContentResponse.

func NewReadContentResponse_List

func NewReadContentResponse_List(s *capnp.Segment, sz int32) (ReadContentResponse_List, error)

NewReadContentResponse creates a new list of ReadContentResponse.

type Ref

type Ref capnp.Struct

func NewRef

func NewRef(s *capnp.Segment) (Ref, error)

func NewRootRef

func NewRootRef(s *capnp.Segment) (Ref, error)

func ReadRootRef

func ReadRootRef(msg *capnp.Message) (Ref, error)

func (Ref) DecodeFromPtr

func (Ref) DecodeFromPtr(p capnp.Ptr) Ref

func (Ref) EncodeAsPtr

func (s Ref) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (Ref) HasNodeId

func (s Ref) HasNodeId() bool

func (Ref) HasSourceId

func (s Ref) HasSourceId() bool

func (Ref) IsValid

func (s Ref) IsValid() bool

func (Ref) Message

func (s Ref) Message() *capnp.Message

func (Ref) NodeId

func (s Ref) NodeId() (string, error)

func (Ref) NodeIdBytes

func (s Ref) NodeIdBytes() ([]byte, error)

func (Ref) Segment

func (s Ref) Segment() *capnp.Segment

func (Ref) SetNodeId

func (s Ref) SetNodeId(v string) error

func (Ref) SetSourceId

func (s Ref) SetSourceId(v string) error

func (Ref) SourceId

func (s Ref) SourceId() (string, error)

func (Ref) SourceIdBytes

func (s Ref) SourceIdBytes() ([]byte, error)

func (Ref) String

func (s Ref) String() string

func (Ref) ToPtr

func (s Ref) ToPtr() capnp.Ptr

type Ref_Future

type Ref_Future struct{ *capnp.Future }

Ref_Future is a wrapper for a Ref promised by a client call.

func (Ref_Future) Struct

func (f Ref_Future) Struct() (Ref, error)

type Ref_List

type Ref_List = capnp.StructList[Ref]

Ref_List is a list of Ref.

func NewRef_List

func NewRef_List(s *capnp.Segment, sz int32) (Ref_List, error)

NewRef creates a new list of Ref.

type ReparseRequest

type ReparseRequest capnp.Struct

func NewReparseRequest

func NewReparseRequest(s *capnp.Segment) (ReparseRequest, error)

func NewRootReparseRequest

func NewRootReparseRequest(s *capnp.Segment) (ReparseRequest, error)

func ReadRootReparseRequest

func ReadRootReparseRequest(msg *capnp.Message) (ReparseRequest, error)

func (ReparseRequest) DecodeFromPtr

func (ReparseRequest) DecodeFromPtr(p capnp.Ptr) ReparseRequest

func (ReparseRequest) EncodeAsPtr

func (s ReparseRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ReparseRequest) HasLang

func (s ReparseRequest) HasLang() bool

func (ReparseRequest) HasSource

func (s ReparseRequest) HasSource() bool

func (ReparseRequest) IsValid

func (s ReparseRequest) IsValid() bool

func (ReparseRequest) Lang

func (s ReparseRequest) Lang() (string, error)

func (ReparseRequest) LangBytes

func (s ReparseRequest) LangBytes() ([]byte, error)

func (ReparseRequest) Message

func (s ReparseRequest) Message() *capnp.Message

func (ReparseRequest) Segment

func (s ReparseRequest) Segment() *capnp.Segment

func (ReparseRequest) SetLang

func (s ReparseRequest) SetLang(v string) error

func (ReparseRequest) SetSource

func (s ReparseRequest) SetSource(v string) error

func (ReparseRequest) Source

func (s ReparseRequest) Source() (string, error)

func (ReparseRequest) SourceBytes

func (s ReparseRequest) SourceBytes() ([]byte, error)

func (ReparseRequest) String

func (s ReparseRequest) String() string

func (ReparseRequest) ToPtr

func (s ReparseRequest) ToPtr() capnp.Ptr

type ReparseRequest_Future

type ReparseRequest_Future struct{ *capnp.Future }

ReparseRequest_Future is a wrapper for a ReparseRequest promised by a client call.

func (ReparseRequest_Future) Struct

type ReparseRequest_List

type ReparseRequest_List = capnp.StructList[ReparseRequest]

ReparseRequest_List is a list of ReparseRequest.

func NewReparseRequest_List

func NewReparseRequest_List(s *capnp.Segment, sz int32) (ReparseRequest_List, error)

NewReparseRequest creates a new list of ReparseRequest.

type ReparseResponse

type ReparseResponse capnp.Struct

func NewReparseResponse

func NewReparseResponse(s *capnp.Segment) (ReparseResponse, error)

func NewRootReparseResponse

func NewRootReparseResponse(s *capnp.Segment) (ReparseResponse, error)

func ReadRootReparseResponse

func ReadRootReparseResponse(msg *capnp.Message) (ReparseResponse, error)

func (ReparseResponse) DecodeFromPtr

func (ReparseResponse) DecodeFromPtr(p capnp.Ptr) ReparseResponse

func (ReparseResponse) EncodeAsPtr

func (s ReparseResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (ReparseResponse) Generation

func (s ReparseResponse) Generation() uint64

func (ReparseResponse) HasStats

func (s ReparseResponse) HasStats() bool

func (ReparseResponse) IsValid

func (s ReparseResponse) IsValid() bool

func (ReparseResponse) Message

func (s ReparseResponse) Message() *capnp.Message

func (ReparseResponse) NewStats

func (s ReparseResponse) NewStats() (ParseStats, error)

NewStats sets the stats field to a newly allocated ParseStats struct, preferring placement in s's segment.

func (ReparseResponse) Ok

func (s ReparseResponse) Ok() bool

func (ReparseResponse) Segment

func (s ReparseResponse) Segment() *capnp.Segment

func (ReparseResponse) SetGeneration

func (s ReparseResponse) SetGeneration(v uint64)

func (ReparseResponse) SetOk

func (s ReparseResponse) SetOk(v bool)

func (ReparseResponse) SetStats

func (s ReparseResponse) SetStats(v ParseStats) error

func (ReparseResponse) Stats

func (s ReparseResponse) Stats() (ParseStats, error)

func (ReparseResponse) String

func (s ReparseResponse) String() string

func (ReparseResponse) ToPtr

func (s ReparseResponse) ToPtr() capnp.Ptr

type ReparseResponse_Future

type ReparseResponse_Future struct{ *capnp.Future }

ReparseResponse_Future is a wrapper for a ReparseResponse promised by a client call.

func (ReparseResponse_Future) Stats

func (ReparseResponse_Future) Struct

type ReparseResponse_List

type ReparseResponse_List = capnp.StructList[ReparseResponse]

ReparseResponse_List is a list of ReparseResponse.

func NewReparseResponse_List

func NewReparseResponse_List(s *capnp.Segment, sz int32) (ReparseResponse_List, error)

NewReparseResponse creates a new list of ReparseResponse.

type SnapshotResponse

type SnapshotResponse capnp.Struct

func NewRootSnapshotResponse

func NewRootSnapshotResponse(s *capnp.Segment) (SnapshotResponse, error)

func NewSnapshotResponse

func NewSnapshotResponse(s *capnp.Segment) (SnapshotResponse, error)

func ReadRootSnapshotResponse

func ReadRootSnapshotResponse(msg *capnp.Message) (SnapshotResponse, error)

func (SnapshotResponse) DecodeFromPtr

func (SnapshotResponse) DecodeFromPtr(p capnp.Ptr) SnapshotResponse

func (SnapshotResponse) EncodeAsPtr

func (s SnapshotResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (SnapshotResponse) Generation

func (s SnapshotResponse) Generation() uint64

func (SnapshotResponse) IsValid

func (s SnapshotResponse) IsValid() bool

func (SnapshotResponse) Message

func (s SnapshotResponse) Message() *capnp.Message

func (SnapshotResponse) Ok

func (s SnapshotResponse) Ok() bool

func (SnapshotResponse) Segment

func (s SnapshotResponse) Segment() *capnp.Segment

func (SnapshotResponse) SetGeneration

func (s SnapshotResponse) SetGeneration(v uint64)

func (SnapshotResponse) SetOk

func (s SnapshotResponse) SetOk(v bool)

func (SnapshotResponse) String

func (s SnapshotResponse) String() string

func (SnapshotResponse) ToPtr

func (s SnapshotResponse) ToPtr() capnp.Ptr

type SnapshotResponse_Future

type SnapshotResponse_Future struct{ *capnp.Future }

SnapshotResponse_Future is a wrapper for a SnapshotResponse promised by a client call.

func (SnapshotResponse_Future) Struct

type SnapshotResponse_List

type SnapshotResponse_List = capnp.StructList[SnapshotResponse]

SnapshotResponse_List is a list of SnapshotResponse.

func NewSnapshotResponse_List

func NewSnapshotResponse_List(s *capnp.Segment, sz int32) (SnapshotResponse_List, error)

NewSnapshotResponse creates a new list of SnapshotResponse.

type StatusResponse

type StatusResponse capnp.Struct

func NewRootStatusResponse

func NewRootStatusResponse(s *capnp.Segment) (StatusResponse, error)

func NewStatusResponse

func NewStatusResponse(s *capnp.Segment) (StatusResponse, error)

func ReadRootStatusResponse

func ReadRootStatusResponse(msg *capnp.Message) (StatusResponse, error)

func (StatusResponse) ArenaPath

func (s StatusResponse) ArenaPath() (string, error)

func (StatusResponse) ArenaPathBytes

func (s StatusResponse) ArenaPathBytes() ([]byte, error)

func (StatusResponse) ArenaSize

func (s StatusResponse) ArenaSize() uint64

func (StatusResponse) DecodeFromPtr

func (StatusResponse) DecodeFromPtr(p capnp.Ptr) StatusResponse

func (StatusResponse) EncodeAsPtr

func (s StatusResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (StatusResponse) Generation

func (s StatusResponse) Generation() uint64

func (StatusResponse) HasArenaPath

func (s StatusResponse) HasArenaPath() bool

func (StatusResponse) IsValid

func (s StatusResponse) IsValid() bool

func (StatusResponse) Message

func (s StatusResponse) Message() *capnp.Message

func (StatusResponse) Ok

func (s StatusResponse) Ok() bool

func (StatusResponse) Segment

func (s StatusResponse) Segment() *capnp.Segment

func (StatusResponse) SetArenaPath

func (s StatusResponse) SetArenaPath(v string) error

func (StatusResponse) SetArenaSize

func (s StatusResponse) SetArenaSize(v uint64)

func (StatusResponse) SetGeneration

func (s StatusResponse) SetGeneration(v uint64)

func (StatusResponse) SetOk

func (s StatusResponse) SetOk(v bool)

func (StatusResponse) String

func (s StatusResponse) String() string

func (StatusResponse) ToPtr

func (s StatusResponse) ToPtr() capnp.Ptr

type StatusResponse_Future

type StatusResponse_Future struct{ *capnp.Future }

StatusResponse_Future is a wrapper for a StatusResponse promised by a client call.

func (StatusResponse_Future) Struct

type StatusResponse_List

type StatusResponse_List = capnp.StructList[StatusResponse]

StatusResponse_List is a list of StatusResponse.

func NewStatusResponse_List

func NewStatusResponse_List(s *capnp.Segment, sz int32) (StatusResponse_List, error)

NewStatusResponse creates a new list of StatusResponse.

type SubscribeRequest

type SubscribeRequest capnp.Struct

func NewRootSubscribeRequest

func NewRootSubscribeRequest(s *capnp.Segment) (SubscribeRequest, error)

func NewSubscribeRequest

func NewSubscribeRequest(s *capnp.Segment) (SubscribeRequest, error)

func ReadRootSubscribeRequest

func ReadRootSubscribeRequest(msg *capnp.Message) (SubscribeRequest, error)

func (SubscribeRequest) DecodeFromPtr

func (SubscribeRequest) DecodeFromPtr(p capnp.Ptr) SubscribeRequest

func (SubscribeRequest) EncodeAsPtr

func (s SubscribeRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (SubscribeRequest) HasIdentity

func (s SubscribeRequest) HasIdentity() bool

func (SubscribeRequest) HasTopics

func (s SubscribeRequest) HasTopics() bool

func (SubscribeRequest) Identity

func (s SubscribeRequest) Identity() (string, error)

func (SubscribeRequest) IdentityBytes

func (s SubscribeRequest) IdentityBytes() ([]byte, error)

func (SubscribeRequest) IsValid

func (s SubscribeRequest) IsValid() bool

func (SubscribeRequest) Message

func (s SubscribeRequest) Message() *capnp.Message

func (SubscribeRequest) NewTopics

func (s SubscribeRequest) NewTopics(n int32) (capnp.TextList, error)

NewTopics sets the topics field to a newly allocated capnp.TextList, preferring placement in s's segment.

func (SubscribeRequest) Segment

func (s SubscribeRequest) Segment() *capnp.Segment

func (SubscribeRequest) SetIdentity

func (s SubscribeRequest) SetIdentity(v string) error

func (SubscribeRequest) SetSince

func (s SubscribeRequest) SetSince(v uint64)

func (SubscribeRequest) SetTopics

func (s SubscribeRequest) SetTopics(v capnp.TextList) error

func (SubscribeRequest) Since

func (s SubscribeRequest) Since() uint64

func (SubscribeRequest) String

func (s SubscribeRequest) String() string

func (SubscribeRequest) ToPtr

func (s SubscribeRequest) ToPtr() capnp.Ptr

func (SubscribeRequest) Topics

func (s SubscribeRequest) Topics() (capnp.TextList, error)

type SubscribeRequest_Future

type SubscribeRequest_Future struct{ *capnp.Future }

SubscribeRequest_Future is a wrapper for a SubscribeRequest promised by a client call.

func (SubscribeRequest_Future) Struct

type SubscribeRequest_List

type SubscribeRequest_List = capnp.StructList[SubscribeRequest]

SubscribeRequest_List is a list of SubscribeRequest.

func NewSubscribeRequest_List

func NewSubscribeRequest_List(s *capnp.Segment, sz int32) (SubscribeRequest_List, error)

NewSubscribeRequest creates a new list of SubscribeRequest.

type SubscribeResponse

type SubscribeResponse capnp.Struct

func NewRootSubscribeResponse

func NewRootSubscribeResponse(s *capnp.Segment) (SubscribeResponse, error)

func NewSubscribeResponse

func NewSubscribeResponse(s *capnp.Segment) (SubscribeResponse, error)

func ReadRootSubscribeResponse

func ReadRootSubscribeResponse(msg *capnp.Message) (SubscribeResponse, error)

func (SubscribeResponse) DecodeFromPtr

func (SubscribeResponse) DecodeFromPtr(p capnp.Ptr) SubscribeResponse

func (SubscribeResponse) EncodeAsPtr

func (s SubscribeResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr

func (SubscribeResponse) HeadSeq

func (s SubscribeResponse) HeadSeq() uint64

func (SubscribeResponse) IsValid

func (s SubscribeResponse) IsValid() bool

func (SubscribeResponse) Message

func (s SubscribeResponse) Message() *capnp.Message

func (SubscribeResponse) Ok

func (s SubscribeResponse) Ok() bool

func (SubscribeResponse) ReplayCount

func (s SubscribeResponse) ReplayCount() uint64

func (SubscribeResponse) ReplayGap

func (s SubscribeResponse) ReplayGap() bool

func (SubscribeResponse) Segment

func (s SubscribeResponse) Segment() *capnp.Segment

func (SubscribeResponse) SetHeadSeq

func (s SubscribeResponse) SetHeadSeq(v uint64)

func (SubscribeResponse) SetOk

func (s SubscribeResponse) SetOk(v bool)

func (SubscribeResponse) SetReplayCount

func (s SubscribeResponse) SetReplayCount(v uint64)

func (SubscribeResponse) SetReplayGap

func (s SubscribeResponse) SetReplayGap(v bool)

func (SubscribeResponse) String

func (s SubscribeResponse) String() string

func (SubscribeResponse) ToPtr

func (s SubscribeResponse) ToPtr() capnp.Ptr

type SubscribeResponse_Future

type SubscribeResponse_Future struct{ *capnp.Future }

SubscribeResponse_Future is a wrapper for a SubscribeResponse promised by a client call.

func (SubscribeResponse_Future) Struct

type SubscribeResponse_List

type SubscribeResponse_List = capnp.StructList[SubscribeResponse]

SubscribeResponse_List is a list of SubscribeResponse.

func NewSubscribeResponse_List

func NewSubscribeResponse_List(s *capnp.Segment, sz int32) (SubscribeResponse_List, error)

NewSubscribeResponse creates a new list of SubscribeResponse.

Jump to

Keyboard shortcuts

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