s4wave_block_cursor

package
v0.51.2 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const SRPCBlockCursorResourceServiceServiceID = "s4wave.block.cursor.BlockCursorResourceService"

Variables

This section is empty.

Functions

func NewSRPCBlockCursorResourceServiceHandler

func NewSRPCBlockCursorResourceServiceHandler(impl SRPCBlockCursorResourceServiceServer, serviceID string) srpc.Handler

NewSRPCBlockCursorResourceServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.block.cursor.BlockCursorResourceService

func SRPCRegisterBlockCursorResourceService

func SRPCRegisterBlockCursorResourceService(mux srpc.Mux, impl SRPCBlockCursorResourceServiceServer) error

SRPCRegisterBlockCursorResourceService registers the implementation with the mux. Uses the default serviceID: s4wave.block.cursor.BlockCursorResourceService

Types

type ClearAllRefsRequest

type ClearAllRefsRequest struct {
	// contains filtered or unexported fields
}

ClearAllRefsRequest is the request type for ClearAllRefs.

func (*ClearAllRefsRequest) CloneMessageVT

func (*ClearAllRefsRequest) CloneVT

func (*ClearAllRefsRequest) EqualMessageVT

func (this *ClearAllRefsRequest) EqualMessageVT(thatMsg any) bool

func (*ClearAllRefsRequest) EqualVT

func (this *ClearAllRefsRequest) EqualVT(that *ClearAllRefsRequest) bool

func (*ClearAllRefsRequest) MarshalJSON

func (x *ClearAllRefsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ClearAllRefsRequest to JSON.

func (*ClearAllRefsRequest) MarshalProtoJSON

func (x *ClearAllRefsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ClearAllRefsRequest message to JSON.

func (*ClearAllRefsRequest) MarshalProtoText

func (x *ClearAllRefsRequest) MarshalProtoText() string

func (*ClearAllRefsRequest) MarshalToSizedBufferVT

func (m *ClearAllRefsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ClearAllRefsRequest) MarshalToVT

func (m *ClearAllRefsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ClearAllRefsRequest) MarshalVT

func (m *ClearAllRefsRequest) MarshalVT() (dAtA []byte, err error)

func (*ClearAllRefsRequest) ProtoMessage

func (*ClearAllRefsRequest) ProtoMessage()

func (*ClearAllRefsRequest) Reset

func (x *ClearAllRefsRequest) Reset()

func (*ClearAllRefsRequest) SizeVT

func (m *ClearAllRefsRequest) SizeVT() (n int)

func (*ClearAllRefsRequest) String

func (x *ClearAllRefsRequest) String() string

func (*ClearAllRefsRequest) UnmarshalJSON

func (x *ClearAllRefsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ClearAllRefsRequest from JSON.

func (*ClearAllRefsRequest) UnmarshalProtoJSON

func (x *ClearAllRefsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ClearAllRefsRequest message from JSON.

func (*ClearAllRefsRequest) UnmarshalVT

func (m *ClearAllRefsRequest) UnmarshalVT(dAtA []byte) error

type ClearAllRefsResponse

type ClearAllRefsResponse struct {
	// contains filtered or unexported fields
}

ClearAllRefsResponse is the response type for ClearAllRefs.

func (*ClearAllRefsResponse) CloneMessageVT

func (*ClearAllRefsResponse) CloneVT

func (*ClearAllRefsResponse) EqualMessageVT

func (this *ClearAllRefsResponse) EqualMessageVT(thatMsg any) bool

func (*ClearAllRefsResponse) EqualVT

func (this *ClearAllRefsResponse) EqualVT(that *ClearAllRefsResponse) bool

func (*ClearAllRefsResponse) MarshalJSON

func (x *ClearAllRefsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ClearAllRefsResponse to JSON.

func (*ClearAllRefsResponse) MarshalProtoJSON

func (x *ClearAllRefsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ClearAllRefsResponse message to JSON.

func (*ClearAllRefsResponse) MarshalProtoText

func (x *ClearAllRefsResponse) MarshalProtoText() string

func (*ClearAllRefsResponse) MarshalToSizedBufferVT

func (m *ClearAllRefsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ClearAllRefsResponse) MarshalToVT

func (m *ClearAllRefsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ClearAllRefsResponse) MarshalVT

func (m *ClearAllRefsResponse) MarshalVT() (dAtA []byte, err error)

func (*ClearAllRefsResponse) ProtoMessage

func (*ClearAllRefsResponse) ProtoMessage()

func (*ClearAllRefsResponse) Reset

func (x *ClearAllRefsResponse) Reset()

func (*ClearAllRefsResponse) SizeVT

func (m *ClearAllRefsResponse) SizeVT() (n int)

func (*ClearAllRefsResponse) String

func (x *ClearAllRefsResponse) String() string

func (*ClearAllRefsResponse) UnmarshalJSON

func (x *ClearAllRefsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ClearAllRefsResponse from JSON.

func (*ClearAllRefsResponse) UnmarshalProtoJSON

func (x *ClearAllRefsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ClearAllRefsResponse message from JSON.

func (*ClearAllRefsResponse) UnmarshalVT

func (m *ClearAllRefsResponse) UnmarshalVT(dAtA []byte) error

type ClearRefRequest

type ClearRefRequest struct {

	// RefId is the reference field ID to clear.
	RefId uint32 `protobuf:"varint,1,opt,name=ref_id,json=refId,proto3" json:"refId,omitempty"`
	// contains filtered or unexported fields
}

ClearRefRequest is the request type for ClearRef.

func (*ClearRefRequest) CloneMessageVT

func (m *ClearRefRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ClearRefRequest) CloneVT

func (m *ClearRefRequest) CloneVT() *ClearRefRequest

func (*ClearRefRequest) EqualMessageVT

func (this *ClearRefRequest) EqualMessageVT(thatMsg any) bool

func (*ClearRefRequest) EqualVT

func (this *ClearRefRequest) EqualVT(that *ClearRefRequest) bool

func (*ClearRefRequest) GetRefId

func (x *ClearRefRequest) GetRefId() uint32

func (*ClearRefRequest) MarshalJSON

func (x *ClearRefRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ClearRefRequest to JSON.

func (*ClearRefRequest) MarshalProtoJSON

func (x *ClearRefRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ClearRefRequest message to JSON.

func (*ClearRefRequest) MarshalProtoText

func (x *ClearRefRequest) MarshalProtoText() string

func (*ClearRefRequest) MarshalToSizedBufferVT

func (m *ClearRefRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ClearRefRequest) MarshalToVT

func (m *ClearRefRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ClearRefRequest) MarshalVT

func (m *ClearRefRequest) MarshalVT() (dAtA []byte, err error)

func (*ClearRefRequest) ProtoMessage

func (*ClearRefRequest) ProtoMessage()

func (*ClearRefRequest) Reset

func (x *ClearRefRequest) Reset()

func (*ClearRefRequest) SizeVT

func (m *ClearRefRequest) SizeVT() (n int)

func (*ClearRefRequest) String

func (x *ClearRefRequest) String() string

func (*ClearRefRequest) UnmarshalJSON

func (x *ClearRefRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ClearRefRequest from JSON.

func (*ClearRefRequest) UnmarshalProtoJSON

func (x *ClearRefRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ClearRefRequest message from JSON.

func (*ClearRefRequest) UnmarshalVT

func (m *ClearRefRequest) UnmarshalVT(dAtA []byte) error

type ClearRefResponse

type ClearRefResponse struct {
	// contains filtered or unexported fields
}

ClearRefResponse is the response type for ClearRef.

func (*ClearRefResponse) CloneMessageVT

func (m *ClearRefResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ClearRefResponse) CloneVT

func (m *ClearRefResponse) CloneVT() *ClearRefResponse

func (*ClearRefResponse) EqualMessageVT

func (this *ClearRefResponse) EqualMessageVT(thatMsg any) bool

func (*ClearRefResponse) EqualVT

func (this *ClearRefResponse) EqualVT(that *ClearRefResponse) bool

func (*ClearRefResponse) MarshalJSON

func (x *ClearRefResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ClearRefResponse to JSON.

func (*ClearRefResponse) MarshalProtoJSON

func (x *ClearRefResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ClearRefResponse message to JSON.

func (*ClearRefResponse) MarshalProtoText

func (x *ClearRefResponse) MarshalProtoText() string

func (*ClearRefResponse) MarshalToSizedBufferVT

func (m *ClearRefResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ClearRefResponse) MarshalToVT

func (m *ClearRefResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ClearRefResponse) MarshalVT

func (m *ClearRefResponse) MarshalVT() (dAtA []byte, err error)

func (*ClearRefResponse) ProtoMessage

func (*ClearRefResponse) ProtoMessage()

func (*ClearRefResponse) Reset

func (x *ClearRefResponse) Reset()

func (*ClearRefResponse) SizeVT

func (m *ClearRefResponse) SizeVT() (n int)

func (*ClearRefResponse) String

func (x *ClearRefResponse) String() string

func (*ClearRefResponse) UnmarshalJSON

func (x *ClearRefResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ClearRefResponse from JSON.

func (*ClearRefResponse) UnmarshalProtoJSON

func (x *ClearRefResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ClearRefResponse message from JSON.

func (*ClearRefResponse) UnmarshalVT

func (m *ClearRefResponse) UnmarshalVT(dAtA []byte) error

type DetachRecursiveRequest

type DetachRecursiveRequest struct {

	// DetachTx creates a new detached transaction.
	DetachTx bool `protobuf:"varint,1,opt,name=detach_tx,json=detachTx,proto3" json:"detachTx,omitempty"`
	// CloneBlocks clones the block objects.
	CloneBlocks bool `protobuf:"varint,2,opt,name=clone_blocks,json=cloneBlocks,proto3" json:"cloneBlocks,omitempty"`
	// MarkDirty marks all positions as dirty.
	MarkDirty bool `protobuf:"varint,3,opt,name=mark_dirty,json=markDirty,proto3" json:"markDirty,omitempty"`
	// contains filtered or unexported fields
}

DetachRecursiveRequest is the request type for DetachRecursive.

func (*DetachRecursiveRequest) CloneMessageVT

func (*DetachRecursiveRequest) CloneVT

func (*DetachRecursiveRequest) EqualMessageVT

func (this *DetachRecursiveRequest) EqualMessageVT(thatMsg any) bool

func (*DetachRecursiveRequest) EqualVT

func (this *DetachRecursiveRequest) EqualVT(that *DetachRecursiveRequest) bool

func (*DetachRecursiveRequest) GetCloneBlocks

func (x *DetachRecursiveRequest) GetCloneBlocks() bool

func (*DetachRecursiveRequest) GetDetachTx

func (x *DetachRecursiveRequest) GetDetachTx() bool

func (*DetachRecursiveRequest) GetMarkDirty

func (x *DetachRecursiveRequest) GetMarkDirty() bool

func (*DetachRecursiveRequest) MarshalJSON

func (x *DetachRecursiveRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachRecursiveRequest to JSON.

func (*DetachRecursiveRequest) MarshalProtoJSON

func (x *DetachRecursiveRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachRecursiveRequest message to JSON.

func (*DetachRecursiveRequest) MarshalProtoText

func (x *DetachRecursiveRequest) MarshalProtoText() string

func (*DetachRecursiveRequest) MarshalToSizedBufferVT

func (m *DetachRecursiveRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachRecursiveRequest) MarshalToVT

func (m *DetachRecursiveRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DetachRecursiveRequest) MarshalVT

func (m *DetachRecursiveRequest) MarshalVT() (dAtA []byte, err error)

func (*DetachRecursiveRequest) ProtoMessage

func (*DetachRecursiveRequest) ProtoMessage()

func (*DetachRecursiveRequest) Reset

func (x *DetachRecursiveRequest) Reset()

func (*DetachRecursiveRequest) SizeVT

func (m *DetachRecursiveRequest) SizeVT() (n int)

func (*DetachRecursiveRequest) String

func (x *DetachRecursiveRequest) String() string

func (*DetachRecursiveRequest) UnmarshalJSON

func (x *DetachRecursiveRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachRecursiveRequest from JSON.

func (*DetachRecursiveRequest) UnmarshalProtoJSON

func (x *DetachRecursiveRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachRecursiveRequest message from JSON.

func (*DetachRecursiveRequest) UnmarshalVT

func (m *DetachRecursiveRequest) UnmarshalVT(dAtA []byte) error

type DetachRecursiveResponse

type DetachRecursiveResponse struct {

	// ResourceId is the ID of the new detached BlockCursor resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

DetachRecursiveResponse is the response type for DetachRecursive.

func (*DetachRecursiveResponse) CloneMessageVT

func (*DetachRecursiveResponse) CloneVT

func (*DetachRecursiveResponse) EqualMessageVT

func (this *DetachRecursiveResponse) EqualMessageVT(thatMsg any) bool

func (*DetachRecursiveResponse) EqualVT

func (*DetachRecursiveResponse) GetResourceId

func (x *DetachRecursiveResponse) GetResourceId() uint32

func (*DetachRecursiveResponse) MarshalJSON

func (x *DetachRecursiveResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachRecursiveResponse to JSON.

func (*DetachRecursiveResponse) MarshalProtoJSON

func (x *DetachRecursiveResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachRecursiveResponse message to JSON.

func (*DetachRecursiveResponse) MarshalProtoText

func (x *DetachRecursiveResponse) MarshalProtoText() string

func (*DetachRecursiveResponse) MarshalToSizedBufferVT

func (m *DetachRecursiveResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachRecursiveResponse) MarshalToVT

func (m *DetachRecursiveResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DetachRecursiveResponse) MarshalVT

func (m *DetachRecursiveResponse) MarshalVT() (dAtA []byte, err error)

func (*DetachRecursiveResponse) ProtoMessage

func (*DetachRecursiveResponse) ProtoMessage()

func (*DetachRecursiveResponse) Reset

func (x *DetachRecursiveResponse) Reset()

func (*DetachRecursiveResponse) SizeVT

func (m *DetachRecursiveResponse) SizeVT() (n int)

func (*DetachRecursiveResponse) String

func (x *DetachRecursiveResponse) String() string

func (*DetachRecursiveResponse) UnmarshalJSON

func (x *DetachRecursiveResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachRecursiveResponse from JSON.

func (*DetachRecursiveResponse) UnmarshalProtoJSON

func (x *DetachRecursiveResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachRecursiveResponse message from JSON.

func (*DetachRecursiveResponse) UnmarshalVT

func (m *DetachRecursiveResponse) UnmarshalVT(dAtA []byte) error

type DetachRequest

type DetachRequest struct {

	// KeepRefs adds the new location as a parent of all previously referenced blocks.
	KeepRefs bool `protobuf:"varint,1,opt,name=keep_refs,json=keepRefs,proto3" json:"keepRefs,omitempty"`
	// contains filtered or unexported fields
}

DetachRequest is the request type for Detach.

func (*DetachRequest) CloneMessageVT

func (m *DetachRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*DetachRequest) CloneVT

func (m *DetachRequest) CloneVT() *DetachRequest

func (*DetachRequest) EqualMessageVT

func (this *DetachRequest) EqualMessageVT(thatMsg any) bool

func (*DetachRequest) EqualVT

func (this *DetachRequest) EqualVT(that *DetachRequest) bool

func (*DetachRequest) GetKeepRefs

func (x *DetachRequest) GetKeepRefs() bool

func (*DetachRequest) MarshalJSON

func (x *DetachRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachRequest to JSON.

func (*DetachRequest) MarshalProtoJSON

func (x *DetachRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachRequest message to JSON.

func (*DetachRequest) MarshalProtoText

func (x *DetachRequest) MarshalProtoText() string

func (*DetachRequest) MarshalToSizedBufferVT

func (m *DetachRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachRequest) MarshalToVT

func (m *DetachRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DetachRequest) MarshalVT

func (m *DetachRequest) MarshalVT() (dAtA []byte, err error)

func (*DetachRequest) ProtoMessage

func (*DetachRequest) ProtoMessage()

func (*DetachRequest) Reset

func (x *DetachRequest) Reset()

func (*DetachRequest) SizeVT

func (m *DetachRequest) SizeVT() (n int)

func (*DetachRequest) String

func (x *DetachRequest) String() string

func (*DetachRequest) UnmarshalJSON

func (x *DetachRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachRequest from JSON.

func (*DetachRequest) UnmarshalProtoJSON

func (x *DetachRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachRequest message from JSON.

func (*DetachRequest) UnmarshalVT

func (m *DetachRequest) UnmarshalVT(dAtA []byte) error

type DetachResponse

type DetachResponse struct {

	// ResourceId is the ID of the new detached BlockCursor resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

DetachResponse is the response type for Detach.

func (*DetachResponse) CloneMessageVT

func (m *DetachResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*DetachResponse) CloneVT

func (m *DetachResponse) CloneVT() *DetachResponse

func (*DetachResponse) EqualMessageVT

func (this *DetachResponse) EqualMessageVT(thatMsg any) bool

func (*DetachResponse) EqualVT

func (this *DetachResponse) EqualVT(that *DetachResponse) bool

func (*DetachResponse) GetResourceId

func (x *DetachResponse) GetResourceId() uint32

func (*DetachResponse) MarshalJSON

func (x *DetachResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachResponse to JSON.

func (*DetachResponse) MarshalProtoJSON

func (x *DetachResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachResponse message to JSON.

func (*DetachResponse) MarshalProtoText

func (x *DetachResponse) MarshalProtoText() string

func (*DetachResponse) MarshalToSizedBufferVT

func (m *DetachResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachResponse) MarshalToVT

func (m *DetachResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DetachResponse) MarshalVT

func (m *DetachResponse) MarshalVT() (dAtA []byte, err error)

func (*DetachResponse) ProtoMessage

func (*DetachResponse) ProtoMessage()

func (*DetachResponse) Reset

func (x *DetachResponse) Reset()

func (*DetachResponse) SizeVT

func (m *DetachResponse) SizeVT() (n int)

func (*DetachResponse) String

func (x *DetachResponse) String() string

func (*DetachResponse) UnmarshalJSON

func (x *DetachResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachResponse from JSON.

func (*DetachResponse) UnmarshalProtoJSON

func (x *DetachResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachResponse message from JSON.

func (*DetachResponse) UnmarshalVT

func (m *DetachResponse) UnmarshalVT(dAtA []byte) error

type DetachTransactionRequest

type DetachTransactionRequest struct {
	// contains filtered or unexported fields
}

DetachTransactionRequest is the request type for DetachTransaction.

func (*DetachTransactionRequest) CloneMessageVT

func (*DetachTransactionRequest) CloneVT

func (*DetachTransactionRequest) EqualMessageVT

func (this *DetachTransactionRequest) EqualMessageVT(thatMsg any) bool

func (*DetachTransactionRequest) EqualVT

func (*DetachTransactionRequest) MarshalJSON

func (x *DetachTransactionRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachTransactionRequest to JSON.

func (*DetachTransactionRequest) MarshalProtoJSON

func (x *DetachTransactionRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachTransactionRequest message to JSON.

func (*DetachTransactionRequest) MarshalProtoText

func (x *DetachTransactionRequest) MarshalProtoText() string

func (*DetachTransactionRequest) MarshalToSizedBufferVT

func (m *DetachTransactionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachTransactionRequest) MarshalToVT

func (m *DetachTransactionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DetachTransactionRequest) MarshalVT

func (m *DetachTransactionRequest) MarshalVT() (dAtA []byte, err error)

func (*DetachTransactionRequest) ProtoMessage

func (*DetachTransactionRequest) ProtoMessage()

func (*DetachTransactionRequest) Reset

func (x *DetachTransactionRequest) Reset()

func (*DetachTransactionRequest) SizeVT

func (m *DetachTransactionRequest) SizeVT() (n int)

func (*DetachTransactionRequest) String

func (x *DetachTransactionRequest) String() string

func (*DetachTransactionRequest) UnmarshalJSON

func (x *DetachTransactionRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachTransactionRequest from JSON.

func (*DetachTransactionRequest) UnmarshalProtoJSON

func (x *DetachTransactionRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachTransactionRequest message from JSON.

func (*DetachTransactionRequest) UnmarshalVT

func (m *DetachTransactionRequest) UnmarshalVT(dAtA []byte) error

type DetachTransactionResponse

type DetachTransactionResponse struct {

	// ResourceId is the ID of the new detached BlockCursor resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

DetachTransactionResponse is the response type for DetachTransaction.

func (*DetachTransactionResponse) CloneMessageVT

func (*DetachTransactionResponse) CloneVT

func (*DetachTransactionResponse) EqualMessageVT

func (this *DetachTransactionResponse) EqualMessageVT(thatMsg any) bool

func (*DetachTransactionResponse) EqualVT

func (*DetachTransactionResponse) GetResourceId

func (x *DetachTransactionResponse) GetResourceId() uint32

func (*DetachTransactionResponse) MarshalJSON

func (x *DetachTransactionResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachTransactionResponse to JSON.

func (*DetachTransactionResponse) MarshalProtoJSON

func (x *DetachTransactionResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachTransactionResponse message to JSON.

func (*DetachTransactionResponse) MarshalProtoText

func (x *DetachTransactionResponse) MarshalProtoText() string

func (*DetachTransactionResponse) MarshalToSizedBufferVT

func (m *DetachTransactionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachTransactionResponse) MarshalToVT

func (m *DetachTransactionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DetachTransactionResponse) MarshalVT

func (m *DetachTransactionResponse) MarshalVT() (dAtA []byte, err error)

func (*DetachTransactionResponse) ProtoMessage

func (*DetachTransactionResponse) ProtoMessage()

func (*DetachTransactionResponse) Reset

func (x *DetachTransactionResponse) Reset()

func (*DetachTransactionResponse) SizeVT

func (m *DetachTransactionResponse) SizeVT() (n int)

func (*DetachTransactionResponse) String

func (x *DetachTransactionResponse) String() string

func (*DetachTransactionResponse) UnmarshalJSON

func (x *DetachTransactionResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachTransactionResponse from JSON.

func (*DetachTransactionResponse) UnmarshalProtoJSON

func (x *DetachTransactionResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachTransactionResponse message from JSON.

func (*DetachTransactionResponse) UnmarshalVT

func (m *DetachTransactionResponse) UnmarshalVT(dAtA []byte) error

type FetchRequest

type FetchRequest struct {
	// contains filtered or unexported fields
}

FetchRequest is the request type for Fetch.

func (*FetchRequest) CloneMessageVT

func (m *FetchRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*FetchRequest) CloneVT

func (m *FetchRequest) CloneVT() *FetchRequest

func (*FetchRequest) EqualMessageVT

func (this *FetchRequest) EqualMessageVT(thatMsg any) bool

func (*FetchRequest) EqualVT

func (this *FetchRequest) EqualVT(that *FetchRequest) bool

func (*FetchRequest) MarshalJSON

func (x *FetchRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FetchRequest to JSON.

func (*FetchRequest) MarshalProtoJSON

func (x *FetchRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FetchRequest message to JSON.

func (*FetchRequest) MarshalProtoText

func (x *FetchRequest) MarshalProtoText() string

func (*FetchRequest) MarshalToSizedBufferVT

func (m *FetchRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FetchRequest) MarshalToVT

func (m *FetchRequest) MarshalToVT(dAtA []byte) (int, error)

func (*FetchRequest) MarshalVT

func (m *FetchRequest) MarshalVT() (dAtA []byte, err error)

func (*FetchRequest) ProtoMessage

func (*FetchRequest) ProtoMessage()

func (*FetchRequest) Reset

func (x *FetchRequest) Reset()

func (*FetchRequest) SizeVT

func (m *FetchRequest) SizeVT() (n int)

func (*FetchRequest) String

func (x *FetchRequest) String() string

func (*FetchRequest) UnmarshalJSON

func (x *FetchRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FetchRequest from JSON.

func (*FetchRequest) UnmarshalProtoJSON

func (x *FetchRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FetchRequest message from JSON.

func (*FetchRequest) UnmarshalVT

func (m *FetchRequest) UnmarshalVT(dAtA []byte) error

type FetchResponse

type FetchResponse struct {

	// Data is the raw block data.
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Found indicates if the block was found.
	Found bool `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
	// contains filtered or unexported fields
}

FetchResponse is the response type for Fetch.

func (*FetchResponse) CloneMessageVT

func (m *FetchResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*FetchResponse) CloneVT

func (m *FetchResponse) CloneVT() *FetchResponse

func (*FetchResponse) EqualMessageVT

func (this *FetchResponse) EqualMessageVT(thatMsg any) bool

func (*FetchResponse) EqualVT

func (this *FetchResponse) EqualVT(that *FetchResponse) bool

func (*FetchResponse) GetData

func (x *FetchResponse) GetData() []byte

func (*FetchResponse) GetFound

func (x *FetchResponse) GetFound() bool

func (*FetchResponse) MarshalJSON

func (x *FetchResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FetchResponse to JSON.

func (*FetchResponse) MarshalProtoJSON

func (x *FetchResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FetchResponse message to JSON.

func (*FetchResponse) MarshalProtoText

func (x *FetchResponse) MarshalProtoText() string

func (*FetchResponse) MarshalToSizedBufferVT

func (m *FetchResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FetchResponse) MarshalToVT

func (m *FetchResponse) MarshalToVT(dAtA []byte) (int, error)

func (*FetchResponse) MarshalVT

func (m *FetchResponse) MarshalVT() (dAtA []byte, err error)

func (*FetchResponse) ProtoMessage

func (*FetchResponse) ProtoMessage()

func (*FetchResponse) Reset

func (x *FetchResponse) Reset()

func (*FetchResponse) SizeVT

func (m *FetchResponse) SizeVT() (n int)

func (*FetchResponse) String

func (x *FetchResponse) String() string

func (*FetchResponse) UnmarshalJSON

func (x *FetchResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FetchResponse from JSON.

func (*FetchResponse) UnmarshalProtoJSON

func (x *FetchResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FetchResponse message from JSON.

func (*FetchResponse) UnmarshalVT

func (m *FetchResponse) UnmarshalVT(dAtA []byte) error

type FollowRefRequest

type FollowRefRequest struct {

	// RefId is the reference field ID to follow.
	RefId uint32 `protobuf:"varint,1,opt,name=ref_id,json=refId,proto3" json:"refId,omitempty"`
	// BlkRef is the optional block reference to follow.
	// If not provided, will follow the ref stored at RefId.
	BlkRef *block.BlockRef `protobuf:"bytes,2,opt,name=blk_ref,json=blkRef,proto3" json:"blkRef,omitempty"`
	// contains filtered or unexported fields
}

FollowRefRequest is the request type for FollowRef.

func (*FollowRefRequest) CloneMessageVT

func (m *FollowRefRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*FollowRefRequest) CloneVT

func (m *FollowRefRequest) CloneVT() *FollowRefRequest

func (*FollowRefRequest) EqualMessageVT

func (this *FollowRefRequest) EqualMessageVT(thatMsg any) bool

func (*FollowRefRequest) EqualVT

func (this *FollowRefRequest) EqualVT(that *FollowRefRequest) bool

func (*FollowRefRequest) GetBlkRef

func (x *FollowRefRequest) GetBlkRef() *block.BlockRef

func (*FollowRefRequest) GetRefId

func (x *FollowRefRequest) GetRefId() uint32

func (*FollowRefRequest) MarshalJSON

func (x *FollowRefRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FollowRefRequest to JSON.

func (*FollowRefRequest) MarshalProtoJSON

func (x *FollowRefRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FollowRefRequest message to JSON.

func (*FollowRefRequest) MarshalProtoText

func (x *FollowRefRequest) MarshalProtoText() string

func (*FollowRefRequest) MarshalToSizedBufferVT

func (m *FollowRefRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FollowRefRequest) MarshalToVT

func (m *FollowRefRequest) MarshalToVT(dAtA []byte) (int, error)

func (*FollowRefRequest) MarshalVT

func (m *FollowRefRequest) MarshalVT() (dAtA []byte, err error)

func (*FollowRefRequest) ProtoMessage

func (*FollowRefRequest) ProtoMessage()

func (*FollowRefRequest) Reset

func (x *FollowRefRequest) Reset()

func (*FollowRefRequest) SizeVT

func (m *FollowRefRequest) SizeVT() (n int)

func (*FollowRefRequest) String

func (x *FollowRefRequest) String() string

func (*FollowRefRequest) UnmarshalJSON

func (x *FollowRefRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FollowRefRequest from JSON.

func (*FollowRefRequest) UnmarshalProtoJSON

func (x *FollowRefRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FollowRefRequest message from JSON.

func (*FollowRefRequest) UnmarshalVT

func (m *FollowRefRequest) UnmarshalVT(dAtA []byte) error

type FollowRefResponse

type FollowRefResponse struct {

	// ResourceId is the ID of the new BlockCursor resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

FollowRefResponse is the response type for FollowRef.

func (*FollowRefResponse) CloneMessageVT

func (m *FollowRefResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*FollowRefResponse) CloneVT

func (m *FollowRefResponse) CloneVT() *FollowRefResponse

func (*FollowRefResponse) EqualMessageVT

func (this *FollowRefResponse) EqualMessageVT(thatMsg any) bool

func (*FollowRefResponse) EqualVT

func (this *FollowRefResponse) EqualVT(that *FollowRefResponse) bool

func (*FollowRefResponse) GetResourceId

func (x *FollowRefResponse) GetResourceId() uint32

func (*FollowRefResponse) MarshalJSON

func (x *FollowRefResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FollowRefResponse to JSON.

func (*FollowRefResponse) MarshalProtoJSON

func (x *FollowRefResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FollowRefResponse message to JSON.

func (*FollowRefResponse) MarshalProtoText

func (x *FollowRefResponse) MarshalProtoText() string

func (*FollowRefResponse) MarshalToSizedBufferVT

func (m *FollowRefResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FollowRefResponse) MarshalToVT

func (m *FollowRefResponse) MarshalToVT(dAtA []byte) (int, error)

func (*FollowRefResponse) MarshalVT

func (m *FollowRefResponse) MarshalVT() (dAtA []byte, err error)

func (*FollowRefResponse) ProtoMessage

func (*FollowRefResponse) ProtoMessage()

func (*FollowRefResponse) Reset

func (x *FollowRefResponse) Reset()

func (*FollowRefResponse) SizeVT

func (m *FollowRefResponse) SizeVT() (n int)

func (*FollowRefResponse) String

func (x *FollowRefResponse) String() string

func (*FollowRefResponse) UnmarshalJSON

func (x *FollowRefResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FollowRefResponse from JSON.

func (*FollowRefResponse) UnmarshalProtoJSON

func (x *FollowRefResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FollowRefResponse message from JSON.

func (*FollowRefResponse) UnmarshalVT

func (m *FollowRefResponse) UnmarshalVT(dAtA []byte) error

type FollowSubBlockRequest

type FollowSubBlockRequest struct {

	// RefId is the sub-block field ID to follow.
	RefId uint32 `protobuf:"varint,1,opt,name=ref_id,json=refId,proto3" json:"refId,omitempty"`
	// contains filtered or unexported fields
}

FollowSubBlockRequest is the request type for FollowSubBlock.

func (*FollowSubBlockRequest) CloneMessageVT

func (*FollowSubBlockRequest) CloneVT

func (*FollowSubBlockRequest) EqualMessageVT

func (this *FollowSubBlockRequest) EqualMessageVT(thatMsg any) bool

func (*FollowSubBlockRequest) EqualVT

func (this *FollowSubBlockRequest) EqualVT(that *FollowSubBlockRequest) bool

func (*FollowSubBlockRequest) GetRefId

func (x *FollowSubBlockRequest) GetRefId() uint32

func (*FollowSubBlockRequest) MarshalJSON

func (x *FollowSubBlockRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FollowSubBlockRequest to JSON.

func (*FollowSubBlockRequest) MarshalProtoJSON

func (x *FollowSubBlockRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FollowSubBlockRequest message to JSON.

func (*FollowSubBlockRequest) MarshalProtoText

func (x *FollowSubBlockRequest) MarshalProtoText() string

func (*FollowSubBlockRequest) MarshalToSizedBufferVT

func (m *FollowSubBlockRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FollowSubBlockRequest) MarshalToVT

func (m *FollowSubBlockRequest) MarshalToVT(dAtA []byte) (int, error)

func (*FollowSubBlockRequest) MarshalVT

func (m *FollowSubBlockRequest) MarshalVT() (dAtA []byte, err error)

func (*FollowSubBlockRequest) ProtoMessage

func (*FollowSubBlockRequest) ProtoMessage()

func (*FollowSubBlockRequest) Reset

func (x *FollowSubBlockRequest) Reset()

func (*FollowSubBlockRequest) SizeVT

func (m *FollowSubBlockRequest) SizeVT() (n int)

func (*FollowSubBlockRequest) String

func (x *FollowSubBlockRequest) String() string

func (*FollowSubBlockRequest) UnmarshalJSON

func (x *FollowSubBlockRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FollowSubBlockRequest from JSON.

func (*FollowSubBlockRequest) UnmarshalProtoJSON

func (x *FollowSubBlockRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FollowSubBlockRequest message from JSON.

func (*FollowSubBlockRequest) UnmarshalVT

func (m *FollowSubBlockRequest) UnmarshalVT(dAtA []byte) error

type FollowSubBlockResponse

type FollowSubBlockResponse struct {

	// ResourceId is the ID of the new BlockCursor resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

FollowSubBlockResponse is the response type for FollowSubBlock.

func (*FollowSubBlockResponse) CloneMessageVT

func (*FollowSubBlockResponse) CloneVT

func (*FollowSubBlockResponse) EqualMessageVT

func (this *FollowSubBlockResponse) EqualMessageVT(thatMsg any) bool

func (*FollowSubBlockResponse) EqualVT

func (this *FollowSubBlockResponse) EqualVT(that *FollowSubBlockResponse) bool

func (*FollowSubBlockResponse) GetResourceId

func (x *FollowSubBlockResponse) GetResourceId() uint32

func (*FollowSubBlockResponse) MarshalJSON

func (x *FollowSubBlockResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FollowSubBlockResponse to JSON.

func (*FollowSubBlockResponse) MarshalProtoJSON

func (x *FollowSubBlockResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FollowSubBlockResponse message to JSON.

func (*FollowSubBlockResponse) MarshalProtoText

func (x *FollowSubBlockResponse) MarshalProtoText() string

func (*FollowSubBlockResponse) MarshalToSizedBufferVT

func (m *FollowSubBlockResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FollowSubBlockResponse) MarshalToVT

func (m *FollowSubBlockResponse) MarshalToVT(dAtA []byte) (int, error)

func (*FollowSubBlockResponse) MarshalVT

func (m *FollowSubBlockResponse) MarshalVT() (dAtA []byte, err error)

func (*FollowSubBlockResponse) ProtoMessage

func (*FollowSubBlockResponse) ProtoMessage()

func (*FollowSubBlockResponse) Reset

func (x *FollowSubBlockResponse) Reset()

func (*FollowSubBlockResponse) SizeVT

func (m *FollowSubBlockResponse) SizeVT() (n int)

func (*FollowSubBlockResponse) String

func (x *FollowSubBlockResponse) String() string

func (*FollowSubBlockResponse) UnmarshalJSON

func (x *FollowSubBlockResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FollowSubBlockResponse from JSON.

func (*FollowSubBlockResponse) UnmarshalProtoJSON

func (x *FollowSubBlockResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FollowSubBlockResponse message from JSON.

func (*FollowSubBlockResponse) UnmarshalVT

func (m *FollowSubBlockResponse) UnmarshalVT(dAtA []byte) error

type GetAllRefsRequest

type GetAllRefsRequest struct {

	// ExistingOnly returns only references that have already been traversed.
	ExistingOnly bool `protobuf:"varint,1,opt,name=existing_only,json=existingOnly,proto3" json:"existingOnly,omitempty"`
	// contains filtered or unexported fields
}

GetAllRefsRequest is the request type for GetAllRefs.

func (*GetAllRefsRequest) CloneMessageVT

func (m *GetAllRefsRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetAllRefsRequest) CloneVT

func (m *GetAllRefsRequest) CloneVT() *GetAllRefsRequest

func (*GetAllRefsRequest) EqualMessageVT

func (this *GetAllRefsRequest) EqualMessageVT(thatMsg any) bool

func (*GetAllRefsRequest) EqualVT

func (this *GetAllRefsRequest) EqualVT(that *GetAllRefsRequest) bool

func (*GetAllRefsRequest) GetExistingOnly

func (x *GetAllRefsRequest) GetExistingOnly() bool

func (*GetAllRefsRequest) MarshalJSON

func (x *GetAllRefsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetAllRefsRequest to JSON.

func (*GetAllRefsRequest) MarshalProtoJSON

func (x *GetAllRefsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetAllRefsRequest message to JSON.

func (*GetAllRefsRequest) MarshalProtoText

func (x *GetAllRefsRequest) MarshalProtoText() string

func (*GetAllRefsRequest) MarshalToSizedBufferVT

func (m *GetAllRefsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetAllRefsRequest) MarshalToVT

func (m *GetAllRefsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetAllRefsRequest) MarshalVT

func (m *GetAllRefsRequest) MarshalVT() (dAtA []byte, err error)

func (*GetAllRefsRequest) ProtoMessage

func (*GetAllRefsRequest) ProtoMessage()

func (*GetAllRefsRequest) Reset

func (x *GetAllRefsRequest) Reset()

func (*GetAllRefsRequest) SizeVT

func (m *GetAllRefsRequest) SizeVT() (n int)

func (*GetAllRefsRequest) String

func (x *GetAllRefsRequest) String() string

func (*GetAllRefsRequest) UnmarshalJSON

func (x *GetAllRefsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetAllRefsRequest from JSON.

func (*GetAllRefsRequest) UnmarshalProtoJSON

func (x *GetAllRefsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetAllRefsRequest message from JSON.

func (*GetAllRefsRequest) UnmarshalVT

func (m *GetAllRefsRequest) UnmarshalVT(dAtA []byte) error

type GetAllRefsResponse

type GetAllRefsResponse struct {

	// Refs maps reference field IDs to BlockCursor resource IDs.
	Refs map[uint32]uint32 `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

GetAllRefsResponse is the response type for GetAllRefs.

func (*GetAllRefsResponse) CloneMessageVT

func (m *GetAllRefsResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetAllRefsResponse) CloneVT

func (m *GetAllRefsResponse) CloneVT() *GetAllRefsResponse

func (*GetAllRefsResponse) EqualMessageVT

func (this *GetAllRefsResponse) EqualMessageVT(thatMsg any) bool

func (*GetAllRefsResponse) EqualVT

func (this *GetAllRefsResponse) EqualVT(that *GetAllRefsResponse) bool

func (*GetAllRefsResponse) GetRefs

func (x *GetAllRefsResponse) GetRefs() map[uint32]uint32

func (*GetAllRefsResponse) MarshalJSON

func (x *GetAllRefsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetAllRefsResponse to JSON.

func (*GetAllRefsResponse) MarshalProtoJSON

func (x *GetAllRefsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetAllRefsResponse message to JSON.

func (*GetAllRefsResponse) MarshalProtoText

func (x *GetAllRefsResponse) MarshalProtoText() string

func (*GetAllRefsResponse) MarshalToSizedBufferVT

func (m *GetAllRefsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetAllRefsResponse) MarshalToVT

func (m *GetAllRefsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetAllRefsResponse) MarshalVT

func (m *GetAllRefsResponse) MarshalVT() (dAtA []byte, err error)

func (*GetAllRefsResponse) ProtoMessage

func (*GetAllRefsResponse) ProtoMessage()

func (*GetAllRefsResponse) Reset

func (x *GetAllRefsResponse) Reset()

func (*GetAllRefsResponse) SizeVT

func (m *GetAllRefsResponse) SizeVT() (n int)

func (*GetAllRefsResponse) String

func (x *GetAllRefsResponse) String() string

func (*GetAllRefsResponse) UnmarshalJSON

func (x *GetAllRefsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetAllRefsResponse from JSON.

func (*GetAllRefsResponse) UnmarshalProtoJSON

func (x *GetAllRefsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetAllRefsResponse message from JSON.

func (*GetAllRefsResponse) UnmarshalVT

func (m *GetAllRefsResponse) UnmarshalVT(dAtA []byte) error

type GetAllRefsResponse_RefsEntry

type GetAllRefsResponse_RefsEntry struct {
	Key   uint32 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value uint32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllRefsResponse_RefsEntry) GetKey

func (*GetAllRefsResponse_RefsEntry) GetValue

func (x *GetAllRefsResponse_RefsEntry) GetValue() uint32

func (*GetAllRefsResponse_RefsEntry) MarshalJSON

func (x *GetAllRefsResponse_RefsEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetAllRefsResponse_RefsEntry to JSON.

func (*GetAllRefsResponse_RefsEntry) MarshalProtoJSON

func (x *GetAllRefsResponse_RefsEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetAllRefsResponse_RefsEntry message to JSON.

func (*GetAllRefsResponse_RefsEntry) MarshalProtoText

func (x *GetAllRefsResponse_RefsEntry) MarshalProtoText() string

func (*GetAllRefsResponse_RefsEntry) ProtoMessage

func (*GetAllRefsResponse_RefsEntry) ProtoMessage()

func (*GetAllRefsResponse_RefsEntry) Reset

func (x *GetAllRefsResponse_RefsEntry) Reset()

func (*GetAllRefsResponse_RefsEntry) String

func (*GetAllRefsResponse_RefsEntry) UnmarshalJSON

func (x *GetAllRefsResponse_RefsEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetAllRefsResponse_RefsEntry from JSON.

func (*GetAllRefsResponse_RefsEntry) UnmarshalProtoJSON

func (x *GetAllRefsResponse_RefsEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetAllRefsResponse_RefsEntry message from JSON.

type GetBlockRequest

type GetBlockRequest struct {
	// contains filtered or unexported fields
}

GetBlockRequest is the request type for GetBlock.

func (*GetBlockRequest) CloneMessageVT

func (m *GetBlockRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetBlockRequest) CloneVT

func (m *GetBlockRequest) CloneVT() *GetBlockRequest

func (*GetBlockRequest) EqualMessageVT

func (this *GetBlockRequest) EqualMessageVT(thatMsg any) bool

func (*GetBlockRequest) EqualVT

func (this *GetBlockRequest) EqualVT(that *GetBlockRequest) bool

func (*GetBlockRequest) MarshalJSON

func (x *GetBlockRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetBlockRequest to JSON.

func (*GetBlockRequest) MarshalProtoJSON

func (x *GetBlockRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetBlockRequest message to JSON.

func (*GetBlockRequest) MarshalProtoText

func (x *GetBlockRequest) MarshalProtoText() string

func (*GetBlockRequest) MarshalToSizedBufferVT

func (m *GetBlockRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBlockRequest) MarshalToVT

func (m *GetBlockRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetBlockRequest) MarshalVT

func (m *GetBlockRequest) MarshalVT() (dAtA []byte, err error)

func (*GetBlockRequest) ProtoMessage

func (*GetBlockRequest) ProtoMessage()

func (*GetBlockRequest) Reset

func (x *GetBlockRequest) Reset()

func (*GetBlockRequest) SizeVT

func (m *GetBlockRequest) SizeVT() (n int)

func (*GetBlockRequest) String

func (x *GetBlockRequest) String() string

func (*GetBlockRequest) UnmarshalJSON

func (x *GetBlockRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetBlockRequest from JSON.

func (*GetBlockRequest) UnmarshalProtoJSON

func (x *GetBlockRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetBlockRequest message from JSON.

func (*GetBlockRequest) UnmarshalVT

func (m *GetBlockRequest) UnmarshalVT(dAtA []byte) error

type GetBlockResponse

type GetBlockResponse struct {

	// Data is the raw block data.
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// IsSubBlock indicates if this is a sub-block.
	IsSubBlock bool `protobuf:"varint,2,opt,name=is_sub_block,json=isSubBlock,proto3" json:"isSubBlock,omitempty"`
	// contains filtered or unexported fields
}

GetBlockResponse is the response type for GetBlock.

func (*GetBlockResponse) CloneMessageVT

func (m *GetBlockResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetBlockResponse) CloneVT

func (m *GetBlockResponse) CloneVT() *GetBlockResponse

func (*GetBlockResponse) EqualMessageVT

func (this *GetBlockResponse) EqualMessageVT(thatMsg any) bool

func (*GetBlockResponse) EqualVT

func (this *GetBlockResponse) EqualVT(that *GetBlockResponse) bool

func (*GetBlockResponse) GetData

func (x *GetBlockResponse) GetData() []byte

func (*GetBlockResponse) GetIsSubBlock

func (x *GetBlockResponse) GetIsSubBlock() bool

func (*GetBlockResponse) MarshalJSON

func (x *GetBlockResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetBlockResponse to JSON.

func (*GetBlockResponse) MarshalProtoJSON

func (x *GetBlockResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetBlockResponse message to JSON.

func (*GetBlockResponse) MarshalProtoText

func (x *GetBlockResponse) MarshalProtoText() string

func (*GetBlockResponse) MarshalToSizedBufferVT

func (m *GetBlockResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBlockResponse) MarshalToVT

func (m *GetBlockResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetBlockResponse) MarshalVT

func (m *GetBlockResponse) MarshalVT() (dAtA []byte, err error)

func (*GetBlockResponse) ProtoMessage

func (*GetBlockResponse) ProtoMessage()

func (*GetBlockResponse) Reset

func (x *GetBlockResponse) Reset()

func (*GetBlockResponse) SizeVT

func (m *GetBlockResponse) SizeVT() (n int)

func (*GetBlockResponse) String

func (x *GetBlockResponse) String() string

func (*GetBlockResponse) UnmarshalJSON

func (x *GetBlockResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetBlockResponse from JSON.

func (*GetBlockResponse) UnmarshalProtoJSON

func (x *GetBlockResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetBlockResponse message from JSON.

func (*GetBlockResponse) UnmarshalVT

func (m *GetBlockResponse) UnmarshalVT(dAtA []byte) error

type GetExistingRefRequest

type GetExistingRefRequest struct {

	// RefId is the reference field ID to check.
	RefId uint32 `protobuf:"varint,1,opt,name=ref_id,json=refId,proto3" json:"refId,omitempty"`
	// contains filtered or unexported fields
}

GetExistingRefRequest is the request type for GetExistingRef.

func (*GetExistingRefRequest) CloneMessageVT

func (*GetExistingRefRequest) CloneVT

func (*GetExistingRefRequest) EqualMessageVT

func (this *GetExistingRefRequest) EqualMessageVT(thatMsg any) bool

func (*GetExistingRefRequest) EqualVT

func (this *GetExistingRefRequest) EqualVT(that *GetExistingRefRequest) bool

func (*GetExistingRefRequest) GetRefId

func (x *GetExistingRefRequest) GetRefId() uint32

func (*GetExistingRefRequest) MarshalJSON

func (x *GetExistingRefRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetExistingRefRequest to JSON.

func (*GetExistingRefRequest) MarshalProtoJSON

func (x *GetExistingRefRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetExistingRefRequest message to JSON.

func (*GetExistingRefRequest) MarshalProtoText

func (x *GetExistingRefRequest) MarshalProtoText() string

func (*GetExistingRefRequest) MarshalToSizedBufferVT

func (m *GetExistingRefRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetExistingRefRequest) MarshalToVT

func (m *GetExistingRefRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetExistingRefRequest) MarshalVT

func (m *GetExistingRefRequest) MarshalVT() (dAtA []byte, err error)

func (*GetExistingRefRequest) ProtoMessage

func (*GetExistingRefRequest) ProtoMessage()

func (*GetExistingRefRequest) Reset

func (x *GetExistingRefRequest) Reset()

func (*GetExistingRefRequest) SizeVT

func (m *GetExistingRefRequest) SizeVT() (n int)

func (*GetExistingRefRequest) String

func (x *GetExistingRefRequest) String() string

func (*GetExistingRefRequest) UnmarshalJSON

func (x *GetExistingRefRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetExistingRefRequest from JSON.

func (*GetExistingRefRequest) UnmarshalProtoJSON

func (x *GetExistingRefRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetExistingRefRequest message from JSON.

func (*GetExistingRefRequest) UnmarshalVT

func (m *GetExistingRefRequest) UnmarshalVT(dAtA []byte) error

type GetExistingRefResponse

type GetExistingRefResponse struct {

	// ResourceId is the ID of the existing BlockCursor resource.
	// Zero if the reference has not been traversed.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

GetExistingRefResponse is the response type for GetExistingRef.

func (*GetExistingRefResponse) CloneMessageVT

func (*GetExistingRefResponse) CloneVT

func (*GetExistingRefResponse) EqualMessageVT

func (this *GetExistingRefResponse) EqualMessageVT(thatMsg any) bool

func (*GetExistingRefResponse) EqualVT

func (this *GetExistingRefResponse) EqualVT(that *GetExistingRefResponse) bool

func (*GetExistingRefResponse) GetResourceId

func (x *GetExistingRefResponse) GetResourceId() uint32

func (*GetExistingRefResponse) MarshalJSON

func (x *GetExistingRefResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetExistingRefResponse to JSON.

func (*GetExistingRefResponse) MarshalProtoJSON

func (x *GetExistingRefResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetExistingRefResponse message to JSON.

func (*GetExistingRefResponse) MarshalProtoText

func (x *GetExistingRefResponse) MarshalProtoText() string

func (*GetExistingRefResponse) MarshalToSizedBufferVT

func (m *GetExistingRefResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetExistingRefResponse) MarshalToVT

func (m *GetExistingRefResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetExistingRefResponse) MarshalVT

func (m *GetExistingRefResponse) MarshalVT() (dAtA []byte, err error)

func (*GetExistingRefResponse) ProtoMessage

func (*GetExistingRefResponse) ProtoMessage()

func (*GetExistingRefResponse) Reset

func (x *GetExistingRefResponse) Reset()

func (*GetExistingRefResponse) SizeVT

func (m *GetExistingRefResponse) SizeVT() (n int)

func (*GetExistingRefResponse) String

func (x *GetExistingRefResponse) String() string

func (*GetExistingRefResponse) UnmarshalJSON

func (x *GetExistingRefResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetExistingRefResponse from JSON.

func (*GetExistingRefResponse) UnmarshalProtoJSON

func (x *GetExistingRefResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetExistingRefResponse message from JSON.

func (*GetExistingRefResponse) UnmarshalVT

func (m *GetExistingRefResponse) UnmarshalVT(dAtA []byte) error

type GetRefRequest

type GetRefRequest struct {
	// contains filtered or unexported fields
}

GetRefRequest is the request type for GetRef.

func (*GetRefRequest) CloneMessageVT

func (m *GetRefRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetRefRequest) CloneVT

func (m *GetRefRequest) CloneVT() *GetRefRequest

func (*GetRefRequest) EqualMessageVT

func (this *GetRefRequest) EqualMessageVT(thatMsg any) bool

func (*GetRefRequest) EqualVT

func (this *GetRefRequest) EqualVT(that *GetRefRequest) bool

func (*GetRefRequest) MarshalJSON

func (x *GetRefRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetRefRequest to JSON.

func (*GetRefRequest) MarshalProtoJSON

func (x *GetRefRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetRefRequest message to JSON.

func (*GetRefRequest) MarshalProtoText

func (x *GetRefRequest) MarshalProtoText() string

func (*GetRefRequest) MarshalToSizedBufferVT

func (m *GetRefRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRefRequest) MarshalToVT

func (m *GetRefRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetRefRequest) MarshalVT

func (m *GetRefRequest) MarshalVT() (dAtA []byte, err error)

func (*GetRefRequest) ProtoMessage

func (*GetRefRequest) ProtoMessage()

func (*GetRefRequest) Reset

func (x *GetRefRequest) Reset()

func (*GetRefRequest) SizeVT

func (m *GetRefRequest) SizeVT() (n int)

func (*GetRefRequest) String

func (x *GetRefRequest) String() string

func (*GetRefRequest) UnmarshalJSON

func (x *GetRefRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetRefRequest from JSON.

func (*GetRefRequest) UnmarshalProtoJSON

func (x *GetRefRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetRefRequest message from JSON.

func (*GetRefRequest) UnmarshalVT

func (m *GetRefRequest) UnmarshalVT(dAtA []byte) error

type GetRefResponse

type GetRefResponse struct {

	// Ref is the current block reference.
	Ref *block.BlockRef `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

GetRefResponse is the response type for GetRef.

func (*GetRefResponse) CloneMessageVT

func (m *GetRefResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetRefResponse) CloneVT

func (m *GetRefResponse) CloneVT() *GetRefResponse

func (*GetRefResponse) EqualMessageVT

func (this *GetRefResponse) EqualMessageVT(thatMsg any) bool

func (*GetRefResponse) EqualVT

func (this *GetRefResponse) EqualVT(that *GetRefResponse) bool

func (*GetRefResponse) GetRef

func (x *GetRefResponse) GetRef() *block.BlockRef

func (*GetRefResponse) MarshalJSON

func (x *GetRefResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetRefResponse to JSON.

func (*GetRefResponse) MarshalProtoJSON

func (x *GetRefResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetRefResponse message to JSON.

func (*GetRefResponse) MarshalProtoText

func (x *GetRefResponse) MarshalProtoText() string

func (*GetRefResponse) MarshalToSizedBufferVT

func (m *GetRefResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRefResponse) MarshalToVT

func (m *GetRefResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetRefResponse) MarshalVT

func (m *GetRefResponse) MarshalVT() (dAtA []byte, err error)

func (*GetRefResponse) ProtoMessage

func (*GetRefResponse) ProtoMessage()

func (*GetRefResponse) Reset

func (x *GetRefResponse) Reset()

func (*GetRefResponse) SizeVT

func (m *GetRefResponse) SizeVT() (n int)

func (*GetRefResponse) String

func (x *GetRefResponse) String() string

func (*GetRefResponse) UnmarshalJSON

func (x *GetRefResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetRefResponse from JSON.

func (*GetRefResponse) UnmarshalProtoJSON

func (x *GetRefResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetRefResponse message from JSON.

func (*GetRefResponse) UnmarshalVT

func (m *GetRefResponse) UnmarshalVT(dAtA []byte) error

type IsDirtyRequest

type IsDirtyRequest struct {
	// contains filtered or unexported fields
}

IsDirtyRequest is the request type for IsDirty.

func (*IsDirtyRequest) CloneMessageVT

func (m *IsDirtyRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*IsDirtyRequest) CloneVT

func (m *IsDirtyRequest) CloneVT() *IsDirtyRequest

func (*IsDirtyRequest) EqualMessageVT

func (this *IsDirtyRequest) EqualMessageVT(thatMsg any) bool

func (*IsDirtyRequest) EqualVT

func (this *IsDirtyRequest) EqualVT(that *IsDirtyRequest) bool

func (*IsDirtyRequest) MarshalJSON

func (x *IsDirtyRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the IsDirtyRequest to JSON.

func (*IsDirtyRequest) MarshalProtoJSON

func (x *IsDirtyRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the IsDirtyRequest message to JSON.

func (*IsDirtyRequest) MarshalProtoText

func (x *IsDirtyRequest) MarshalProtoText() string

func (*IsDirtyRequest) MarshalToSizedBufferVT

func (m *IsDirtyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IsDirtyRequest) MarshalToVT

func (m *IsDirtyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*IsDirtyRequest) MarshalVT

func (m *IsDirtyRequest) MarshalVT() (dAtA []byte, err error)

func (*IsDirtyRequest) ProtoMessage

func (*IsDirtyRequest) ProtoMessage()

func (*IsDirtyRequest) Reset

func (x *IsDirtyRequest) Reset()

func (*IsDirtyRequest) SizeVT

func (m *IsDirtyRequest) SizeVT() (n int)

func (*IsDirtyRequest) String

func (x *IsDirtyRequest) String() string

func (*IsDirtyRequest) UnmarshalJSON

func (x *IsDirtyRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the IsDirtyRequest from JSON.

func (*IsDirtyRequest) UnmarshalProtoJSON

func (x *IsDirtyRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the IsDirtyRequest message from JSON.

func (*IsDirtyRequest) UnmarshalVT

func (m *IsDirtyRequest) UnmarshalVT(dAtA []byte) error

type IsDirtyResponse

type IsDirtyResponse struct {

	// Dirty indicates if the cursor has uncommitted changes.
	Dirty bool `protobuf:"varint,1,opt,name=dirty,proto3" json:"dirty,omitempty"`
	// contains filtered or unexported fields
}

IsDirtyResponse is the response type for IsDirty.

func (*IsDirtyResponse) CloneMessageVT

func (m *IsDirtyResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*IsDirtyResponse) CloneVT

func (m *IsDirtyResponse) CloneVT() *IsDirtyResponse

func (*IsDirtyResponse) EqualMessageVT

func (this *IsDirtyResponse) EqualMessageVT(thatMsg any) bool

func (*IsDirtyResponse) EqualVT

func (this *IsDirtyResponse) EqualVT(that *IsDirtyResponse) bool

func (*IsDirtyResponse) GetDirty

func (x *IsDirtyResponse) GetDirty() bool

func (*IsDirtyResponse) MarshalJSON

func (x *IsDirtyResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the IsDirtyResponse to JSON.

func (*IsDirtyResponse) MarshalProtoJSON

func (x *IsDirtyResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the IsDirtyResponse message to JSON.

func (*IsDirtyResponse) MarshalProtoText

func (x *IsDirtyResponse) MarshalProtoText() string

func (*IsDirtyResponse) MarshalToSizedBufferVT

func (m *IsDirtyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IsDirtyResponse) MarshalToVT

func (m *IsDirtyResponse) MarshalToVT(dAtA []byte) (int, error)

func (*IsDirtyResponse) MarshalVT

func (m *IsDirtyResponse) MarshalVT() (dAtA []byte, err error)

func (*IsDirtyResponse) ProtoMessage

func (*IsDirtyResponse) ProtoMessage()

func (*IsDirtyResponse) Reset

func (x *IsDirtyResponse) Reset()

func (*IsDirtyResponse) SizeVT

func (m *IsDirtyResponse) SizeVT() (n int)

func (*IsDirtyResponse) String

func (x *IsDirtyResponse) String() string

func (*IsDirtyResponse) UnmarshalJSON

func (x *IsDirtyResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the IsDirtyResponse from JSON.

func (*IsDirtyResponse) UnmarshalProtoJSON

func (x *IsDirtyResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the IsDirtyResponse message from JSON.

func (*IsDirtyResponse) UnmarshalVT

func (m *IsDirtyResponse) UnmarshalVT(dAtA []byte) error

type IsSubBlockRequest

type IsSubBlockRequest struct {
	// contains filtered or unexported fields
}

IsSubBlockRequest is the request type for IsSubBlock.

func (*IsSubBlockRequest) CloneMessageVT

func (m *IsSubBlockRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*IsSubBlockRequest) CloneVT

func (m *IsSubBlockRequest) CloneVT() *IsSubBlockRequest

func (*IsSubBlockRequest) EqualMessageVT

func (this *IsSubBlockRequest) EqualMessageVT(thatMsg any) bool

func (*IsSubBlockRequest) EqualVT

func (this *IsSubBlockRequest) EqualVT(that *IsSubBlockRequest) bool

func (*IsSubBlockRequest) MarshalJSON

func (x *IsSubBlockRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the IsSubBlockRequest to JSON.

func (*IsSubBlockRequest) MarshalProtoJSON

func (x *IsSubBlockRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the IsSubBlockRequest message to JSON.

func (*IsSubBlockRequest) MarshalProtoText

func (x *IsSubBlockRequest) MarshalProtoText() string

func (*IsSubBlockRequest) MarshalToSizedBufferVT

func (m *IsSubBlockRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IsSubBlockRequest) MarshalToVT

func (m *IsSubBlockRequest) MarshalToVT(dAtA []byte) (int, error)

func (*IsSubBlockRequest) MarshalVT

func (m *IsSubBlockRequest) MarshalVT() (dAtA []byte, err error)

func (*IsSubBlockRequest) ProtoMessage

func (*IsSubBlockRequest) ProtoMessage()

func (*IsSubBlockRequest) Reset

func (x *IsSubBlockRequest) Reset()

func (*IsSubBlockRequest) SizeVT

func (m *IsSubBlockRequest) SizeVT() (n int)

func (*IsSubBlockRequest) String

func (x *IsSubBlockRequest) String() string

func (*IsSubBlockRequest) UnmarshalJSON

func (x *IsSubBlockRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the IsSubBlockRequest from JSON.

func (*IsSubBlockRequest) UnmarshalProtoJSON

func (x *IsSubBlockRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the IsSubBlockRequest message from JSON.

func (*IsSubBlockRequest) UnmarshalVT

func (m *IsSubBlockRequest) UnmarshalVT(dAtA []byte) error

type IsSubBlockResponse

type IsSubBlockResponse struct {

	// IsSubBlock indicates if the cursor is at a sub-block position.
	IsSubBlock bool `protobuf:"varint,1,opt,name=is_sub_block,json=isSubBlock,proto3" json:"isSubBlock,omitempty"`
	// contains filtered or unexported fields
}

IsSubBlockResponse is the response type for IsSubBlock.

func (*IsSubBlockResponse) CloneMessageVT

func (m *IsSubBlockResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*IsSubBlockResponse) CloneVT

func (m *IsSubBlockResponse) CloneVT() *IsSubBlockResponse

func (*IsSubBlockResponse) EqualMessageVT

func (this *IsSubBlockResponse) EqualMessageVT(thatMsg any) bool

func (*IsSubBlockResponse) EqualVT

func (this *IsSubBlockResponse) EqualVT(that *IsSubBlockResponse) bool

func (*IsSubBlockResponse) GetIsSubBlock

func (x *IsSubBlockResponse) GetIsSubBlock() bool

func (*IsSubBlockResponse) MarshalJSON

func (x *IsSubBlockResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the IsSubBlockResponse to JSON.

func (*IsSubBlockResponse) MarshalProtoJSON

func (x *IsSubBlockResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the IsSubBlockResponse message to JSON.

func (*IsSubBlockResponse) MarshalProtoText

func (x *IsSubBlockResponse) MarshalProtoText() string

func (*IsSubBlockResponse) MarshalToSizedBufferVT

func (m *IsSubBlockResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IsSubBlockResponse) MarshalToVT

func (m *IsSubBlockResponse) MarshalToVT(dAtA []byte) (int, error)

func (*IsSubBlockResponse) MarshalVT

func (m *IsSubBlockResponse) MarshalVT() (dAtA []byte, err error)

func (*IsSubBlockResponse) ProtoMessage

func (*IsSubBlockResponse) ProtoMessage()

func (*IsSubBlockResponse) Reset

func (x *IsSubBlockResponse) Reset()

func (*IsSubBlockResponse) SizeVT

func (m *IsSubBlockResponse) SizeVT() (n int)

func (*IsSubBlockResponse) String

func (x *IsSubBlockResponse) String() string

func (*IsSubBlockResponse) UnmarshalJSON

func (x *IsSubBlockResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the IsSubBlockResponse from JSON.

func (*IsSubBlockResponse) UnmarshalProtoJSON

func (x *IsSubBlockResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the IsSubBlockResponse message from JSON.

func (*IsSubBlockResponse) UnmarshalVT

func (m *IsSubBlockResponse) UnmarshalVT(dAtA []byte) error

type MarkDirtyRequest

type MarkDirtyRequest struct {
	// contains filtered or unexported fields
}

MarkDirtyRequest is the request type for MarkDirty.

func (*MarkDirtyRequest) CloneMessageVT

func (m *MarkDirtyRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*MarkDirtyRequest) CloneVT

func (m *MarkDirtyRequest) CloneVT() *MarkDirtyRequest

func (*MarkDirtyRequest) EqualMessageVT

func (this *MarkDirtyRequest) EqualMessageVT(thatMsg any) bool

func (*MarkDirtyRequest) EqualVT

func (this *MarkDirtyRequest) EqualVT(that *MarkDirtyRequest) bool

func (*MarkDirtyRequest) MarshalJSON

func (x *MarkDirtyRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MarkDirtyRequest to JSON.

func (*MarkDirtyRequest) MarshalProtoJSON

func (x *MarkDirtyRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MarkDirtyRequest message to JSON.

func (*MarkDirtyRequest) MarshalProtoText

func (x *MarkDirtyRequest) MarshalProtoText() string

func (*MarkDirtyRequest) MarshalToSizedBufferVT

func (m *MarkDirtyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MarkDirtyRequest) MarshalToVT

func (m *MarkDirtyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MarkDirtyRequest) MarshalVT

func (m *MarkDirtyRequest) MarshalVT() (dAtA []byte, err error)

func (*MarkDirtyRequest) ProtoMessage

func (*MarkDirtyRequest) ProtoMessage()

func (*MarkDirtyRequest) Reset

func (x *MarkDirtyRequest) Reset()

func (*MarkDirtyRequest) SizeVT

func (m *MarkDirtyRequest) SizeVT() (n int)

func (*MarkDirtyRequest) String

func (x *MarkDirtyRequest) String() string

func (*MarkDirtyRequest) UnmarshalJSON

func (x *MarkDirtyRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MarkDirtyRequest from JSON.

func (*MarkDirtyRequest) UnmarshalProtoJSON

func (x *MarkDirtyRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MarkDirtyRequest message from JSON.

func (*MarkDirtyRequest) UnmarshalVT

func (m *MarkDirtyRequest) UnmarshalVT(dAtA []byte) error

type MarkDirtyResponse

type MarkDirtyResponse struct {
	// contains filtered or unexported fields
}

MarkDirtyResponse is the response type for MarkDirty.

func (*MarkDirtyResponse) CloneMessageVT

func (m *MarkDirtyResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*MarkDirtyResponse) CloneVT

func (m *MarkDirtyResponse) CloneVT() *MarkDirtyResponse

func (*MarkDirtyResponse) EqualMessageVT

func (this *MarkDirtyResponse) EqualMessageVT(thatMsg any) bool

func (*MarkDirtyResponse) EqualVT

func (this *MarkDirtyResponse) EqualVT(that *MarkDirtyResponse) bool

func (*MarkDirtyResponse) MarshalJSON

func (x *MarkDirtyResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MarkDirtyResponse to JSON.

func (*MarkDirtyResponse) MarshalProtoJSON

func (x *MarkDirtyResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MarkDirtyResponse message to JSON.

func (*MarkDirtyResponse) MarshalProtoText

func (x *MarkDirtyResponse) MarshalProtoText() string

func (*MarkDirtyResponse) MarshalToSizedBufferVT

func (m *MarkDirtyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MarkDirtyResponse) MarshalToVT

func (m *MarkDirtyResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MarkDirtyResponse) MarshalVT

func (m *MarkDirtyResponse) MarshalVT() (dAtA []byte, err error)

func (*MarkDirtyResponse) ProtoMessage

func (*MarkDirtyResponse) ProtoMessage()

func (*MarkDirtyResponse) Reset

func (x *MarkDirtyResponse) Reset()

func (*MarkDirtyResponse) SizeVT

func (m *MarkDirtyResponse) SizeVT() (n int)

func (*MarkDirtyResponse) String

func (x *MarkDirtyResponse) String() string

func (*MarkDirtyResponse) UnmarshalJSON

func (x *MarkDirtyResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MarkDirtyResponse from JSON.

func (*MarkDirtyResponse) UnmarshalProtoJSON

func (x *MarkDirtyResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MarkDirtyResponse message from JSON.

func (*MarkDirtyResponse) UnmarshalVT

func (m *MarkDirtyResponse) UnmarshalVT(dAtA []byte) error

type ParentsRequest

type ParentsRequest struct {
	// contains filtered or unexported fields
}

ParentsRequest is the request type for Parents.

func (*ParentsRequest) CloneMessageVT

func (m *ParentsRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ParentsRequest) CloneVT

func (m *ParentsRequest) CloneVT() *ParentsRequest

func (*ParentsRequest) EqualMessageVT

func (this *ParentsRequest) EqualMessageVT(thatMsg any) bool

func (*ParentsRequest) EqualVT

func (this *ParentsRequest) EqualVT(that *ParentsRequest) bool

func (*ParentsRequest) MarshalJSON

func (x *ParentsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ParentsRequest to JSON.

func (*ParentsRequest) MarshalProtoJSON

func (x *ParentsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ParentsRequest message to JSON.

func (*ParentsRequest) MarshalProtoText

func (x *ParentsRequest) MarshalProtoText() string

func (*ParentsRequest) MarshalToSizedBufferVT

func (m *ParentsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ParentsRequest) MarshalToVT

func (m *ParentsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ParentsRequest) MarshalVT

func (m *ParentsRequest) MarshalVT() (dAtA []byte, err error)

func (*ParentsRequest) ProtoMessage

func (*ParentsRequest) ProtoMessage()

func (*ParentsRequest) Reset

func (x *ParentsRequest) Reset()

func (*ParentsRequest) SizeVT

func (m *ParentsRequest) SizeVT() (n int)

func (*ParentsRequest) String

func (x *ParentsRequest) String() string

func (*ParentsRequest) UnmarshalJSON

func (x *ParentsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ParentsRequest from JSON.

func (*ParentsRequest) UnmarshalProtoJSON

func (x *ParentsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ParentsRequest message from JSON.

func (*ParentsRequest) UnmarshalVT

func (m *ParentsRequest) UnmarshalVT(dAtA []byte) error

type ParentsResponse

type ParentsResponse struct {

	// ParentResourceIds are the resource IDs of parent cursors.
	ParentResourceIds []uint32 `protobuf:"varint,1,rep,packed,name=parent_resource_ids,json=parentResourceIds,proto3" json:"parentResourceIds,omitempty"`
	// contains filtered or unexported fields
}

ParentsResponse is the response type for Parents.

func (*ParentsResponse) CloneMessageVT

func (m *ParentsResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ParentsResponse) CloneVT

func (m *ParentsResponse) CloneVT() *ParentsResponse

func (*ParentsResponse) EqualMessageVT

func (this *ParentsResponse) EqualMessageVT(thatMsg any) bool

func (*ParentsResponse) EqualVT

func (this *ParentsResponse) EqualVT(that *ParentsResponse) bool

func (*ParentsResponse) GetParentResourceIds

func (x *ParentsResponse) GetParentResourceIds() []uint32

func (*ParentsResponse) MarshalJSON

func (x *ParentsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ParentsResponse to JSON.

func (*ParentsResponse) MarshalProtoJSON

func (x *ParentsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ParentsResponse message to JSON.

func (*ParentsResponse) MarshalProtoText

func (x *ParentsResponse) MarshalProtoText() string

func (*ParentsResponse) MarshalToSizedBufferVT

func (m *ParentsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ParentsResponse) MarshalToVT

func (m *ParentsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ParentsResponse) MarshalVT

func (m *ParentsResponse) MarshalVT() (dAtA []byte, err error)

func (*ParentsResponse) ProtoMessage

func (*ParentsResponse) ProtoMessage()

func (*ParentsResponse) Reset

func (x *ParentsResponse) Reset()

func (*ParentsResponse) SizeVT

func (m *ParentsResponse) SizeVT() (n int)

func (*ParentsResponse) String

func (x *ParentsResponse) String() string

func (*ParentsResponse) UnmarshalJSON

func (x *ParentsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ParentsResponse from JSON.

func (*ParentsResponse) UnmarshalProtoJSON

func (x *ParentsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ParentsResponse message from JSON.

func (*ParentsResponse) UnmarshalVT

func (m *ParentsResponse) UnmarshalVT(dAtA []byte) error

type SRPCBlockCursorResourceServiceClient

type SRPCBlockCursorResourceServiceClient interface {
	// SRPCClient returns the underlying SRPC client.
	SRPCClient() srpc.Client

	Fetch(ctx context.Context, in *FetchRequest) (*FetchResponse, error)

	SetBlock(ctx context.Context, in *SetBlockRequest) (*SetBlockResponse, error)

	FollowRef(ctx context.Context, in *FollowRefRequest) (*FollowRefResponse, error)

	GetRef(ctx context.Context, in *GetRefRequest) (*GetRefResponse, error)

	IsDirty(ctx context.Context, in *IsDirtyRequest) (*IsDirtyResponse, error)

	MarkDirty(ctx context.Context, in *MarkDirtyRequest) (*MarkDirtyResponse, error)

	GetBlock(ctx context.Context, in *GetBlockRequest) (*GetBlockResponse, error)

	Unmarshal(ctx context.Context, in *UnmarshalRequest) (*UnmarshalResponse, error)

	IsSubBlock(ctx context.Context, in *IsSubBlockRequest) (*IsSubBlockResponse, error)

	FollowSubBlock(ctx context.Context, in *FollowSubBlockRequest) (*FollowSubBlockResponse, error)

	SetAsSubBlock(ctx context.Context, in *SetAsSubBlockRequest) (*SetAsSubBlockResponse, error)

	ClearRef(ctx context.Context, in *ClearRefRequest) (*ClearRefResponse, error)

	ClearAllRefs(ctx context.Context, in *ClearAllRefsRequest) (*ClearAllRefsResponse, error)

	SetRef(ctx context.Context, in *SetRefRequest) (*SetRefResponse, error)

	GetExistingRef(ctx context.Context, in *GetExistingRefRequest) (*GetExistingRefResponse, error)

	GetAllRefs(ctx context.Context, in *GetAllRefsRequest) (*GetAllRefsResponse, error)

	Detach(ctx context.Context, in *DetachRequest) (*DetachResponse, error)

	DetachTransaction(ctx context.Context, in *DetachTransactionRequest) (*DetachTransactionResponse, error)

	DetachRecursive(ctx context.Context, in *DetachRecursiveRequest) (*DetachRecursiveResponse, error)

	Parents(ctx context.Context, in *ParentsRequest) (*ParentsResponse, error)
}

func NewSRPCBlockCursorResourceServiceClient

func NewSRPCBlockCursorResourceServiceClient(cc srpc.Client) SRPCBlockCursorResourceServiceClient

func NewSRPCBlockCursorResourceServiceClientWithServiceID

func NewSRPCBlockCursorResourceServiceClientWithServiceID(cc srpc.Client, serviceID string) SRPCBlockCursorResourceServiceClient

type SRPCBlockCursorResourceServiceHandler

type SRPCBlockCursorResourceServiceHandler struct {
	// contains filtered or unexported fields
}

func (SRPCBlockCursorResourceServiceHandler) GetMethodIDs

func (*SRPCBlockCursorResourceServiceHandler) GetServiceID

func (*SRPCBlockCursorResourceServiceHandler) InvokeMethod

func (d *SRPCBlockCursorResourceServiceHandler) InvokeMethod(
	serviceID, methodID string,
	strm srpc.Stream,
) (bool, error)

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_ClearAllRefs

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_ClearRef

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_Detach

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_DetachRecursive

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_DetachTransaction

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_Fetch

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_FollowRef

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_FollowSubBlock

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_GetAllRefs

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_GetBlock

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_GetExistingRef

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_GetRef

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_IsDirty

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_IsSubBlock

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_MarkDirty

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_Parents

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_SetAsSubBlock

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_SetBlock

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_SetRef

func (SRPCBlockCursorResourceServiceHandler) InvokeMethod_Unmarshal

type SRPCBlockCursorResourceServiceServer

type SRPCBlockCursorResourceServiceServer interface {
	Fetch(context.Context, *FetchRequest) (*FetchResponse, error)

	SetBlock(context.Context, *SetBlockRequest) (*SetBlockResponse, error)

	FollowRef(context.Context, *FollowRefRequest) (*FollowRefResponse, error)

	GetRef(context.Context, *GetRefRequest) (*GetRefResponse, error)

	IsDirty(context.Context, *IsDirtyRequest) (*IsDirtyResponse, error)

	MarkDirty(context.Context, *MarkDirtyRequest) (*MarkDirtyResponse, error)

	GetBlock(context.Context, *GetBlockRequest) (*GetBlockResponse, error)

	Unmarshal(context.Context, *UnmarshalRequest) (*UnmarshalResponse, error)

	IsSubBlock(context.Context, *IsSubBlockRequest) (*IsSubBlockResponse, error)

	FollowSubBlock(context.Context, *FollowSubBlockRequest) (*FollowSubBlockResponse, error)

	SetAsSubBlock(context.Context, *SetAsSubBlockRequest) (*SetAsSubBlockResponse, error)

	ClearRef(context.Context, *ClearRefRequest) (*ClearRefResponse, error)

	ClearAllRefs(context.Context, *ClearAllRefsRequest) (*ClearAllRefsResponse, error)

	SetRef(context.Context, *SetRefRequest) (*SetRefResponse, error)

	GetExistingRef(context.Context, *GetExistingRefRequest) (*GetExistingRefResponse, error)

	GetAllRefs(context.Context, *GetAllRefsRequest) (*GetAllRefsResponse, error)

	Detach(context.Context, *DetachRequest) (*DetachResponse, error)

	DetachTransaction(context.Context, *DetachTransactionRequest) (*DetachTransactionResponse, error)

	DetachRecursive(context.Context, *DetachRecursiveRequest) (*DetachRecursiveResponse, error)

	Parents(context.Context, *ParentsRequest) (*ParentsResponse, error)
}

type SRPCBlockCursorResourceService_ClearAllRefsStream

type SRPCBlockCursorResourceService_ClearAllRefsStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_ClearRefStream

type SRPCBlockCursorResourceService_ClearRefStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_DetachRecursiveStream

type SRPCBlockCursorResourceService_DetachRecursiveStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_DetachStream

type SRPCBlockCursorResourceService_DetachStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_DetachTransactionStream

type SRPCBlockCursorResourceService_DetachTransactionStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_FetchStream

type SRPCBlockCursorResourceService_FetchStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_FollowRefStream

type SRPCBlockCursorResourceService_FollowRefStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_FollowSubBlockStream

type SRPCBlockCursorResourceService_FollowSubBlockStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_GetAllRefsStream

type SRPCBlockCursorResourceService_GetAllRefsStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_GetBlockStream

type SRPCBlockCursorResourceService_GetBlockStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_GetExistingRefStream

type SRPCBlockCursorResourceService_GetExistingRefStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_GetRefStream

type SRPCBlockCursorResourceService_GetRefStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_IsDirtyStream

type SRPCBlockCursorResourceService_IsDirtyStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_IsSubBlockStream

type SRPCBlockCursorResourceService_IsSubBlockStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_MarkDirtyStream

type SRPCBlockCursorResourceService_MarkDirtyStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_ParentsStream

type SRPCBlockCursorResourceService_ParentsStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_SetAsSubBlockStream

type SRPCBlockCursorResourceService_SetAsSubBlockStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_SetBlockStream

type SRPCBlockCursorResourceService_SetBlockStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_SetRefStream

type SRPCBlockCursorResourceService_SetRefStream interface {
	srpc.Stream
}

type SRPCBlockCursorResourceService_UnmarshalStream

type SRPCBlockCursorResourceService_UnmarshalStream interface {
	srpc.Stream
}

type SetAsSubBlockRequest

type SetAsSubBlockRequest struct {

	// RefId is the field ID to set as a sub-block.
	RefId uint32 `protobuf:"varint,1,opt,name=ref_id,json=refId,proto3" json:"refId,omitempty"`
	// ParentResourceId is the resource ID of the parent cursor.
	ParentResourceId uint32 `protobuf:"varint,2,opt,name=parent_resource_id,json=parentResourceId,proto3" json:"parentResourceId,omitempty"`
	// contains filtered or unexported fields
}

SetAsSubBlockRequest is the request type for SetAsSubBlock.

func (*SetAsSubBlockRequest) CloneMessageVT

func (*SetAsSubBlockRequest) CloneVT

func (*SetAsSubBlockRequest) EqualMessageVT

func (this *SetAsSubBlockRequest) EqualMessageVT(thatMsg any) bool

func (*SetAsSubBlockRequest) EqualVT

func (this *SetAsSubBlockRequest) EqualVT(that *SetAsSubBlockRequest) bool

func (*SetAsSubBlockRequest) GetParentResourceId

func (x *SetAsSubBlockRequest) GetParentResourceId() uint32

func (*SetAsSubBlockRequest) GetRefId

func (x *SetAsSubBlockRequest) GetRefId() uint32

func (*SetAsSubBlockRequest) MarshalJSON

func (x *SetAsSubBlockRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetAsSubBlockRequest to JSON.

func (*SetAsSubBlockRequest) MarshalProtoJSON

func (x *SetAsSubBlockRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetAsSubBlockRequest message to JSON.

func (*SetAsSubBlockRequest) MarshalProtoText

func (x *SetAsSubBlockRequest) MarshalProtoText() string

func (*SetAsSubBlockRequest) MarshalToSizedBufferVT

func (m *SetAsSubBlockRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetAsSubBlockRequest) MarshalToVT

func (m *SetAsSubBlockRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetAsSubBlockRequest) MarshalVT

func (m *SetAsSubBlockRequest) MarshalVT() (dAtA []byte, err error)

func (*SetAsSubBlockRequest) ProtoMessage

func (*SetAsSubBlockRequest) ProtoMessage()

func (*SetAsSubBlockRequest) Reset

func (x *SetAsSubBlockRequest) Reset()

func (*SetAsSubBlockRequest) SizeVT

func (m *SetAsSubBlockRequest) SizeVT() (n int)

func (*SetAsSubBlockRequest) String

func (x *SetAsSubBlockRequest) String() string

func (*SetAsSubBlockRequest) UnmarshalJSON

func (x *SetAsSubBlockRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetAsSubBlockRequest from JSON.

func (*SetAsSubBlockRequest) UnmarshalProtoJSON

func (x *SetAsSubBlockRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetAsSubBlockRequest message from JSON.

func (*SetAsSubBlockRequest) UnmarshalVT

func (m *SetAsSubBlockRequest) UnmarshalVT(dAtA []byte) error

type SetAsSubBlockResponse

type SetAsSubBlockResponse struct {
	// contains filtered or unexported fields
}

SetAsSubBlockResponse is the response type for SetAsSubBlock.

func (*SetAsSubBlockResponse) CloneMessageVT

func (*SetAsSubBlockResponse) CloneVT

func (*SetAsSubBlockResponse) EqualMessageVT

func (this *SetAsSubBlockResponse) EqualMessageVT(thatMsg any) bool

func (*SetAsSubBlockResponse) EqualVT

func (this *SetAsSubBlockResponse) EqualVT(that *SetAsSubBlockResponse) bool

func (*SetAsSubBlockResponse) MarshalJSON

func (x *SetAsSubBlockResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetAsSubBlockResponse to JSON.

func (*SetAsSubBlockResponse) MarshalProtoJSON

func (x *SetAsSubBlockResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetAsSubBlockResponse message to JSON.

func (*SetAsSubBlockResponse) MarshalProtoText

func (x *SetAsSubBlockResponse) MarshalProtoText() string

func (*SetAsSubBlockResponse) MarshalToSizedBufferVT

func (m *SetAsSubBlockResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetAsSubBlockResponse) MarshalToVT

func (m *SetAsSubBlockResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetAsSubBlockResponse) MarshalVT

func (m *SetAsSubBlockResponse) MarshalVT() (dAtA []byte, err error)

func (*SetAsSubBlockResponse) ProtoMessage

func (*SetAsSubBlockResponse) ProtoMessage()

func (*SetAsSubBlockResponse) Reset

func (x *SetAsSubBlockResponse) Reset()

func (*SetAsSubBlockResponse) SizeVT

func (m *SetAsSubBlockResponse) SizeVT() (n int)

func (*SetAsSubBlockResponse) String

func (x *SetAsSubBlockResponse) String() string

func (*SetAsSubBlockResponse) UnmarshalJSON

func (x *SetAsSubBlockResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetAsSubBlockResponse from JSON.

func (*SetAsSubBlockResponse) UnmarshalProtoJSON

func (x *SetAsSubBlockResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetAsSubBlockResponse message from JSON.

func (*SetAsSubBlockResponse) UnmarshalVT

func (m *SetAsSubBlockResponse) UnmarshalVT(dAtA []byte) error

type SetBlockRequest

type SetBlockRequest struct {

	// Data is the marshaled block data.
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// MarkDirty marks the block as dirty for persistence.
	MarkDirty bool `protobuf:"varint,2,opt,name=mark_dirty,json=markDirty,proto3" json:"markDirty,omitempty"`
	// BlockType is the block type identifier.
	// Format: "github.com/s4wave/spacewave/db/block/mock.Root"
	BlockType string `protobuf:"bytes,3,opt,name=block_type,json=blockType,proto3" json:"blockType,omitempty"`
	// contains filtered or unexported fields
}

SetBlockRequest is the request type for SetBlock.

func (*SetBlockRequest) CloneMessageVT

func (m *SetBlockRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SetBlockRequest) CloneVT

func (m *SetBlockRequest) CloneVT() *SetBlockRequest

func (*SetBlockRequest) EqualMessageVT

func (this *SetBlockRequest) EqualMessageVT(thatMsg any) bool

func (*SetBlockRequest) EqualVT

func (this *SetBlockRequest) EqualVT(that *SetBlockRequest) bool

func (*SetBlockRequest) GetBlockType

func (x *SetBlockRequest) GetBlockType() string

func (*SetBlockRequest) GetData

func (x *SetBlockRequest) GetData() []byte

func (*SetBlockRequest) GetMarkDirty

func (x *SetBlockRequest) GetMarkDirty() bool

func (*SetBlockRequest) MarshalJSON

func (x *SetBlockRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetBlockRequest to JSON.

func (*SetBlockRequest) MarshalProtoJSON

func (x *SetBlockRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetBlockRequest message to JSON.

func (*SetBlockRequest) MarshalProtoText

func (x *SetBlockRequest) MarshalProtoText() string

func (*SetBlockRequest) MarshalToSizedBufferVT

func (m *SetBlockRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetBlockRequest) MarshalToVT

func (m *SetBlockRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetBlockRequest) MarshalVT

func (m *SetBlockRequest) MarshalVT() (dAtA []byte, err error)

func (*SetBlockRequest) ProtoMessage

func (*SetBlockRequest) ProtoMessage()

func (*SetBlockRequest) Reset

func (x *SetBlockRequest) Reset()

func (*SetBlockRequest) SizeVT

func (m *SetBlockRequest) SizeVT() (n int)

func (*SetBlockRequest) String

func (x *SetBlockRequest) String() string

func (*SetBlockRequest) UnmarshalJSON

func (x *SetBlockRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetBlockRequest from JSON.

func (*SetBlockRequest) UnmarshalProtoJSON

func (x *SetBlockRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetBlockRequest message from JSON.

func (*SetBlockRequest) UnmarshalVT

func (m *SetBlockRequest) UnmarshalVT(dAtA []byte) error

type SetBlockResponse

type SetBlockResponse struct {
	// contains filtered or unexported fields
}

SetBlockResponse is the response type for SetBlock.

func (*SetBlockResponse) CloneMessageVT

func (m *SetBlockResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SetBlockResponse) CloneVT

func (m *SetBlockResponse) CloneVT() *SetBlockResponse

func (*SetBlockResponse) EqualMessageVT

func (this *SetBlockResponse) EqualMessageVT(thatMsg any) bool

func (*SetBlockResponse) EqualVT

func (this *SetBlockResponse) EqualVT(that *SetBlockResponse) bool

func (*SetBlockResponse) MarshalJSON

func (x *SetBlockResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetBlockResponse to JSON.

func (*SetBlockResponse) MarshalProtoJSON

func (x *SetBlockResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetBlockResponse message to JSON.

func (*SetBlockResponse) MarshalProtoText

func (x *SetBlockResponse) MarshalProtoText() string

func (*SetBlockResponse) MarshalToSizedBufferVT

func (m *SetBlockResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetBlockResponse) MarshalToVT

func (m *SetBlockResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetBlockResponse) MarshalVT

func (m *SetBlockResponse) MarshalVT() (dAtA []byte, err error)

func (*SetBlockResponse) ProtoMessage

func (*SetBlockResponse) ProtoMessage()

func (*SetBlockResponse) Reset

func (x *SetBlockResponse) Reset()

func (*SetBlockResponse) SizeVT

func (m *SetBlockResponse) SizeVT() (n int)

func (*SetBlockResponse) String

func (x *SetBlockResponse) String() string

func (*SetBlockResponse) UnmarshalJSON

func (x *SetBlockResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetBlockResponse from JSON.

func (*SetBlockResponse) UnmarshalProtoJSON

func (x *SetBlockResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetBlockResponse message from JSON.

func (*SetBlockResponse) UnmarshalVT

func (m *SetBlockResponse) UnmarshalVT(dAtA []byte) error

type SetRefRequest

type SetRefRequest struct {

	// RefId is the reference field ID to set.
	RefId uint32 `protobuf:"varint,1,opt,name=ref_id,json=refId,proto3" json:"refId,omitempty"`
	// TargetResourceId is the resource ID of the target cursor.
	TargetResourceId uint32 `protobuf:"varint,2,opt,name=target_resource_id,json=targetResourceId,proto3" json:"targetResourceId,omitempty"`
	// contains filtered or unexported fields
}

SetRefRequest is the request type for SetRef.

func (*SetRefRequest) CloneMessageVT

func (m *SetRefRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SetRefRequest) CloneVT

func (m *SetRefRequest) CloneVT() *SetRefRequest

func (*SetRefRequest) EqualMessageVT

func (this *SetRefRequest) EqualMessageVT(thatMsg any) bool

func (*SetRefRequest) EqualVT

func (this *SetRefRequest) EqualVT(that *SetRefRequest) bool

func (*SetRefRequest) GetRefId

func (x *SetRefRequest) GetRefId() uint32

func (*SetRefRequest) GetTargetResourceId

func (x *SetRefRequest) GetTargetResourceId() uint32

func (*SetRefRequest) MarshalJSON

func (x *SetRefRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetRefRequest to JSON.

func (*SetRefRequest) MarshalProtoJSON

func (x *SetRefRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetRefRequest message to JSON.

func (*SetRefRequest) MarshalProtoText

func (x *SetRefRequest) MarshalProtoText() string

func (*SetRefRequest) MarshalToSizedBufferVT

func (m *SetRefRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetRefRequest) MarshalToVT

func (m *SetRefRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetRefRequest) MarshalVT

func (m *SetRefRequest) MarshalVT() (dAtA []byte, err error)

func (*SetRefRequest) ProtoMessage

func (*SetRefRequest) ProtoMessage()

func (*SetRefRequest) Reset

func (x *SetRefRequest) Reset()

func (*SetRefRequest) SizeVT

func (m *SetRefRequest) SizeVT() (n int)

func (*SetRefRequest) String

func (x *SetRefRequest) String() string

func (*SetRefRequest) UnmarshalJSON

func (x *SetRefRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetRefRequest from JSON.

func (*SetRefRequest) UnmarshalProtoJSON

func (x *SetRefRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetRefRequest message from JSON.

func (*SetRefRequest) UnmarshalVT

func (m *SetRefRequest) UnmarshalVT(dAtA []byte) error

type SetRefResponse

type SetRefResponse struct {
	// contains filtered or unexported fields
}

SetRefResponse is the response type for SetRef.

func (*SetRefResponse) CloneMessageVT

func (m *SetRefResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SetRefResponse) CloneVT

func (m *SetRefResponse) CloneVT() *SetRefResponse

func (*SetRefResponse) EqualMessageVT

func (this *SetRefResponse) EqualMessageVT(thatMsg any) bool

func (*SetRefResponse) EqualVT

func (this *SetRefResponse) EqualVT(that *SetRefResponse) bool

func (*SetRefResponse) MarshalJSON

func (x *SetRefResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetRefResponse to JSON.

func (*SetRefResponse) MarshalProtoJSON

func (x *SetRefResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetRefResponse message to JSON.

func (*SetRefResponse) MarshalProtoText

func (x *SetRefResponse) MarshalProtoText() string

func (*SetRefResponse) MarshalToSizedBufferVT

func (m *SetRefResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetRefResponse) MarshalToVT

func (m *SetRefResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetRefResponse) MarshalVT

func (m *SetRefResponse) MarshalVT() (dAtA []byte, err error)

func (*SetRefResponse) ProtoMessage

func (*SetRefResponse) ProtoMessage()

func (*SetRefResponse) Reset

func (x *SetRefResponse) Reset()

func (*SetRefResponse) SizeVT

func (m *SetRefResponse) SizeVT() (n int)

func (*SetRefResponse) String

func (x *SetRefResponse) String() string

func (*SetRefResponse) UnmarshalJSON

func (x *SetRefResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetRefResponse from JSON.

func (*SetRefResponse) UnmarshalProtoJSON

func (x *SetRefResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetRefResponse message from JSON.

func (*SetRefResponse) UnmarshalVT

func (m *SetRefResponse) UnmarshalVT(dAtA []byte) error

type UnmarshalRequest

type UnmarshalRequest struct {
	// contains filtered or unexported fields
}

UnmarshalRequest is the request type for Unmarshal.

func (*UnmarshalRequest) CloneMessageVT

func (m *UnmarshalRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnmarshalRequest) CloneVT

func (m *UnmarshalRequest) CloneVT() *UnmarshalRequest

func (*UnmarshalRequest) EqualMessageVT

func (this *UnmarshalRequest) EqualMessageVT(thatMsg any) bool

func (*UnmarshalRequest) EqualVT

func (this *UnmarshalRequest) EqualVT(that *UnmarshalRequest) bool

func (*UnmarshalRequest) MarshalJSON

func (x *UnmarshalRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnmarshalRequest to JSON.

func (*UnmarshalRequest) MarshalProtoJSON

func (x *UnmarshalRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnmarshalRequest message to JSON.

func (*UnmarshalRequest) MarshalProtoText

func (x *UnmarshalRequest) MarshalProtoText() string

func (*UnmarshalRequest) MarshalToSizedBufferVT

func (m *UnmarshalRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnmarshalRequest) MarshalToVT

func (m *UnmarshalRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UnmarshalRequest) MarshalVT

func (m *UnmarshalRequest) MarshalVT() (dAtA []byte, err error)

func (*UnmarshalRequest) ProtoMessage

func (*UnmarshalRequest) ProtoMessage()

func (*UnmarshalRequest) Reset

func (x *UnmarshalRequest) Reset()

func (*UnmarshalRequest) SizeVT

func (m *UnmarshalRequest) SizeVT() (n int)

func (*UnmarshalRequest) String

func (x *UnmarshalRequest) String() string

func (*UnmarshalRequest) UnmarshalJSON

func (x *UnmarshalRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnmarshalRequest from JSON.

func (*UnmarshalRequest) UnmarshalProtoJSON

func (x *UnmarshalRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnmarshalRequest message from JSON.

func (*UnmarshalRequest) UnmarshalVT

func (m *UnmarshalRequest) UnmarshalVT(dAtA []byte) error

type UnmarshalResponse

type UnmarshalResponse struct {

	// Data is the unmarshaled block data.
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Found indicates if the block was found.
	Found bool `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
	// contains filtered or unexported fields
}

UnmarshalResponse is the response type for Unmarshal.

func (*UnmarshalResponse) CloneMessageVT

func (m *UnmarshalResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnmarshalResponse) CloneVT

func (m *UnmarshalResponse) CloneVT() *UnmarshalResponse

func (*UnmarshalResponse) EqualMessageVT

func (this *UnmarshalResponse) EqualMessageVT(thatMsg any) bool

func (*UnmarshalResponse) EqualVT

func (this *UnmarshalResponse) EqualVT(that *UnmarshalResponse) bool

func (*UnmarshalResponse) GetData

func (x *UnmarshalResponse) GetData() []byte

func (*UnmarshalResponse) GetFound

func (x *UnmarshalResponse) GetFound() bool

func (*UnmarshalResponse) MarshalJSON

func (x *UnmarshalResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnmarshalResponse to JSON.

func (*UnmarshalResponse) MarshalProtoJSON

func (x *UnmarshalResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnmarshalResponse message to JSON.

func (*UnmarshalResponse) MarshalProtoText

func (x *UnmarshalResponse) MarshalProtoText() string

func (*UnmarshalResponse) MarshalToSizedBufferVT

func (m *UnmarshalResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnmarshalResponse) MarshalToVT

func (m *UnmarshalResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UnmarshalResponse) MarshalVT

func (m *UnmarshalResponse) MarshalVT() (dAtA []byte, err error)

func (*UnmarshalResponse) ProtoMessage

func (*UnmarshalResponse) ProtoMessage()

func (*UnmarshalResponse) Reset

func (x *UnmarshalResponse) Reset()

func (*UnmarshalResponse) SizeVT

func (m *UnmarshalResponse) SizeVT() (n int)

func (*UnmarshalResponse) String

func (x *UnmarshalResponse) String() string

func (*UnmarshalResponse) UnmarshalJSON

func (x *UnmarshalResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnmarshalResponse from JSON.

func (*UnmarshalResponse) UnmarshalProtoJSON

func (x *UnmarshalResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnmarshalResponse message from JSON.

func (*UnmarshalResponse) UnmarshalVT

func (m *UnmarshalResponse) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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