Documentation
¶
Index ¶
- Constants
- func RegisterSchema(reg *schemas.Registry)
- type EnrichRequest
- func (EnrichRequest) DecodeFromPtr(p capnp.Ptr) EnrichRequest
- func (s EnrichRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s EnrichRequest) Files() (capnp.TextList, error)
- func (s EnrichRequest) HasFiles() bool
- func (s EnrichRequest) HasPass() bool
- func (s EnrichRequest) IsValid() bool
- func (s EnrichRequest) Message() *capnp.Message
- func (s EnrichRequest) NewFiles(n int32) (capnp.TextList, error)
- func (s EnrichRequest) Pass() (string, error)
- func (s EnrichRequest) PassBytes() ([]byte, error)
- func (s EnrichRequest) Segment() *capnp.Segment
- func (s EnrichRequest) SetFiles(v capnp.TextList) error
- func (s EnrichRequest) SetPass(v string) error
- func (s EnrichRequest) String() string
- func (s EnrichRequest) ToPtr() capnp.Ptr
- type EnrichRequest_Future
- type EnrichRequest_List
- type EnrichResponse
- func (EnrichResponse) DecodeFromPtr(p capnp.Ptr) EnrichResponse
- func (s EnrichResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s EnrichResponse) Generation() uint64
- func (s EnrichResponse) HasPasses() bool
- func (s EnrichResponse) IsValid() bool
- func (s EnrichResponse) Message() *capnp.Message
- func (s EnrichResponse) NewPasses(n int32) (EnrichmentStats_List, error)
- func (s EnrichResponse) Ok() bool
- func (s EnrichResponse) Passes() (EnrichmentStats_List, error)
- func (s EnrichResponse) Segment() *capnp.Segment
- func (s EnrichResponse) SetGeneration(v uint64)
- func (s EnrichResponse) SetOk(v bool)
- func (s EnrichResponse) SetPasses(v EnrichmentStats_List) error
- func (s EnrichResponse) String() string
- func (s EnrichResponse) ToPtr() capnp.Ptr
- type EnrichResponse_Future
- type EnrichResponse_List
- type EnrichmentStats
- func (EnrichmentStats) DecodeFromPtr(p capnp.Ptr) EnrichmentStats
- func (s EnrichmentStats) DurationMs() uint64
- func (s EnrichmentStats) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s EnrichmentStats) FilesProcessed() uint64
- func (s EnrichmentStats) HasPassName() bool
- func (s EnrichmentStats) IsValid() bool
- func (s EnrichmentStats) ItemsAdded() uint64
- func (s EnrichmentStats) Message() *capnp.Message
- func (s EnrichmentStats) PassName() (string, error)
- func (s EnrichmentStats) PassNameBytes() ([]byte, error)
- func (s EnrichmentStats) Segment() *capnp.Segment
- func (s EnrichmentStats) SetDurationMs(v uint64)
- func (s EnrichmentStats) SetFilesProcessed(v uint64)
- func (s EnrichmentStats) SetItemsAdded(v uint64)
- func (s EnrichmentStats) SetPassName(v string) error
- func (s EnrichmentStats) String() string
- func (s EnrichmentStats) ToPtr() capnp.Ptr
- type EnrichmentStats_Future
- type EnrichmentStats_List
- type ErrorResponse
- func (ErrorResponse) DecodeFromPtr(p capnp.Ptr) ErrorResponse
- func (s ErrorResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ErrorResponse) Error() (string, error)
- func (s ErrorResponse) ErrorBytes() ([]byte, error)
- func (s ErrorResponse) HasError() bool
- func (s ErrorResponse) IsValid() bool
- func (s ErrorResponse) Message() *capnp.Message
- func (s ErrorResponse) Segment() *capnp.Segment
- func (s ErrorResponse) SetError(v string) error
- func (s ErrorResponse) String() string
- func (s ErrorResponse) ToPtr() capnp.Ptr
- type ErrorResponse_Future
- type ErrorResponse_List
- type Event
- func (s Event) Data() (string, error)
- func (s Event) DataBytes() ([]byte, error)
- func (Event) DecodeFromPtr(p capnp.Ptr) Event
- func (s Event) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Event) HasData() bool
- func (s Event) HasSource() bool
- func (s Event) HasTopic() bool
- func (s Event) IsValid() bool
- func (s Event) Message() *capnp.Message
- func (s Event) Segment() *capnp.Segment
- func (s Event) Seq() uint64
- func (s Event) SetData(v string) error
- func (s Event) SetSeq(v uint64)
- func (s Event) SetSource(v string) error
- func (s Event) SetTopic(v string) error
- func (s Event) Source() (string, error)
- func (s Event) SourceBytes() ([]byte, error)
- func (s Event) String() string
- func (s Event) ToPtr() capnp.Ptr
- func (s Event) Topic() (string, error)
- func (s Event) TopicBytes() ([]byte, error)
- type Event_Future
- type Event_List
- type FindCallersRequest
- func (FindCallersRequest) DecodeFromPtr(p capnp.Ptr) FindCallersRequest
- func (s FindCallersRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s FindCallersRequest) HasToken() bool
- func (s FindCallersRequest) IsValid() bool
- func (s FindCallersRequest) Message() *capnp.Message
- func (s FindCallersRequest) Segment() *capnp.Segment
- func (s FindCallersRequest) SetToken(v string) error
- func (s FindCallersRequest) String() string
- func (s FindCallersRequest) ToPtr() capnp.Ptr
- func (s FindCallersRequest) Token() (string, error)
- func (s FindCallersRequest) TokenBytes() ([]byte, error)
- type FindCallersRequest_Future
- type FindCallersRequest_List
- type FindCallersResponse
- func (s FindCallersResponse) Callers() (Ref_List, error)
- func (FindCallersResponse) DecodeFromPtr(p capnp.Ptr) FindCallersResponse
- func (s FindCallersResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s FindCallersResponse) HasCallers() bool
- func (s FindCallersResponse) IsValid() bool
- func (s FindCallersResponse) Message() *capnp.Message
- func (s FindCallersResponse) NewCallers(n int32) (Ref_List, error)
- func (s FindCallersResponse) Ok() bool
- func (s FindCallersResponse) Segment() *capnp.Segment
- func (s FindCallersResponse) SetCallers(v Ref_List) error
- func (s FindCallersResponse) SetOk(v bool)
- func (s FindCallersResponse) String() string
- func (s FindCallersResponse) ToPtr() capnp.Ptr
- type FindCallersResponse_Future
- type FindCallersResponse_List
- type FindDefsRequest
- func (FindDefsRequest) DecodeFromPtr(p capnp.Ptr) FindDefsRequest
- func (s FindDefsRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s FindDefsRequest) HasToken() bool
- func (s FindDefsRequest) IsValid() bool
- func (s FindDefsRequest) Message() *capnp.Message
- func (s FindDefsRequest) Segment() *capnp.Segment
- func (s FindDefsRequest) SetToken(v string) error
- func (s FindDefsRequest) String() string
- func (s FindDefsRequest) ToPtr() capnp.Ptr
- func (s FindDefsRequest) Token() (string, error)
- func (s FindDefsRequest) TokenBytes() ([]byte, error)
- type FindDefsRequest_Future
- type FindDefsRequest_List
- type FindDefsResponse
- func (FindDefsResponse) DecodeFromPtr(p capnp.Ptr) FindDefsResponse
- func (s FindDefsResponse) Defs() (Ref_List, error)
- func (s FindDefsResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s FindDefsResponse) HasDefs() bool
- func (s FindDefsResponse) IsValid() bool
- func (s FindDefsResponse) Message() *capnp.Message
- func (s FindDefsResponse) NewDefs(n int32) (Ref_List, error)
- func (s FindDefsResponse) Ok() bool
- func (s FindDefsResponse) Segment() *capnp.Segment
- func (s FindDefsResponse) SetDefs(v Ref_List) error
- func (s FindDefsResponse) SetOk(v bool)
- func (s FindDefsResponse) String() string
- func (s FindDefsResponse) ToPtr() capnp.Ptr
- type FindDefsResponse_Future
- type FindDefsResponse_List
- type GetNodeRequest
- func (GetNodeRequest) DecodeFromPtr(p capnp.Ptr) GetNodeRequest
- func (s GetNodeRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s GetNodeRequest) HasId() bool
- func (s GetNodeRequest) Id() (string, error)
- func (s GetNodeRequest) IdBytes() ([]byte, error)
- func (s GetNodeRequest) IsValid() bool
- func (s GetNodeRequest) Message() *capnp.Message
- func (s GetNodeRequest) Segment() *capnp.Segment
- func (s GetNodeRequest) SetId(v string) error
- func (s GetNodeRequest) String() string
- func (s GetNodeRequest) ToPtr() capnp.Ptr
- type GetNodeRequest_Future
- type GetNodeRequest_List
- type GetNodeResponse
- func (GetNodeResponse) DecodeFromPtr(p capnp.Ptr) GetNodeResponse
- func (s GetNodeResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s GetNodeResponse) Error() (string, error)
- func (s GetNodeResponse) ErrorBytes() ([]byte, error)
- func (s GetNodeResponse) HasError() bool
- func (s GetNodeResponse) HasNode() bool
- func (s GetNodeResponse) IsValid() bool
- func (s GetNodeResponse) Message() *capnp.Message
- func (s GetNodeResponse) NewNode() (Node, error)
- func (s GetNodeResponse) Node() (Node, error)
- func (s GetNodeResponse) Ok() bool
- func (s GetNodeResponse) Segment() *capnp.Segment
- func (s GetNodeResponse) SetError(v string) error
- func (s GetNodeResponse) SetNode(v Node) error
- func (s GetNodeResponse) SetOk(v bool)
- func (s GetNodeResponse) String() string
- func (s GetNodeResponse) ToPtr() capnp.Ptr
- type GetNodeResponse_Future
- type GetNodeResponse_List
- type ListChildrenRequest
- func (ListChildrenRequest) DecodeFromPtr(p capnp.Ptr) ListChildrenRequest
- func (s ListChildrenRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ListChildrenRequest) HasId() bool
- func (s ListChildrenRequest) Id() (string, error)
- func (s ListChildrenRequest) IdBytes() ([]byte, error)
- func (s ListChildrenRequest) IsValid() bool
- func (s ListChildrenRequest) Message() *capnp.Message
- func (s ListChildrenRequest) Segment() *capnp.Segment
- func (s ListChildrenRequest) SetId(v string) error
- func (s ListChildrenRequest) String() string
- func (s ListChildrenRequest) ToPtr() capnp.Ptr
- type ListChildrenRequest_Future
- type ListChildrenRequest_List
- type ListChildrenResponse
- func (s ListChildrenResponse) Children() (Node_List, error)
- func (ListChildrenResponse) DecodeFromPtr(p capnp.Ptr) ListChildrenResponse
- func (s ListChildrenResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ListChildrenResponse) HasChildren() bool
- func (s ListChildrenResponse) IsValid() bool
- func (s ListChildrenResponse) Message() *capnp.Message
- func (s ListChildrenResponse) NewChildren(n int32) (Node_List, error)
- func (s ListChildrenResponse) Ok() bool
- func (s ListChildrenResponse) Segment() *capnp.Segment
- func (s ListChildrenResponse) SetChildren(v Node_List) error
- func (s ListChildrenResponse) SetOk(v bool)
- func (s ListChildrenResponse) String() string
- func (s ListChildrenResponse) ToPtr() capnp.Ptr
- type ListChildrenResponse_Future
- type ListChildrenResponse_List
- type LoadRequest
- func (s LoadRequest) Db() ([]byte, error)
- func (LoadRequest) DecodeFromPtr(p capnp.Ptr) LoadRequest
- func (s LoadRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s LoadRequest) HasDb() bool
- func (s LoadRequest) IsValid() bool
- func (s LoadRequest) Message() *capnp.Message
- func (s LoadRequest) Segment() *capnp.Segment
- func (s LoadRequest) SetDb(v []byte) error
- func (s LoadRequest) String() string
- func (s LoadRequest) ToPtr() capnp.Ptr
- type LoadRequest_Future
- type LoadRequest_List
- type LoadResponse
- func (LoadResponse) DecodeFromPtr(p capnp.Ptr) LoadResponse
- func (s LoadResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s LoadResponse) Generation() uint64
- func (s LoadResponse) IsValid() bool
- func (s LoadResponse) Message() *capnp.Message
- func (s LoadResponse) Ok() bool
- func (s LoadResponse) Segment() *capnp.Segment
- func (s LoadResponse) SetGeneration(v uint64)
- func (s LoadResponse) SetOk(v bool)
- func (s LoadResponse) String() string
- func (s LoadResponse) ToPtr() capnp.Ptr
- type LoadResponse_Future
- type LoadResponse_List
- type Node
- func (Node) DecodeFromPtr(p capnp.Ptr) Node
- func (s Node) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Node) HasId() bool
- func (s Node) HasName() bool
- func (s Node) HasParentId() bool
- func (s Node) HasRecord() bool
- func (s Node) Id() (string, error)
- func (s Node) IdBytes() ([]byte, error)
- func (s Node) IsValid() bool
- func (s Node) Kind() int32
- func (s Node) Message() *capnp.Message
- func (s Node) Name() (string, error)
- func (s Node) NameBytes() ([]byte, error)
- func (s Node) ParentId() (string, error)
- func (s Node) ParentIdBytes() ([]byte, error)
- func (s Node) Record() (string, error)
- func (s Node) RecordBytes() ([]byte, error)
- func (s Node) Segment() *capnp.Segment
- func (s Node) SetId(v string) error
- func (s Node) SetKind(v int32)
- func (s Node) SetName(v string) error
- func (s Node) SetParentId(v string) error
- func (s Node) SetRecord(v string) error
- func (s Node) SetSize(v int64)
- func (s Node) Size() int64
- func (s Node) String() string
- func (s Node) ToPtr() capnp.Ptr
- type Node_Future
- type Node_List
- type ParseStats
- func (s ParseStats) ChangedFiles() (capnp.TextList, error)
- func (ParseStats) DecodeFromPtr(p capnp.Ptr) ParseStats
- func (s ParseStats) Deleted() uint64
- func (s ParseStats) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ParseStats) Errors() uint64
- func (s ParseStats) HasChangedFiles() bool
- func (s ParseStats) IsValid() bool
- func (s ParseStats) Message() *capnp.Message
- func (s ParseStats) NewChangedFiles(n int32) (capnp.TextList, error)
- func (s ParseStats) Parsed() uint64
- func (s ParseStats) Segment() *capnp.Segment
- func (s ParseStats) SetChangedFiles(v capnp.TextList) error
- func (s ParseStats) SetDeleted(v uint64)
- func (s ParseStats) SetErrors(v uint64)
- func (s ParseStats) SetParsed(v uint64)
- func (s ParseStats) SetUnchanged(v uint64)
- func (s ParseStats) String() string
- func (s ParseStats) ToPtr() capnp.Ptr
- func (s ParseStats) Unchanged() uint64
- type ParseStats_Future
- type ParseStats_List
- type QueryRequest
- func (QueryRequest) DecodeFromPtr(p capnp.Ptr) QueryRequest
- func (s QueryRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s QueryRequest) HasSql() bool
- func (s QueryRequest) IsValid() bool
- func (s QueryRequest) Message() *capnp.Message
- func (s QueryRequest) Segment() *capnp.Segment
- func (s QueryRequest) SetSql(v string) error
- func (s QueryRequest) Sql() (string, error)
- func (s QueryRequest) SqlBytes() ([]byte, error)
- func (s QueryRequest) String() string
- func (s QueryRequest) ToPtr() capnp.Ptr
- type QueryRequest_Future
- type QueryRequest_List
- type QueryResponse
- func (s QueryResponse) Columns() (capnp.TextList, error)
- func (QueryResponse) DecodeFromPtr(p capnp.Ptr) QueryResponse
- func (s QueryResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s QueryResponse) HasColumns() bool
- func (s QueryResponse) HasRows() bool
- func (s QueryResponse) IsValid() bool
- func (s QueryResponse) Message() *capnp.Message
- func (s QueryResponse) NewColumns(n int32) (capnp.TextList, error)
- func (s QueryResponse) NewRows(n int32) (QueryRow_List, error)
- func (s QueryResponse) Ok() bool
- func (s QueryResponse) Rows() (QueryRow_List, error)
- func (s QueryResponse) Segment() *capnp.Segment
- func (s QueryResponse) SetColumns(v capnp.TextList) error
- func (s QueryResponse) SetOk(v bool)
- func (s QueryResponse) SetRows(v QueryRow_List) error
- func (s QueryResponse) String() string
- func (s QueryResponse) ToPtr() capnp.Ptr
- type QueryResponse_Future
- type QueryResponse_List
- type QueryRow
- func (QueryRow) DecodeFromPtr(p capnp.Ptr) QueryRow
- func (s QueryRow) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s QueryRow) HasValues() bool
- func (s QueryRow) IsValid() bool
- func (s QueryRow) Message() *capnp.Message
- func (s QueryRow) NewValues(n int32) (capnp.TextList, error)
- func (s QueryRow) Segment() *capnp.Segment
- func (s QueryRow) SetValues(v capnp.TextList) error
- func (s QueryRow) String() string
- func (s QueryRow) ToPtr() capnp.Ptr
- func (s QueryRow) Values() (capnp.TextList, error)
- type QueryRow_Future
- type QueryRow_List
- type ReadContentRequest
- func (ReadContentRequest) DecodeFromPtr(p capnp.Ptr) ReadContentRequest
- func (s ReadContentRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ReadContentRequest) HasId() bool
- func (s ReadContentRequest) Id() (string, error)
- func (s ReadContentRequest) IdBytes() ([]byte, error)
- func (s ReadContentRequest) IsValid() bool
- func (s ReadContentRequest) Message() *capnp.Message
- func (s ReadContentRequest) Segment() *capnp.Segment
- func (s ReadContentRequest) SetId(v string) error
- func (s ReadContentRequest) String() string
- func (s ReadContentRequest) ToPtr() capnp.Ptr
- type ReadContentRequest_Future
- type ReadContentRequest_List
- type ReadContentResponse
- func (s ReadContentResponse) Content() (string, error)
- func (s ReadContentResponse) ContentBytes() ([]byte, error)
- func (ReadContentResponse) DecodeFromPtr(p capnp.Ptr) ReadContentResponse
- func (s ReadContentResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ReadContentResponse) Error() (string, error)
- func (s ReadContentResponse) ErrorBytes() ([]byte, error)
- func (s ReadContentResponse) HasContent() bool
- func (s ReadContentResponse) HasError() bool
- func (s ReadContentResponse) IsValid() bool
- func (s ReadContentResponse) Message() *capnp.Message
- func (s ReadContentResponse) Ok() bool
- func (s ReadContentResponse) Segment() *capnp.Segment
- func (s ReadContentResponse) SetContent(v string) error
- func (s ReadContentResponse) SetError(v string) error
- func (s ReadContentResponse) SetOk(v bool)
- func (s ReadContentResponse) String() string
- func (s ReadContentResponse) ToPtr() capnp.Ptr
- type ReadContentResponse_Future
- type ReadContentResponse_List
- type Ref
- func (Ref) DecodeFromPtr(p capnp.Ptr) Ref
- func (s Ref) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Ref) HasNodeId() bool
- func (s Ref) HasSourceId() bool
- func (s Ref) IsValid() bool
- func (s Ref) Message() *capnp.Message
- func (s Ref) NodeId() (string, error)
- func (s Ref) NodeIdBytes() ([]byte, error)
- func (s Ref) Segment() *capnp.Segment
- func (s Ref) SetNodeId(v string) error
- func (s Ref) SetSourceId(v string) error
- func (s Ref) SourceId() (string, error)
- func (s Ref) SourceIdBytes() ([]byte, error)
- func (s Ref) String() string
- func (s Ref) ToPtr() capnp.Ptr
- type Ref_Future
- type Ref_List
- type ReparseRequest
- func (ReparseRequest) DecodeFromPtr(p capnp.Ptr) ReparseRequest
- func (s ReparseRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ReparseRequest) HasLang() bool
- func (s ReparseRequest) HasSource() bool
- func (s ReparseRequest) IsValid() bool
- func (s ReparseRequest) Lang() (string, error)
- func (s ReparseRequest) LangBytes() ([]byte, error)
- func (s ReparseRequest) Message() *capnp.Message
- func (s ReparseRequest) Segment() *capnp.Segment
- func (s ReparseRequest) SetLang(v string) error
- func (s ReparseRequest) SetSource(v string) error
- func (s ReparseRequest) Source() (string, error)
- func (s ReparseRequest) SourceBytes() ([]byte, error)
- func (s ReparseRequest) String() string
- func (s ReparseRequest) ToPtr() capnp.Ptr
- type ReparseRequest_Future
- type ReparseRequest_List
- type ReparseResponse
- func (ReparseResponse) DecodeFromPtr(p capnp.Ptr) ReparseResponse
- func (s ReparseResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s ReparseResponse) Generation() uint64
- func (s ReparseResponse) HasStats() bool
- func (s ReparseResponse) IsValid() bool
- func (s ReparseResponse) Message() *capnp.Message
- func (s ReparseResponse) NewStats() (ParseStats, error)
- func (s ReparseResponse) Ok() bool
- func (s ReparseResponse) Segment() *capnp.Segment
- func (s ReparseResponse) SetGeneration(v uint64)
- func (s ReparseResponse) SetOk(v bool)
- func (s ReparseResponse) SetStats(v ParseStats) error
- func (s ReparseResponse) Stats() (ParseStats, error)
- func (s ReparseResponse) String() string
- func (s ReparseResponse) ToPtr() capnp.Ptr
- type ReparseResponse_Future
- type ReparseResponse_List
- type SnapshotResponse
- func (SnapshotResponse) DecodeFromPtr(p capnp.Ptr) SnapshotResponse
- func (s SnapshotResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s SnapshotResponse) Generation() uint64
- func (s SnapshotResponse) IsValid() bool
- func (s SnapshotResponse) Message() *capnp.Message
- func (s SnapshotResponse) Ok() bool
- func (s SnapshotResponse) Segment() *capnp.Segment
- func (s SnapshotResponse) SetGeneration(v uint64)
- func (s SnapshotResponse) SetOk(v bool)
- func (s SnapshotResponse) String() string
- func (s SnapshotResponse) ToPtr() capnp.Ptr
- type SnapshotResponse_Future
- type SnapshotResponse_List
- type StatusResponse
- func (s StatusResponse) ArenaPath() (string, error)
- func (s StatusResponse) ArenaPathBytes() ([]byte, error)
- func (s StatusResponse) ArenaSize() uint64
- func (StatusResponse) DecodeFromPtr(p capnp.Ptr) StatusResponse
- func (s StatusResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s StatusResponse) Generation() uint64
- func (s StatusResponse) HasArenaPath() bool
- func (s StatusResponse) IsValid() bool
- func (s StatusResponse) Message() *capnp.Message
- func (s StatusResponse) Ok() bool
- func (s StatusResponse) Segment() *capnp.Segment
- func (s StatusResponse) SetArenaPath(v string) error
- func (s StatusResponse) SetArenaSize(v uint64)
- func (s StatusResponse) SetGeneration(v uint64)
- func (s StatusResponse) SetOk(v bool)
- func (s StatusResponse) String() string
- func (s StatusResponse) ToPtr() capnp.Ptr
- type StatusResponse_Future
- type StatusResponse_List
- type SubscribeRequest
- func (SubscribeRequest) DecodeFromPtr(p capnp.Ptr) SubscribeRequest
- func (s SubscribeRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s SubscribeRequest) HasIdentity() bool
- func (s SubscribeRequest) HasTopics() bool
- func (s SubscribeRequest) Identity() (string, error)
- func (s SubscribeRequest) IdentityBytes() ([]byte, error)
- func (s SubscribeRequest) IsValid() bool
- func (s SubscribeRequest) Message() *capnp.Message
- func (s SubscribeRequest) NewTopics(n int32) (capnp.TextList, error)
- func (s SubscribeRequest) Segment() *capnp.Segment
- func (s SubscribeRequest) SetIdentity(v string) error
- func (s SubscribeRequest) SetSince(v uint64)
- func (s SubscribeRequest) SetTopics(v capnp.TextList) error
- func (s SubscribeRequest) Since() uint64
- func (s SubscribeRequest) String() string
- func (s SubscribeRequest) ToPtr() capnp.Ptr
- func (s SubscribeRequest) Topics() (capnp.TextList, error)
- type SubscribeRequest_Future
- type SubscribeRequest_List
- type SubscribeResponse
- func (SubscribeResponse) DecodeFromPtr(p capnp.Ptr) SubscribeResponse
- func (s SubscribeResponse) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s SubscribeResponse) HeadSeq() uint64
- func (s SubscribeResponse) IsValid() bool
- func (s SubscribeResponse) Message() *capnp.Message
- func (s SubscribeResponse) Ok() bool
- func (s SubscribeResponse) ReplayCount() uint64
- func (s SubscribeResponse) ReplayGap() bool
- func (s SubscribeResponse) Segment() *capnp.Segment
- func (s SubscribeResponse) SetHeadSeq(v uint64)
- func (s SubscribeResponse) SetOk(v bool)
- func (s SubscribeResponse) SetReplayCount(v uint64)
- func (s SubscribeResponse) SetReplayGap(v bool)
- func (s SubscribeResponse) String() string
- func (s SubscribeResponse) ToPtr() capnp.Ptr
- type SubscribeResponse_Future
- type SubscribeResponse_List
Constants ¶
const EnrichRequest_TypeID = 0xd8d970c4a80c8bc7
EnrichRequest_TypeID is the unique identifier for the type EnrichRequest.
const EnrichResponse_TypeID = 0xb0c273d2f54f6129
EnrichResponse_TypeID is the unique identifier for the type EnrichResponse.
const EnrichmentStats_TypeID = 0xde3056d78221ed35
EnrichmentStats_TypeID is the unique identifier for the type EnrichmentStats.
const ErrorResponse_TypeID = 0xb7dd705c70c8f072
ErrorResponse_TypeID is the unique identifier for the type ErrorResponse.
const Event_TypeID = 0xb8a347db1f686319
Event_TypeID is the unique identifier for the type Event.
const FindCallersRequest_TypeID = 0xdc70b8674db6e7ec
FindCallersRequest_TypeID is the unique identifier for the type FindCallersRequest.
const FindCallersResponse_TypeID = 0xd0ca99cae34491f1
FindCallersResponse_TypeID is the unique identifier for the type FindCallersResponse.
const FindDefsRequest_TypeID = 0xdc1a45f85fcd3678
FindDefsRequest_TypeID is the unique identifier for the type FindDefsRequest.
const FindDefsResponse_TypeID = 0x9d29d8c12109eb80
FindDefsResponse_TypeID is the unique identifier for the type FindDefsResponse.
const GetNodeRequest_TypeID = 0xc93edb48651dd7ca
GetNodeRequest_TypeID is the unique identifier for the type GetNodeRequest.
const GetNodeResponse_TypeID = 0xa108b6985b5a5abd
GetNodeResponse_TypeID is the unique identifier for the type GetNodeResponse.
const ListChildrenRequest_TypeID = 0x9244609d69f97582
ListChildrenRequest_TypeID is the unique identifier for the type ListChildrenRequest.
const ListChildrenResponse_TypeID = 0x8c804df75f74b5e0
ListChildrenResponse_TypeID is the unique identifier for the type ListChildrenResponse.
const LoadRequest_TypeID = 0x87f896ecb2b01221
LoadRequest_TypeID is the unique identifier for the type LoadRequest.
const LoadResponse_TypeID = 0xc30b53f2cee7e736
LoadResponse_TypeID is the unique identifier for the type LoadResponse.
const Node_TypeID = 0x8788a694e7d0c9f7
Node_TypeID is the unique identifier for the type Node.
const ParseStats_TypeID = 0xe26eae3a020ab758
ParseStats_TypeID is the unique identifier for the type ParseStats.
const QueryRequest_TypeID = 0xc0fb833f6a272dee
QueryRequest_TypeID is the unique identifier for the type QueryRequest.
const QueryResponse_TypeID = 0xdf288d6f06549657
QueryResponse_TypeID is the unique identifier for the type QueryResponse.
const QueryRow_TypeID = 0xf3bbef28c2f00292
QueryRow_TypeID is the unique identifier for the type QueryRow.
const ReadContentRequest_TypeID = 0xc0c01ef080ad34b9
ReadContentRequest_TypeID is the unique identifier for the type ReadContentRequest.
const ReadContentResponse_TypeID = 0xfd6fe1ba61de2afe
ReadContentResponse_TypeID is the unique identifier for the type ReadContentResponse.
const Ref_TypeID = 0x9d12d8051cf589b2
Ref_TypeID is the unique identifier for the type Ref.
const ReparseRequest_TypeID = 0x8a447bf6ec09fbf7
ReparseRequest_TypeID is the unique identifier for the type ReparseRequest.
const ReparseResponse_TypeID = 0xc927f717ca8760b9
ReparseResponse_TypeID is the unique identifier for the type ReparseResponse.
const SnapshotResponse_TypeID = 0xde9a94124a6f6210
SnapshotResponse_TypeID is the unique identifier for the type SnapshotResponse.
const StatusResponse_TypeID = 0xc24dfe5c0df4dc8c
StatusResponse_TypeID is the unique identifier for the type StatusResponse.
const SubscribeRequest_TypeID = 0x86e4d03ac853e537
SubscribeRequest_TypeID is the unique identifier for the type SubscribeRequest.
const SubscribeResponse_TypeID = 0x9f8f61d321b718a1
SubscribeResponse_TypeID is the unique identifier for the type SubscribeResponse.
Variables ¶
This section is empty.
Functions ¶
func RegisterSchema ¶
Types ¶
type EnrichRequest ¶
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) 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) 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 ¶
EnrichRequest_Future is a wrapper for a EnrichRequest promised by a client call.
func (EnrichRequest_Future) Struct ¶
func (f EnrichRequest_Future) Struct() (EnrichRequest, error)
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 ¶
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 (s EnrichResponse) Passes() (EnrichmentStats_List, error)
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 ¶
EnrichResponse_Future is a wrapper for a EnrichResponse promised by a client call.
func (EnrichResponse_Future) Struct ¶
func (f EnrichResponse_Future) Struct() (EnrichResponse, error)
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 ¶
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 ¶
EnrichmentStats_Future is a wrapper for a EnrichmentStats promised by a client call.
func (EnrichmentStats_Future) Struct ¶
func (f EnrichmentStats_Future) Struct() (EnrichmentStats, error)
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 ¶
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 ¶
ErrorResponse_Future is a wrapper for a ErrorResponse promised by a client call.
func (ErrorResponse_Future) Struct ¶
func (f ErrorResponse_Future) Struct() (ErrorResponse, error)
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_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 ¶
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) DecodeFromPtr(p capnp.Ptr) FindCallersRequest
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 ¶
FindCallersRequest_Future is a wrapper for a FindCallersRequest promised by a client call.
func (FindCallersRequest_Future) Struct ¶
func (f FindCallersRequest_Future) Struct() (FindCallersRequest, error)
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 ¶
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) DecodeFromPtr(p capnp.Ptr) FindCallersResponse
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 ¶
FindCallersResponse_Future is a wrapper for a FindCallersResponse promised by a client call.
func (FindCallersResponse_Future) Struct ¶
func (f FindCallersResponse_Future) Struct() (FindCallersResponse, error)
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 ¶
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 ¶
FindDefsRequest_Future is a wrapper for a FindDefsRequest promised by a client call.
func (FindDefsRequest_Future) Struct ¶
func (f FindDefsRequest_Future) Struct() (FindDefsRequest, error)
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 ¶
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 ¶
FindDefsResponse_Future is a wrapper for a FindDefsResponse promised by a client call.
func (FindDefsResponse_Future) Struct ¶
func (f FindDefsResponse_Future) Struct() (FindDefsResponse, error)
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 ¶
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 ¶
GetNodeRequest_Future is a wrapper for a GetNodeRequest promised by a client call.
func (GetNodeRequest_Future) Struct ¶
func (f GetNodeRequest_Future) Struct() (GetNodeRequest, error)
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 ¶
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 ¶
GetNodeResponse_Future is a wrapper for a GetNodeResponse promised by a client call.
func (GetNodeResponse_Future) Node ¶
func (p GetNodeResponse_Future) Node() Node_Future
func (GetNodeResponse_Future) Struct ¶
func (f GetNodeResponse_Future) Struct() (GetNodeResponse, error)
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 ¶
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) DecodeFromPtr(p capnp.Ptr) ListChildrenRequest
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 ¶
ListChildrenRequest_Future is a wrapper for a ListChildrenRequest promised by a client call.
func (ListChildrenRequest_Future) Struct ¶
func (f ListChildrenRequest_Future) Struct() (ListChildrenRequest, error)
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 ¶
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) DecodeFromPtr(p capnp.Ptr) ListChildrenResponse
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 ¶
ListChildrenResponse_Future is a wrapper for a ListChildrenResponse promised by a client call.
func (ListChildrenResponse_Future) Struct ¶
func (f ListChildrenResponse_Future) Struct() (ListChildrenResponse, error)
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (Node) HasParentId ¶
func (Node) ParentIdBytes ¶
func (Node) RecordBytes ¶
func (Node) SetParentId ¶
type Node_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 ParseStats ¶
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 ¶
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 ¶
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 ¶
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 ¶
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) 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 ¶
QueryResponse_Future is a wrapper for a QueryResponse promised by a client call.
func (QueryResponse_Future) Struct ¶
func (f QueryResponse_Future) Struct() (QueryResponse, error)
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_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 ¶
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) DecodeFromPtr(p capnp.Ptr) ReadContentRequest
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 ¶
ReadContentRequest_Future is a wrapper for a ReadContentRequest promised by a client call.
func (ReadContentRequest_Future) Struct ¶
func (f ReadContentRequest_Future) Struct() (ReadContentRequest, error)
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 ¶
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) DecodeFromPtr(p capnp.Ptr) ReadContentResponse
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 ¶
ReadContentResponse_Future is a wrapper for a ReadContentResponse promised by a client call.
func (ReadContentResponse_Future) Struct ¶
func (f ReadContentResponse_Future) Struct() (ReadContentResponse, error)
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 ¶
func (Ref) HasSourceId ¶
func (Ref) NodeIdBytes ¶
func (Ref) SetSourceId ¶
func (Ref) SourceIdBytes ¶
type Ref_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 ReparseRequest ¶
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 ¶
ReparseRequest_Future is a wrapper for a ReparseRequest promised by a client call.
func (ReparseRequest_Future) Struct ¶
func (f ReparseRequest_Future) Struct() (ReparseRequest, error)
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 ¶
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 ¶
ReparseResponse_Future is a wrapper for a ReparseResponse promised by a client call.
func (ReparseResponse_Future) Stats ¶
func (p ReparseResponse_Future) Stats() ParseStats_Future
func (ReparseResponse_Future) Struct ¶
func (f ReparseResponse_Future) Struct() (ReparseResponse, error)
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 ¶
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 ¶
SnapshotResponse_Future is a wrapper for a SnapshotResponse promised by a client call.
func (SnapshotResponse_Future) Struct ¶
func (f SnapshotResponse_Future) Struct() (SnapshotResponse, error)
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 ¶
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 ¶
StatusResponse_Future is a wrapper for a StatusResponse promised by a client call.
func (StatusResponse_Future) Struct ¶
func (f StatusResponse_Future) Struct() (StatusResponse, error)
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 ¶
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) Since ¶
func (s SubscribeRequest) Since() uint64
func (SubscribeRequest) String ¶
func (s SubscribeRequest) String() string
func (SubscribeRequest) ToPtr ¶
func (s SubscribeRequest) ToPtr() capnp.Ptr
type SubscribeRequest_Future ¶
SubscribeRequest_Future is a wrapper for a SubscribeRequest promised by a client call.
func (SubscribeRequest_Future) Struct ¶
func (f SubscribeRequest_Future) Struct() (SubscribeRequest, error)
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 ¶
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 ¶
SubscribeResponse_Future is a wrapper for a SubscribeResponse promised by a client call.
func (SubscribeResponse_Future) Struct ¶
func (f SubscribeResponse_Future) Struct() (SubscribeResponse, error)
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.