s4wave_root

package
v0.51.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const SRPCRootResourceServiceServiceID = "s4wave.root.RootResourceService"

Variables

View Source
var (
	SpaceRootKind_name = map[int32]string{
		0: "SpaceRootKind_UNSPECIFIED",
		1: "SpaceRootKind_NATIVE_DIRECTORY",
		2: "SpaceRootKind_S4WAVE_FILE",
	}
	SpaceRootKind_value = map[string]int32{
		"SpaceRootKind_UNSPECIFIED":      0,
		"SpaceRootKind_NATIVE_DIRECTORY": 1,
		"SpaceRootKind_S4WAVE_FILE":      2,
	}
)

Enum value maps for SpaceRootKind.

View Source
var (
	SpaceRootOpenMode_name = map[int32]string{
		0: "SpaceRootOpenMode_UNSPECIFIED",
		1: "SpaceRootOpenMode_OPEN_EXISTING",
		2: "SpaceRootOpenMode_CREATE",
	}
	SpaceRootOpenMode_value = map[string]int32{
		"SpaceRootOpenMode_UNSPECIFIED":   0,
		"SpaceRootOpenMode_OPEN_EXISTING": 1,
		"SpaceRootOpenMode_CREATE":        2,
	}
)

Enum value maps for SpaceRootOpenMode.

View Source
var (
	SpaceRootStatus_name = map[int32]string{
		0: "SpaceRootStatus_UNKNOWN",
		1: "SpaceRootStatus_READY",
		2: "SpaceRootStatus_MISSING",
		3: "SpaceRootStatus_UNSUPPORTED",
		4: "SpaceRootStatus_INVALID",
	}
	SpaceRootStatus_value = map[string]int32{
		"SpaceRootStatus_UNKNOWN":     0,
		"SpaceRootStatus_READY":       1,
		"SpaceRootStatus_MISSING":     2,
		"SpaceRootStatus_UNSUPPORTED": 3,
		"SpaceRootStatus_INVALID":     4,
	}
)

Enum value maps for SpaceRootStatus.

View Source
var (
	SpaceRootRuntimeStatus_name = map[int32]string{
		0: "SpaceRootRuntimeStatus_IDLE",
		1: "SpaceRootRuntimeStatus_CONNECTING",
		2: "SpaceRootRuntimeStatus_STARTING",
		3: "SpaceRootRuntimeStatus_READY",
		4: "SpaceRootRuntimeStatus_ERROR",
	}
	SpaceRootRuntimeStatus_value = map[string]int32{
		"SpaceRootRuntimeStatus_IDLE":       0,
		"SpaceRootRuntimeStatus_CONNECTING": 1,
		"SpaceRootRuntimeStatus_STARTING":   2,
		"SpaceRootRuntimeStatus_READY":      3,
		"SpaceRootRuntimeStatus_ERROR":      4,
	}
)

Enum value maps for SpaceRootRuntimeStatus.

Functions

func NewSRPCRootResourceServiceHandler

func NewSRPCRootResourceServiceHandler(impl SRPCRootResourceServiceServer, serviceID string) srpc.Handler

NewSRPCRootResourceServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.root.RootResourceService

func SRPCRegisterRootResourceService

func SRPCRegisterRootResourceService(mux srpc.Mux, impl SRPCRootResourceServiceServer) error

SRPCRegisterRootResourceService registers the implementation with the mux. Uses the default serviceID: s4wave.root.RootResourceService

Types

type AccessStateAtomRequest

type AccessStateAtomRequest struct {

	// StoreId is the identifier for the state store.
	// If empty, uses the default "ui-state" store.
	StoreId string `protobuf:"bytes,1,opt,name=store_id,json=storeId,proto3" json:"storeId,omitempty"`
	// contains filtered or unexported fields
}

AccessStateAtomRequest is the request for AccessStateAtom.

func (*AccessStateAtomRequest) CloneMessageVT

func (*AccessStateAtomRequest) CloneVT

func (*AccessStateAtomRequest) EqualMessageVT

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

func (*AccessStateAtomRequest) EqualVT

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

func (*AccessStateAtomRequest) GetStoreId

func (x *AccessStateAtomRequest) GetStoreId() string

func (*AccessStateAtomRequest) MarshalJSON

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

MarshalJSON marshals the AccessStateAtomRequest to JSON.

func (*AccessStateAtomRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the AccessStateAtomRequest message to JSON.

func (*AccessStateAtomRequest) MarshalProtoText

func (x *AccessStateAtomRequest) MarshalProtoText() string

func (*AccessStateAtomRequest) MarshalToSizedBufferVT

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

func (*AccessStateAtomRequest) MarshalToVT

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

func (*AccessStateAtomRequest) MarshalVT

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

func (*AccessStateAtomRequest) ProtoMessage

func (*AccessStateAtomRequest) ProtoMessage()

func (*AccessStateAtomRequest) Reset

func (x *AccessStateAtomRequest) Reset()

func (*AccessStateAtomRequest) SizeVT

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

func (*AccessStateAtomRequest) String

func (x *AccessStateAtomRequest) String() string

func (*AccessStateAtomRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the AccessStateAtomRequest from JSON.

func (*AccessStateAtomRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AccessStateAtomRequest message from JSON.

func (*AccessStateAtomRequest) UnmarshalVT

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

type AccessStateAtomResponse

type AccessStateAtomResponse struct {

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

AccessStateAtomResponse is the response for AccessStateAtom.

func (*AccessStateAtomResponse) CloneMessageVT

func (*AccessStateAtomResponse) CloneVT

func (*AccessStateAtomResponse) EqualMessageVT

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

func (*AccessStateAtomResponse) EqualVT

func (*AccessStateAtomResponse) GetResourceId

func (x *AccessStateAtomResponse) GetResourceId() uint32

func (*AccessStateAtomResponse) MarshalJSON

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

MarshalJSON marshals the AccessStateAtomResponse to JSON.

func (*AccessStateAtomResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the AccessStateAtomResponse message to JSON.

func (*AccessStateAtomResponse) MarshalProtoText

func (x *AccessStateAtomResponse) MarshalProtoText() string

func (*AccessStateAtomResponse) MarshalToSizedBufferVT

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

func (*AccessStateAtomResponse) MarshalToVT

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

func (*AccessStateAtomResponse) MarshalVT

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

func (*AccessStateAtomResponse) ProtoMessage

func (*AccessStateAtomResponse) ProtoMessage()

func (*AccessStateAtomResponse) Reset

func (x *AccessStateAtomResponse) Reset()

func (*AccessStateAtomResponse) SizeVT

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

func (*AccessStateAtomResponse) String

func (x *AccessStateAtomResponse) String() string

func (*AccessStateAtomResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the AccessStateAtomResponse from JSON.

func (*AccessStateAtomResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AccessStateAtomResponse message from JSON.

func (*AccessStateAtomResponse) UnmarshalVT

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

type AccessWebListenerRequest

type AccessWebListenerRequest struct {

	// ListenMultiaddr is the requested listener bind address. Empty defaults to
	// /ip4/127.0.0.1/tcp/0.
	ListenMultiaddr string `protobuf:"bytes,1,opt,name=listen_multiaddr,json=listenMultiaddr,proto3" json:"listenMultiaddr,omitempty"`
	// Background keeps the listener in the daemon registry after the CLI exits.
	Background bool `protobuf:"varint,2,opt,name=background,proto3" json:"background,omitempty"`
	// contains filtered or unexported fields
}

AccessWebListenerRequest is the request type for AccessWebListener.

func (*AccessWebListenerRequest) CloneMessageVT

func (*AccessWebListenerRequest) CloneVT

func (*AccessWebListenerRequest) EqualMessageVT

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

func (*AccessWebListenerRequest) EqualVT

func (*AccessWebListenerRequest) GetBackground

func (x *AccessWebListenerRequest) GetBackground() bool

func (*AccessWebListenerRequest) GetListenMultiaddr

func (x *AccessWebListenerRequest) GetListenMultiaddr() string

func (*AccessWebListenerRequest) MarshalJSON

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

MarshalJSON marshals the AccessWebListenerRequest to JSON.

func (*AccessWebListenerRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the AccessWebListenerRequest message to JSON.

func (*AccessWebListenerRequest) MarshalProtoText

func (x *AccessWebListenerRequest) MarshalProtoText() string

func (*AccessWebListenerRequest) MarshalToSizedBufferVT

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

func (*AccessWebListenerRequest) MarshalToVT

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

func (*AccessWebListenerRequest) MarshalVT

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

func (*AccessWebListenerRequest) ProtoMessage

func (*AccessWebListenerRequest) ProtoMessage()

func (*AccessWebListenerRequest) Reset

func (x *AccessWebListenerRequest) Reset()

func (*AccessWebListenerRequest) SizeVT

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

func (*AccessWebListenerRequest) String

func (x *AccessWebListenerRequest) String() string

func (*AccessWebListenerRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the AccessWebListenerRequest from JSON.

func (*AccessWebListenerRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AccessWebListenerRequest message from JSON.

func (*AccessWebListenerRequest) UnmarshalVT

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

type AccessWebListenerResponse

type AccessWebListenerResponse struct {

	// ResourceId is the client-owned listener resource id for foreground mode.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// ListenerId is the daemon-local identifier for this listener.
	ListenerId string `protobuf:"bytes,2,opt,name=listener_id,json=listenerId,proto3" json:"listenerId,omitempty"`
	// ListenMultiaddr is the resolved listener multiaddr including actual port.
	ListenMultiaddr string `protobuf:"bytes,3,opt,name=listen_multiaddr,json=listenMultiaddr,proto3" json:"listenMultiaddr,omitempty"`
	// Url is the localhost URL the user should open.
	Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	// BootstrapSecret is the single-use bootstrap secret for the printed URL.
	BootstrapSecret string `protobuf:"bytes,5,opt,name=bootstrap_secret,json=bootstrapSecret,proto3" json:"bootstrapSecret,omitempty"`
	// Reused is true when a background port-0 listener was reused.
	Reused bool `protobuf:"varint,6,opt,name=reused,proto3" json:"reused,omitempty"`
	// contains filtered or unexported fields
}

AccessWebListenerResponse is the response type for AccessWebListener.

func (*AccessWebListenerResponse) CloneMessageVT

func (*AccessWebListenerResponse) CloneVT

func (*AccessWebListenerResponse) EqualMessageVT

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

func (*AccessWebListenerResponse) EqualVT

func (*AccessWebListenerResponse) GetBootstrapSecret

func (x *AccessWebListenerResponse) GetBootstrapSecret() string

func (*AccessWebListenerResponse) GetListenMultiaddr

func (x *AccessWebListenerResponse) GetListenMultiaddr() string

func (*AccessWebListenerResponse) GetListenerId

func (x *AccessWebListenerResponse) GetListenerId() string

func (*AccessWebListenerResponse) GetResourceId

func (x *AccessWebListenerResponse) GetResourceId() uint32

func (*AccessWebListenerResponse) GetReused

func (x *AccessWebListenerResponse) GetReused() bool

func (*AccessWebListenerResponse) GetUrl

func (x *AccessWebListenerResponse) GetUrl() string

func (*AccessWebListenerResponse) MarshalJSON

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

MarshalJSON marshals the AccessWebListenerResponse to JSON.

func (*AccessWebListenerResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the AccessWebListenerResponse message to JSON.

func (*AccessWebListenerResponse) MarshalProtoText

func (x *AccessWebListenerResponse) MarshalProtoText() string

func (*AccessWebListenerResponse) MarshalToSizedBufferVT

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

func (*AccessWebListenerResponse) MarshalToVT

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

func (*AccessWebListenerResponse) MarshalVT

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

func (*AccessWebListenerResponse) ProtoMessage

func (*AccessWebListenerResponse) ProtoMessage()

func (*AccessWebListenerResponse) Reset

func (x *AccessWebListenerResponse) Reset()

func (*AccessWebListenerResponse) SizeVT

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

func (*AccessWebListenerResponse) String

func (x *AccessWebListenerResponse) String() string

func (*AccessWebListenerResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the AccessWebListenerResponse from JSON.

func (*AccessWebListenerResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AccessWebListenerResponse message from JSON.

func (*AccessWebListenerResponse) UnmarshalVT

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

type BrowserSpaceRootMetadata added in v0.51.2

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

BrowserSpaceRootMetadata reserves browser-grant fields for future support.

func (*BrowserSpaceRootMetadata) CloneMessageVT added in v0.51.2

func (*BrowserSpaceRootMetadata) CloneVT added in v0.51.2

func (*BrowserSpaceRootMetadata) EqualMessageVT added in v0.51.2

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

func (*BrowserSpaceRootMetadata) EqualVT added in v0.51.2

func (*BrowserSpaceRootMetadata) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the BrowserSpaceRootMetadata to JSON.

func (*BrowserSpaceRootMetadata) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the BrowserSpaceRootMetadata message to JSON.

func (*BrowserSpaceRootMetadata) MarshalProtoText added in v0.51.2

func (x *BrowserSpaceRootMetadata) MarshalProtoText() string

func (*BrowserSpaceRootMetadata) MarshalToSizedBufferVT added in v0.51.2

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

func (*BrowserSpaceRootMetadata) MarshalToVT added in v0.51.2

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

func (*BrowserSpaceRootMetadata) MarshalVT added in v0.51.2

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

func (*BrowserSpaceRootMetadata) ProtoMessage added in v0.51.2

func (*BrowserSpaceRootMetadata) ProtoMessage()

func (*BrowserSpaceRootMetadata) Reset added in v0.51.2

func (x *BrowserSpaceRootMetadata) Reset()

func (*BrowserSpaceRootMetadata) SizeVT added in v0.51.2

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

func (*BrowserSpaceRootMetadata) String added in v0.51.2

func (x *BrowserSpaceRootMetadata) String() string

func (*BrowserSpaceRootMetadata) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the BrowserSpaceRootMetadata from JSON.

func (*BrowserSpaceRootMetadata) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the BrowserSpaceRootMetadata message from JSON.

func (*BrowserSpaceRootMetadata) UnmarshalVT added in v0.51.2

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

type DeleteSessionRequest

type DeleteSessionRequest struct {

	// SessionIdx is the index of the session to delete.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// contains filtered or unexported fields
}

DeleteSessionRequest is the request type for DeleteSession.

func (*DeleteSessionRequest) CloneMessageVT

func (*DeleteSessionRequest) CloneVT

func (*DeleteSessionRequest) EqualMessageVT

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

func (*DeleteSessionRequest) EqualVT

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

func (*DeleteSessionRequest) GetSessionIdx

func (x *DeleteSessionRequest) GetSessionIdx() uint32

func (*DeleteSessionRequest) MarshalJSON

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

MarshalJSON marshals the DeleteSessionRequest to JSON.

func (*DeleteSessionRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the DeleteSessionRequest message to JSON.

func (*DeleteSessionRequest) MarshalProtoText

func (x *DeleteSessionRequest) MarshalProtoText() string

func (*DeleteSessionRequest) MarshalToSizedBufferVT

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

func (*DeleteSessionRequest) MarshalToVT

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

func (*DeleteSessionRequest) MarshalVT

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

func (*DeleteSessionRequest) ProtoMessage

func (*DeleteSessionRequest) ProtoMessage()

func (*DeleteSessionRequest) Reset

func (x *DeleteSessionRequest) Reset()

func (*DeleteSessionRequest) SizeVT

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

func (*DeleteSessionRequest) String

func (x *DeleteSessionRequest) String() string

func (*DeleteSessionRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the DeleteSessionRequest from JSON.

func (*DeleteSessionRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DeleteSessionRequest message from JSON.

func (*DeleteSessionRequest) UnmarshalVT

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

type DeleteSessionResponse

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

DeleteSessionResponse is the response type for DeleteSession.

func (*DeleteSessionResponse) CloneMessageVT

func (*DeleteSessionResponse) CloneVT

func (*DeleteSessionResponse) EqualMessageVT

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

func (*DeleteSessionResponse) EqualVT

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

func (*DeleteSessionResponse) MarshalJSON

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

MarshalJSON marshals the DeleteSessionResponse to JSON.

func (*DeleteSessionResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the DeleteSessionResponse message to JSON.

func (*DeleteSessionResponse) MarshalProtoText

func (x *DeleteSessionResponse) MarshalProtoText() string

func (*DeleteSessionResponse) MarshalToSizedBufferVT

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

func (*DeleteSessionResponse) MarshalToVT

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

func (*DeleteSessionResponse) MarshalVT

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

func (*DeleteSessionResponse) ProtoMessage

func (*DeleteSessionResponse) ProtoMessage()

func (*DeleteSessionResponse) Reset

func (x *DeleteSessionResponse) Reset()

func (*DeleteSessionResponse) SizeVT

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

func (*DeleteSessionResponse) String

func (x *DeleteSessionResponse) String() string

func (*DeleteSessionResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the DeleteSessionResponse from JSON.

func (*DeleteSessionResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DeleteSessionResponse message from JSON.

func (*DeleteSessionResponse) UnmarshalVT

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

type GetCdnRequest

type GetCdnRequest struct {

	// CdnId selects the CDN instance. Empty selects the default CDN. Unknown
	// ids cause GetCdn to fail with an ErrUnknownCdn-wrapped error so callers
	// can distinguish misconfigured ids from transport errors.
	CdnId string `protobuf:"bytes,1,opt,name=cdn_id,json=cdnId,proto3" json:"cdnId,omitempty"`
	// contains filtered or unexported fields
}

GetCdnRequest is the request type for GetCdn.

func (*GetCdnRequest) CloneMessageVT

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

func (*GetCdnRequest) CloneVT

func (m *GetCdnRequest) CloneVT() *GetCdnRequest

func (*GetCdnRequest) EqualMessageVT

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

func (*GetCdnRequest) EqualVT

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

func (*GetCdnRequest) GetCdnId

func (x *GetCdnRequest) GetCdnId() string

func (*GetCdnRequest) MarshalJSON

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

MarshalJSON marshals the GetCdnRequest to JSON.

func (*GetCdnRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetCdnRequest message to JSON.

func (*GetCdnRequest) MarshalProtoText

func (x *GetCdnRequest) MarshalProtoText() string

func (*GetCdnRequest) MarshalToSizedBufferVT

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

func (*GetCdnRequest) MarshalToVT

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

func (*GetCdnRequest) MarshalVT

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

func (*GetCdnRequest) ProtoMessage

func (*GetCdnRequest) ProtoMessage()

func (*GetCdnRequest) Reset

func (x *GetCdnRequest) Reset()

func (*GetCdnRequest) SizeVT

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

func (*GetCdnRequest) String

func (x *GetCdnRequest) String() string

func (*GetCdnRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetCdnRequest from JSON.

func (*GetCdnRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetCdnRequest message from JSON.

func (*GetCdnRequest) UnmarshalVT

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

type GetCdnResponse

type GetCdnResponse struct {

	// ResourceId is the client resource id of the mounted CdnResource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// CdnSpaceId is the CDN Space ULID for the selected instance. Returned in
	// the same round-trip so callers do not need a follow-up RPC.
	CdnSpaceId string `protobuf:"bytes,2,opt,name=cdn_space_id,json=cdnSpaceId,proto3" json:"cdnSpaceId,omitempty"`
	// contains filtered or unexported fields
}

GetCdnResponse is the response type for GetCdn.

func (*GetCdnResponse) CloneMessageVT

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

func (*GetCdnResponse) CloneVT

func (m *GetCdnResponse) CloneVT() *GetCdnResponse

func (*GetCdnResponse) EqualMessageVT

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

func (*GetCdnResponse) EqualVT

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

func (*GetCdnResponse) GetCdnSpaceId

func (x *GetCdnResponse) GetCdnSpaceId() string

func (*GetCdnResponse) GetResourceId

func (x *GetCdnResponse) GetResourceId() uint32

func (*GetCdnResponse) MarshalJSON

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

MarshalJSON marshals the GetCdnResponse to JSON.

func (*GetCdnResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetCdnResponse message to JSON.

func (*GetCdnResponse) MarshalProtoText

func (x *GetCdnResponse) MarshalProtoText() string

func (*GetCdnResponse) MarshalToSizedBufferVT

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

func (*GetCdnResponse) MarshalToVT

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

func (*GetCdnResponse) MarshalVT

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

func (*GetCdnResponse) ProtoMessage

func (*GetCdnResponse) ProtoMessage()

func (*GetCdnResponse) Reset

func (x *GetCdnResponse) Reset()

func (*GetCdnResponse) SizeVT

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

func (*GetCdnResponse) String

func (x *GetCdnResponse) String() string

func (*GetCdnResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetCdnResponse from JSON.

func (*GetCdnResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetCdnResponse message from JSON.

func (*GetCdnResponse) UnmarshalVT

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

type GetChangelogRequest

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

GetChangelogRequest is the request type for GetChangelog.

func (*GetChangelogRequest) CloneMessageVT

func (*GetChangelogRequest) CloneVT

func (*GetChangelogRequest) EqualMessageVT

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

func (*GetChangelogRequest) EqualVT

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

func (*GetChangelogRequest) MarshalJSON

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

MarshalJSON marshals the GetChangelogRequest to JSON.

func (*GetChangelogRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetChangelogRequest message to JSON.

func (*GetChangelogRequest) MarshalProtoText

func (x *GetChangelogRequest) MarshalProtoText() string

func (*GetChangelogRequest) MarshalToSizedBufferVT

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

func (*GetChangelogRequest) MarshalToVT

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

func (*GetChangelogRequest) MarshalVT

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

func (*GetChangelogRequest) ProtoMessage

func (*GetChangelogRequest) ProtoMessage()

func (*GetChangelogRequest) Reset

func (x *GetChangelogRequest) Reset()

func (*GetChangelogRequest) SizeVT

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

func (*GetChangelogRequest) String

func (x *GetChangelogRequest) String() string

func (*GetChangelogRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetChangelogRequest from JSON.

func (*GetChangelogRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetChangelogRequest message from JSON.

func (*GetChangelogRequest) UnmarshalVT

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

type GetChangelogResponse

type GetChangelogResponse struct {

	// changelog is the application changelog.
	Changelog *changelog.Changelog `protobuf:"bytes,1,opt,name=changelog,proto3" json:"changelog,omitempty"`
	// contains filtered or unexported fields
}

GetChangelogResponse is the response type for GetChangelog.

func (*GetChangelogResponse) CloneMessageVT

func (*GetChangelogResponse) CloneVT

func (*GetChangelogResponse) EqualMessageVT

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

func (*GetChangelogResponse) EqualVT

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

func (*GetChangelogResponse) GetChangelog

func (x *GetChangelogResponse) GetChangelog() *changelog.Changelog

func (*GetChangelogResponse) MarshalJSON

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

MarshalJSON marshals the GetChangelogResponse to JSON.

func (*GetChangelogResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetChangelogResponse message to JSON.

func (*GetChangelogResponse) MarshalProtoText

func (x *GetChangelogResponse) MarshalProtoText() string

func (*GetChangelogResponse) MarshalToSizedBufferVT

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

func (*GetChangelogResponse) MarshalToVT

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

func (*GetChangelogResponse) MarshalVT

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

func (*GetChangelogResponse) ProtoMessage

func (*GetChangelogResponse) ProtoMessage()

func (*GetChangelogResponse) Reset

func (x *GetChangelogResponse) Reset()

func (*GetChangelogResponse) SizeVT

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

func (*GetChangelogResponse) String

func (x *GetChangelogResponse) String() string

func (*GetChangelogResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetChangelogResponse from JSON.

func (*GetChangelogResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetChangelogResponse message from JSON.

func (*GetChangelogResponse) UnmarshalVT

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

type GetDebugDbRequest

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

GetDebugDbRequest is the request type for GetDebugDb.

func (*GetDebugDbRequest) CloneMessageVT

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

func (*GetDebugDbRequest) CloneVT

func (m *GetDebugDbRequest) CloneVT() *GetDebugDbRequest

func (*GetDebugDbRequest) EqualMessageVT

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

func (*GetDebugDbRequest) EqualVT

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

func (*GetDebugDbRequest) MarshalJSON

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

MarshalJSON marshals the GetDebugDbRequest to JSON.

func (*GetDebugDbRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetDebugDbRequest message to JSON.

func (*GetDebugDbRequest) MarshalProtoText

func (x *GetDebugDbRequest) MarshalProtoText() string

func (*GetDebugDbRequest) MarshalToSizedBufferVT

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

func (*GetDebugDbRequest) MarshalToVT

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

func (*GetDebugDbRequest) MarshalVT

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

func (*GetDebugDbRequest) ProtoMessage

func (*GetDebugDbRequest) ProtoMessage()

func (*GetDebugDbRequest) Reset

func (x *GetDebugDbRequest) Reset()

func (*GetDebugDbRequest) SizeVT

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

func (*GetDebugDbRequest) String

func (x *GetDebugDbRequest) String() string

func (*GetDebugDbRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetDebugDbRequest from JSON.

func (*GetDebugDbRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetDebugDbRequest message from JSON.

func (*GetDebugDbRequest) UnmarshalVT

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

type GetDebugDbResponse

type GetDebugDbResponse struct {

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

GetDebugDbResponse is the response type for GetDebugDb.

func (*GetDebugDbResponse) CloneMessageVT

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

func (*GetDebugDbResponse) CloneVT

func (m *GetDebugDbResponse) CloneVT() *GetDebugDbResponse

func (*GetDebugDbResponse) EqualMessageVT

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

func (*GetDebugDbResponse) EqualVT

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

func (*GetDebugDbResponse) GetResourceId

func (x *GetDebugDbResponse) GetResourceId() uint32

func (*GetDebugDbResponse) MarshalJSON

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

MarshalJSON marshals the GetDebugDbResponse to JSON.

func (*GetDebugDbResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetDebugDbResponse message to JSON.

func (*GetDebugDbResponse) MarshalProtoText

func (x *GetDebugDbResponse) MarshalProtoText() string

func (*GetDebugDbResponse) MarshalToSizedBufferVT

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

func (*GetDebugDbResponse) MarshalToVT

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

func (*GetDebugDbResponse) MarshalVT

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

func (*GetDebugDbResponse) ProtoMessage

func (*GetDebugDbResponse) ProtoMessage()

func (*GetDebugDbResponse) Reset

func (x *GetDebugDbResponse) Reset()

func (*GetDebugDbResponse) SizeVT

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

func (*GetDebugDbResponse) String

func (x *GetDebugDbResponse) String() string

func (*GetDebugDbResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetDebugDbResponse from JSON.

func (*GetDebugDbResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetDebugDbResponse message from JSON.

func (*GetDebugDbResponse) UnmarshalVT

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

type GetSessionMetadataRequest

type GetSessionMetadataRequest struct {

	// SessionIdx is the index of the session.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// contains filtered or unexported fields
}

GetSessionMetadataRequest is the request type for GetSessionMetadata.

func (*GetSessionMetadataRequest) CloneMessageVT

func (*GetSessionMetadataRequest) CloneVT

func (*GetSessionMetadataRequest) EqualMessageVT

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

func (*GetSessionMetadataRequest) EqualVT

func (*GetSessionMetadataRequest) GetSessionIdx

func (x *GetSessionMetadataRequest) GetSessionIdx() uint32

func (*GetSessionMetadataRequest) MarshalJSON

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

MarshalJSON marshals the GetSessionMetadataRequest to JSON.

func (*GetSessionMetadataRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetSessionMetadataRequest message to JSON.

func (*GetSessionMetadataRequest) MarshalProtoText

func (x *GetSessionMetadataRequest) MarshalProtoText() string

func (*GetSessionMetadataRequest) MarshalToSizedBufferVT

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

func (*GetSessionMetadataRequest) MarshalToVT

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

func (*GetSessionMetadataRequest) MarshalVT

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

func (*GetSessionMetadataRequest) ProtoMessage

func (*GetSessionMetadataRequest) ProtoMessage()

func (*GetSessionMetadataRequest) Reset

func (x *GetSessionMetadataRequest) Reset()

func (*GetSessionMetadataRequest) SizeVT

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

func (*GetSessionMetadataRequest) String

func (x *GetSessionMetadataRequest) String() string

func (*GetSessionMetadataRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetSessionMetadataRequest from JSON.

func (*GetSessionMetadataRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetSessionMetadataRequest message from JSON.

func (*GetSessionMetadataRequest) UnmarshalVT

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

type GetSessionMetadataResponse

type GetSessionMetadataResponse struct {

	// Metadata is the session metadata.
	Metadata *session.SessionMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// NotFound is true if the session was not found.
	NotFound bool `protobuf:"varint,2,opt,name=not_found,json=notFound,proto3" json:"notFound,omitempty"`
	// contains filtered or unexported fields
}

GetSessionMetadataResponse is the response type for GetSessionMetadata.

func (*GetSessionMetadataResponse) CloneMessageVT

func (*GetSessionMetadataResponse) CloneVT

func (*GetSessionMetadataResponse) EqualMessageVT

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

func (*GetSessionMetadataResponse) EqualVT

func (*GetSessionMetadataResponse) GetMetadata

func (*GetSessionMetadataResponse) GetNotFound

func (x *GetSessionMetadataResponse) GetNotFound() bool

func (*GetSessionMetadataResponse) MarshalJSON

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

MarshalJSON marshals the GetSessionMetadataResponse to JSON.

func (*GetSessionMetadataResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetSessionMetadataResponse message to JSON.

func (*GetSessionMetadataResponse) MarshalProtoText

func (x *GetSessionMetadataResponse) MarshalProtoText() string

func (*GetSessionMetadataResponse) MarshalToSizedBufferVT

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

func (*GetSessionMetadataResponse) MarshalToVT

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

func (*GetSessionMetadataResponse) MarshalVT

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

func (*GetSessionMetadataResponse) ProtoMessage

func (*GetSessionMetadataResponse) ProtoMessage()

func (*GetSessionMetadataResponse) Reset

func (x *GetSessionMetadataResponse) Reset()

func (*GetSessionMetadataResponse) SizeVT

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

func (*GetSessionMetadataResponse) String

func (x *GetSessionMetadataResponse) String() string

func (*GetSessionMetadataResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetSessionMetadataResponse from JSON.

func (*GetSessionMetadataResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetSessionMetadataResponse message from JSON.

func (*GetSessionMetadataResponse) UnmarshalVT

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

type HashSumRequest

type HashSumRequest struct {

	// HashType is the hash type to use.
	HashType hash.HashType `protobuf:"varint,1,opt,name=hash_type,json=hashType,proto3" json:"hashType,omitempty"`
	// Data is the data to hash.
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

HashSumRequest is the request type for HashSum.

func (*HashSumRequest) CloneMessageVT

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

func (*HashSumRequest) CloneVT

func (m *HashSumRequest) CloneVT() *HashSumRequest

func (*HashSumRequest) EqualMessageVT

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

func (*HashSumRequest) EqualVT

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

func (*HashSumRequest) GetData

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

func (*HashSumRequest) GetHashType

func (x *HashSumRequest) GetHashType() hash.HashType

func (*HashSumRequest) MarshalJSON

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

MarshalJSON marshals the HashSumRequest to JSON.

func (*HashSumRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the HashSumRequest message to JSON.

func (*HashSumRequest) MarshalProtoText

func (x *HashSumRequest) MarshalProtoText() string

func (*HashSumRequest) MarshalToSizedBufferVT

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

func (*HashSumRequest) MarshalToVT

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

func (*HashSumRequest) MarshalVT

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

func (*HashSumRequest) ProtoMessage

func (*HashSumRequest) ProtoMessage()

func (*HashSumRequest) Reset

func (x *HashSumRequest) Reset()

func (*HashSumRequest) SizeVT

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

func (*HashSumRequest) String

func (x *HashSumRequest) String() string

func (*HashSumRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the HashSumRequest from JSON.

func (*HashSumRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the HashSumRequest message from JSON.

func (*HashSumRequest) UnmarshalVT

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

type HashSumResponse

type HashSumResponse struct {

	// Hash is the computed hash.
	Hash *hash.Hash `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

HashSumResponse is the response type for HashSum.

func (*HashSumResponse) CloneMessageVT

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

func (*HashSumResponse) CloneVT

func (m *HashSumResponse) CloneVT() *HashSumResponse

func (*HashSumResponse) EqualMessageVT

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

func (*HashSumResponse) EqualVT

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

func (*HashSumResponse) GetHash

func (x *HashSumResponse) GetHash() *hash.Hash

func (*HashSumResponse) MarshalJSON

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

MarshalJSON marshals the HashSumResponse to JSON.

func (*HashSumResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the HashSumResponse message to JSON.

func (*HashSumResponse) MarshalProtoText

func (x *HashSumResponse) MarshalProtoText() string

func (*HashSumResponse) MarshalToSizedBufferVT

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

func (*HashSumResponse) MarshalToVT

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

func (*HashSumResponse) MarshalVT

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

func (*HashSumResponse) ProtoMessage

func (*HashSumResponse) ProtoMessage()

func (*HashSumResponse) Reset

func (x *HashSumResponse) Reset()

func (*HashSumResponse) SizeVT

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

func (*HashSumResponse) String

func (x *HashSumResponse) String() string

func (*HashSumResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the HashSumResponse from JSON.

func (*HashSumResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the HashSumResponse message from JSON.

func (*HashSumResponse) UnmarshalVT

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

type HashValidateRequest

type HashValidateRequest struct {

	// Hash is the hash to validate.
	Hash *hash.Hash `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

HashValidateRequest is the request type for HashValidate.

func (*HashValidateRequest) CloneMessageVT

func (*HashValidateRequest) CloneVT

func (*HashValidateRequest) EqualMessageVT

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

func (*HashValidateRequest) EqualVT

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

func (*HashValidateRequest) GetHash

func (x *HashValidateRequest) GetHash() *hash.Hash

func (*HashValidateRequest) MarshalJSON

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

MarshalJSON marshals the HashValidateRequest to JSON.

func (*HashValidateRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the HashValidateRequest message to JSON.

func (*HashValidateRequest) MarshalProtoText

func (x *HashValidateRequest) MarshalProtoText() string

func (*HashValidateRequest) MarshalToSizedBufferVT

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

func (*HashValidateRequest) MarshalToVT

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

func (*HashValidateRequest) MarshalVT

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

func (*HashValidateRequest) ProtoMessage

func (*HashValidateRequest) ProtoMessage()

func (*HashValidateRequest) Reset

func (x *HashValidateRequest) Reset()

func (*HashValidateRequest) SizeVT

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

func (*HashValidateRequest) String

func (x *HashValidateRequest) String() string

func (*HashValidateRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the HashValidateRequest from JSON.

func (*HashValidateRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the HashValidateRequest message from JSON.

func (*HashValidateRequest) UnmarshalVT

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

type HashValidateResponse

type HashValidateResponse struct {

	// Valid is true if the hash is valid.
	Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	// Error contains the validation error message if not valid.
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

HashValidateResponse is the response type for HashValidate.

func (*HashValidateResponse) CloneMessageVT

func (*HashValidateResponse) CloneVT

func (*HashValidateResponse) EqualMessageVT

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

func (*HashValidateResponse) EqualVT

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

func (*HashValidateResponse) GetError

func (x *HashValidateResponse) GetError() string

func (*HashValidateResponse) GetValid

func (x *HashValidateResponse) GetValid() bool

func (*HashValidateResponse) MarshalJSON

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

MarshalJSON marshals the HashValidateResponse to JSON.

func (*HashValidateResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the HashValidateResponse message to JSON.

func (*HashValidateResponse) MarshalProtoText

func (x *HashValidateResponse) MarshalProtoText() string

func (*HashValidateResponse) MarshalToSizedBufferVT

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

func (*HashValidateResponse) MarshalToVT

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

func (*HashValidateResponse) MarshalVT

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

func (*HashValidateResponse) ProtoMessage

func (*HashValidateResponse) ProtoMessage()

func (*HashValidateResponse) Reset

func (x *HashValidateResponse) Reset()

func (*HashValidateResponse) SizeVT

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

func (*HashValidateResponse) String

func (x *HashValidateResponse) String() string

func (*HashValidateResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the HashValidateResponse from JSON.

func (*HashValidateResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the HashValidateResponse message from JSON.

func (*HashValidateResponse) UnmarshalVT

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

type ListProvidersRequest

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

ListProvidersRequest is the request type for ListProviders.

func (*ListProvidersRequest) CloneMessageVT

func (*ListProvidersRequest) CloneVT

func (*ListProvidersRequest) EqualMessageVT

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

func (*ListProvidersRequest) EqualVT

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

func (*ListProvidersRequest) MarshalJSON

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

MarshalJSON marshals the ListProvidersRequest to JSON.

func (*ListProvidersRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListProvidersRequest message to JSON.

func (*ListProvidersRequest) MarshalProtoText

func (x *ListProvidersRequest) MarshalProtoText() string

func (*ListProvidersRequest) MarshalToSizedBufferVT

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

func (*ListProvidersRequest) MarshalToVT

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

func (*ListProvidersRequest) MarshalVT

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

func (*ListProvidersRequest) ProtoMessage

func (*ListProvidersRequest) ProtoMessage()

func (*ListProvidersRequest) Reset

func (x *ListProvidersRequest) Reset()

func (*ListProvidersRequest) SizeVT

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

func (*ListProvidersRequest) String

func (x *ListProvidersRequest) String() string

func (*ListProvidersRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListProvidersRequest from JSON.

func (*ListProvidersRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListProvidersRequest message from JSON.

func (*ListProvidersRequest) UnmarshalVT

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

type ListProvidersResponse

type ListProvidersResponse struct {

	// Providers is the list of available providers.
	Providers []*provider.ProviderInfo `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"`
	// contains filtered or unexported fields
}

ListProvidersResponse is the response type for ListProviders.

func (*ListProvidersResponse) CloneMessageVT

func (*ListProvidersResponse) CloneVT

func (*ListProvidersResponse) EqualMessageVT

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

func (*ListProvidersResponse) EqualVT

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

func (*ListProvidersResponse) GetProviders

func (x *ListProvidersResponse) GetProviders() []*provider.ProviderInfo

func (*ListProvidersResponse) MarshalJSON

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

MarshalJSON marshals the ListProvidersResponse to JSON.

func (*ListProvidersResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListProvidersResponse message to JSON.

func (*ListProvidersResponse) MarshalProtoText

func (x *ListProvidersResponse) MarshalProtoText() string

func (*ListProvidersResponse) MarshalToSizedBufferVT

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

func (*ListProvidersResponse) MarshalToVT

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

func (*ListProvidersResponse) MarshalVT

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

func (*ListProvidersResponse) ProtoMessage

func (*ListProvidersResponse) ProtoMessage()

func (*ListProvidersResponse) Reset

func (x *ListProvidersResponse) Reset()

func (*ListProvidersResponse) SizeVT

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

func (*ListProvidersResponse) String

func (x *ListProvidersResponse) String() string

func (*ListProvidersResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListProvidersResponse from JSON.

func (*ListProvidersResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListProvidersResponse message from JSON.

func (*ListProvidersResponse) UnmarshalVT

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

type ListSessionsRequest

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

ListSessionsRequest is the request type for ListSessions.

func (*ListSessionsRequest) CloneMessageVT

func (*ListSessionsRequest) CloneVT

func (*ListSessionsRequest) EqualMessageVT

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

func (*ListSessionsRequest) EqualVT

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

func (*ListSessionsRequest) MarshalJSON

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

MarshalJSON marshals the ListSessionsRequest to JSON.

func (*ListSessionsRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListSessionsRequest message to JSON.

func (*ListSessionsRequest) MarshalProtoText

func (x *ListSessionsRequest) MarshalProtoText() string

func (*ListSessionsRequest) MarshalToSizedBufferVT

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

func (*ListSessionsRequest) MarshalToVT

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

func (*ListSessionsRequest) MarshalVT

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

func (*ListSessionsRequest) ProtoMessage

func (*ListSessionsRequest) ProtoMessage()

func (*ListSessionsRequest) Reset

func (x *ListSessionsRequest) Reset()

func (*ListSessionsRequest) SizeVT

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

func (*ListSessionsRequest) String

func (x *ListSessionsRequest) String() string

func (*ListSessionsRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListSessionsRequest from JSON.

func (*ListSessionsRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListSessionsRequest message from JSON.

func (*ListSessionsRequest) UnmarshalVT

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

type ListSessionsResponse

type ListSessionsResponse struct {

	// Sessions is the list of configured sessions.
	Sessions []*session.SessionListEntry `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

ListSessionsResponse is the response type for ListSessions.

func (*ListSessionsResponse) CloneMessageVT

func (*ListSessionsResponse) CloneVT

func (*ListSessionsResponse) EqualMessageVT

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

func (*ListSessionsResponse) EqualVT

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

func (*ListSessionsResponse) GetSessions

func (x *ListSessionsResponse) GetSessions() []*session.SessionListEntry

func (*ListSessionsResponse) MarshalJSON

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

MarshalJSON marshals the ListSessionsResponse to JSON.

func (*ListSessionsResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListSessionsResponse message to JSON.

func (*ListSessionsResponse) MarshalProtoText

func (x *ListSessionsResponse) MarshalProtoText() string

func (*ListSessionsResponse) MarshalToSizedBufferVT

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

func (*ListSessionsResponse) MarshalToVT

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

func (*ListSessionsResponse) MarshalVT

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

func (*ListSessionsResponse) ProtoMessage

func (*ListSessionsResponse) ProtoMessage()

func (*ListSessionsResponse) Reset

func (x *ListSessionsResponse) Reset()

func (*ListSessionsResponse) SizeVT

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

func (*ListSessionsResponse) String

func (x *ListSessionsResponse) String() string

func (*ListSessionsResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListSessionsResponse from JSON.

func (*ListSessionsResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListSessionsResponse message from JSON.

func (*ListSessionsResponse) UnmarshalVT

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

type ListSpaceRootAliasesRequest added in v0.51.2

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

ListSpaceRootAliasesRequest is the request for ListSpaceRootAliases.

func (*ListSpaceRootAliasesRequest) CloneMessageVT added in v0.51.2

func (*ListSpaceRootAliasesRequest) CloneVT added in v0.51.2

func (*ListSpaceRootAliasesRequest) EqualMessageVT added in v0.51.2

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

func (*ListSpaceRootAliasesRequest) EqualVT added in v0.51.2

func (*ListSpaceRootAliasesRequest) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the ListSpaceRootAliasesRequest to JSON.

func (*ListSpaceRootAliasesRequest) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the ListSpaceRootAliasesRequest message to JSON.

func (*ListSpaceRootAliasesRequest) MarshalProtoText added in v0.51.2

func (x *ListSpaceRootAliasesRequest) MarshalProtoText() string

func (*ListSpaceRootAliasesRequest) MarshalToSizedBufferVT added in v0.51.2

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

func (*ListSpaceRootAliasesRequest) MarshalToVT added in v0.51.2

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

func (*ListSpaceRootAliasesRequest) MarshalVT added in v0.51.2

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

func (*ListSpaceRootAliasesRequest) ProtoMessage added in v0.51.2

func (*ListSpaceRootAliasesRequest) ProtoMessage()

func (*ListSpaceRootAliasesRequest) Reset added in v0.51.2

func (x *ListSpaceRootAliasesRequest) Reset()

func (*ListSpaceRootAliasesRequest) SizeVT added in v0.51.2

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

func (*ListSpaceRootAliasesRequest) String added in v0.51.2

func (x *ListSpaceRootAliasesRequest) String() string

func (*ListSpaceRootAliasesRequest) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the ListSpaceRootAliasesRequest from JSON.

func (*ListSpaceRootAliasesRequest) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the ListSpaceRootAliasesRequest message from JSON.

func (*ListSpaceRootAliasesRequest) UnmarshalVT added in v0.51.2

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

type ListSpaceRootAliasesResponse added in v0.51.2

type ListSpaceRootAliasesResponse struct {

	// Records is the sorted configured root alias snapshot.
	Records []*SpaceRootAliasRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

ListSpaceRootAliasesResponse is the configured root registry snapshot.

func (*ListSpaceRootAliasesResponse) CloneMessageVT added in v0.51.2

func (*ListSpaceRootAliasesResponse) CloneVT added in v0.51.2

func (*ListSpaceRootAliasesResponse) EqualMessageVT added in v0.51.2

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

func (*ListSpaceRootAliasesResponse) EqualVT added in v0.51.2

func (*ListSpaceRootAliasesResponse) GetRecords added in v0.51.2

func (*ListSpaceRootAliasesResponse) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the ListSpaceRootAliasesResponse to JSON.

func (*ListSpaceRootAliasesResponse) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the ListSpaceRootAliasesResponse message to JSON.

func (*ListSpaceRootAliasesResponse) MarshalProtoText added in v0.51.2

func (x *ListSpaceRootAliasesResponse) MarshalProtoText() string

func (*ListSpaceRootAliasesResponse) MarshalToSizedBufferVT added in v0.51.2

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

func (*ListSpaceRootAliasesResponse) MarshalToVT added in v0.51.2

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

func (*ListSpaceRootAliasesResponse) MarshalVT added in v0.51.2

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

func (*ListSpaceRootAliasesResponse) ProtoMessage added in v0.51.2

func (*ListSpaceRootAliasesResponse) ProtoMessage()

func (*ListSpaceRootAliasesResponse) Reset added in v0.51.2

func (x *ListSpaceRootAliasesResponse) Reset()

func (*ListSpaceRootAliasesResponse) SizeVT added in v0.51.2

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

func (*ListSpaceRootAliasesResponse) String added in v0.51.2

func (*ListSpaceRootAliasesResponse) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the ListSpaceRootAliasesResponse from JSON.

func (*ListSpaceRootAliasesResponse) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the ListSpaceRootAliasesResponse message from JSON.

func (*ListSpaceRootAliasesResponse) UnmarshalVT added in v0.51.2

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

type ListenerYieldPrompt

type ListenerYieldPrompt struct {

	// PromptId is the broker-assigned identifier used to resolve the
	// prompt via RespondToListenerYieldPrompt.
	PromptId string `protobuf:"bytes,1,opt,name=prompt_id,json=promptId,proto3" json:"promptId,omitempty"`
	// RequesterName is the human-readable name of the requesting
	// runtime, typically "spacewave serve".
	RequesterName string `protobuf:"bytes,2,opt,name=requester_name,json=requesterName,proto3" json:"requesterName,omitempty"`
	// SocketPath is the Unix socket path the requester wants to bind.
	SocketPath string `protobuf:"bytes,3,opt,name=socket_path,json=socketPath,proto3" json:"socketPath,omitempty"`
	// DeadlineUnixMs is the auto-deny deadline in unix milliseconds.
	DeadlineUnixMs int64 `protobuf:"varint,4,opt,name=deadline_unix_ms,json=deadlineUnixMs,proto3" json:"deadlineUnixMs,omitempty"`
	// contains filtered or unexported fields
}

ListenerYieldPrompt describes a pending takeover prompt surfaced to the desktop app's active window so the user can allow or deny a remote runtime's request to take over the shared Unix socket.

func (*ListenerYieldPrompt) CloneMessageVT

func (*ListenerYieldPrompt) CloneVT

func (*ListenerYieldPrompt) EqualMessageVT

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

func (*ListenerYieldPrompt) EqualVT

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

func (*ListenerYieldPrompt) GetDeadlineUnixMs

func (x *ListenerYieldPrompt) GetDeadlineUnixMs() int64

func (*ListenerYieldPrompt) GetPromptId

func (x *ListenerYieldPrompt) GetPromptId() string

func (*ListenerYieldPrompt) GetRequesterName

func (x *ListenerYieldPrompt) GetRequesterName() string

func (*ListenerYieldPrompt) GetSocketPath

func (x *ListenerYieldPrompt) GetSocketPath() string

func (*ListenerYieldPrompt) MarshalJSON

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

MarshalJSON marshals the ListenerYieldPrompt to JSON.

func (*ListenerYieldPrompt) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListenerYieldPrompt message to JSON.

func (*ListenerYieldPrompt) MarshalProtoText

func (x *ListenerYieldPrompt) MarshalProtoText() string

func (*ListenerYieldPrompt) MarshalToSizedBufferVT

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

func (*ListenerYieldPrompt) MarshalToVT

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

func (*ListenerYieldPrompt) MarshalVT

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

func (*ListenerYieldPrompt) ProtoMessage

func (*ListenerYieldPrompt) ProtoMessage()

func (*ListenerYieldPrompt) Reset

func (x *ListenerYieldPrompt) Reset()

func (*ListenerYieldPrompt) SizeVT

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

func (*ListenerYieldPrompt) String

func (x *ListenerYieldPrompt) String() string

func (*ListenerYieldPrompt) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListenerYieldPrompt from JSON.

func (*ListenerYieldPrompt) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListenerYieldPrompt message from JSON.

func (*ListenerYieldPrompt) UnmarshalVT

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

type LookupProviderRequest

type LookupProviderRequest struct {

	// ProviderId is the ID of the provider to lookup.
	ProviderId string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"providerId,omitempty"`
	// contains filtered or unexported fields
}

LookupProviderRequest is the request type for LookupProvider.

func (*LookupProviderRequest) CloneMessageVT

func (*LookupProviderRequest) CloneVT

func (*LookupProviderRequest) EqualMessageVT

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

func (*LookupProviderRequest) EqualVT

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

func (*LookupProviderRequest) GetProviderId

func (x *LookupProviderRequest) GetProviderId() string

func (*LookupProviderRequest) MarshalJSON

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

MarshalJSON marshals the LookupProviderRequest to JSON.

func (*LookupProviderRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the LookupProviderRequest message to JSON.

func (*LookupProviderRequest) MarshalProtoText

func (x *LookupProviderRequest) MarshalProtoText() string

func (*LookupProviderRequest) MarshalToSizedBufferVT

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

func (*LookupProviderRequest) MarshalToVT

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

func (*LookupProviderRequest) MarshalVT

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

func (*LookupProviderRequest) ProtoMessage

func (*LookupProviderRequest) ProtoMessage()

func (*LookupProviderRequest) Reset

func (x *LookupProviderRequest) Reset()

func (*LookupProviderRequest) SizeVT

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

func (*LookupProviderRequest) String

func (x *LookupProviderRequest) String() string

func (*LookupProviderRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the LookupProviderRequest from JSON.

func (*LookupProviderRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the LookupProviderRequest message from JSON.

func (*LookupProviderRequest) UnmarshalVT

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

type LookupProviderResponse

type LookupProviderResponse struct {

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

LookupProviderResponse is the response type for LookupProvider.

func (*LookupProviderResponse) CloneMessageVT

func (*LookupProviderResponse) CloneVT

func (*LookupProviderResponse) EqualMessageVT

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

func (*LookupProviderResponse) EqualVT

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

func (*LookupProviderResponse) GetResourceId

func (x *LookupProviderResponse) GetResourceId() uint32

func (*LookupProviderResponse) MarshalJSON

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

MarshalJSON marshals the LookupProviderResponse to JSON.

func (*LookupProviderResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the LookupProviderResponse message to JSON.

func (*LookupProviderResponse) MarshalProtoText

func (x *LookupProviderResponse) MarshalProtoText() string

func (*LookupProviderResponse) MarshalToSizedBufferVT

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

func (*LookupProviderResponse) MarshalToVT

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

func (*LookupProviderResponse) MarshalVT

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

func (*LookupProviderResponse) ProtoMessage

func (*LookupProviderResponse) ProtoMessage()

func (*LookupProviderResponse) Reset

func (x *LookupProviderResponse) Reset()

func (*LookupProviderResponse) SizeVT

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

func (*LookupProviderResponse) String

func (x *LookupProviderResponse) String() string

func (*LookupProviderResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the LookupProviderResponse from JSON.

func (*LookupProviderResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the LookupProviderResponse message from JSON.

func (*LookupProviderResponse) UnmarshalVT

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

type MarshalHashRequest

type MarshalHashRequest struct {

	// Hash is the hash to marshal.
	Hash *hash.Hash `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

MarshalHashRequest is the request type for MarshalHash.

func (*MarshalHashRequest) CloneMessageVT

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

func (*MarshalHashRequest) CloneVT

func (m *MarshalHashRequest) CloneVT() *MarshalHashRequest

func (*MarshalHashRequest) EqualMessageVT

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

func (*MarshalHashRequest) EqualVT

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

func (*MarshalHashRequest) GetHash

func (x *MarshalHashRequest) GetHash() *hash.Hash

func (*MarshalHashRequest) MarshalJSON

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

MarshalJSON marshals the MarshalHashRequest to JSON.

func (*MarshalHashRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the MarshalHashRequest message to JSON.

func (*MarshalHashRequest) MarshalProtoText

func (x *MarshalHashRequest) MarshalProtoText() string

func (*MarshalHashRequest) MarshalToSizedBufferVT

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

func (*MarshalHashRequest) MarshalToVT

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

func (*MarshalHashRequest) MarshalVT

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

func (*MarshalHashRequest) ProtoMessage

func (*MarshalHashRequest) ProtoMessage()

func (*MarshalHashRequest) Reset

func (x *MarshalHashRequest) Reset()

func (*MarshalHashRequest) SizeVT

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

func (*MarshalHashRequest) String

func (x *MarshalHashRequest) String() string

func (*MarshalHashRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the MarshalHashRequest from JSON.

func (*MarshalHashRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MarshalHashRequest message from JSON.

func (*MarshalHashRequest) UnmarshalVT

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

type MarshalHashResponse

type MarshalHashResponse struct {

	// HashStr is the base58-encoded string representation.
	HashStr string `protobuf:"bytes,1,opt,name=hash_str,json=hashStr,proto3" json:"hashStr,omitempty"`
	// contains filtered or unexported fields
}

MarshalHashResponse is the response type for MarshalHash.

func (*MarshalHashResponse) CloneMessageVT

func (*MarshalHashResponse) CloneVT

func (*MarshalHashResponse) EqualMessageVT

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

func (*MarshalHashResponse) EqualVT

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

func (*MarshalHashResponse) GetHashStr

func (x *MarshalHashResponse) GetHashStr() string

func (*MarshalHashResponse) MarshalJSON

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

MarshalJSON marshals the MarshalHashResponse to JSON.

func (*MarshalHashResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the MarshalHashResponse message to JSON.

func (*MarshalHashResponse) MarshalProtoText

func (x *MarshalHashResponse) MarshalProtoText() string

func (*MarshalHashResponse) MarshalToSizedBufferVT

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

func (*MarshalHashResponse) MarshalToVT

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

func (*MarshalHashResponse) MarshalVT

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

func (*MarshalHashResponse) ProtoMessage

func (*MarshalHashResponse) ProtoMessage()

func (*MarshalHashResponse) Reset

func (x *MarshalHashResponse) Reset()

func (*MarshalHashResponse) SizeVT

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

func (*MarshalHashResponse) String

func (x *MarshalHashResponse) String() string

func (*MarshalHashResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the MarshalHashResponse from JSON.

func (*MarshalHashResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MarshalHashResponse message from JSON.

func (*MarshalHashResponse) UnmarshalVT

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

type MountSessionByIdxRequest

type MountSessionByIdxRequest struct {

	// SessionIdx is the index of the session to mount.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// contains filtered or unexported fields
}

MountSessionByIdxRequest is the request type for MountSessionByIdx.

func (*MountSessionByIdxRequest) CloneMessageVT

func (*MountSessionByIdxRequest) CloneVT

func (*MountSessionByIdxRequest) EqualMessageVT

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

func (*MountSessionByIdxRequest) EqualVT

func (*MountSessionByIdxRequest) GetSessionIdx

func (x *MountSessionByIdxRequest) GetSessionIdx() uint32

func (*MountSessionByIdxRequest) MarshalJSON

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

MarshalJSON marshals the MountSessionByIdxRequest to JSON.

func (*MountSessionByIdxRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the MountSessionByIdxRequest message to JSON.

func (*MountSessionByIdxRequest) MarshalProtoText

func (x *MountSessionByIdxRequest) MarshalProtoText() string

func (*MountSessionByIdxRequest) MarshalToSizedBufferVT

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

func (*MountSessionByIdxRequest) MarshalToVT

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

func (*MountSessionByIdxRequest) MarshalVT

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

func (*MountSessionByIdxRequest) ProtoMessage

func (*MountSessionByIdxRequest) ProtoMessage()

func (*MountSessionByIdxRequest) Reset

func (x *MountSessionByIdxRequest) Reset()

func (*MountSessionByIdxRequest) SizeVT

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

func (*MountSessionByIdxRequest) String

func (x *MountSessionByIdxRequest) String() string

func (*MountSessionByIdxRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSessionByIdxRequest from JSON.

func (*MountSessionByIdxRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MountSessionByIdxRequest message from JSON.

func (*MountSessionByIdxRequest) UnmarshalVT

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

type MountSessionByIdxResponse

type MountSessionByIdxResponse struct {

	// ResourceId is the ID of the mounted session resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// SessionRef is the reference to the session.
	SessionRef *session.SessionRef `protobuf:"bytes,2,opt,name=session_ref,json=sessionRef,proto3" json:"sessionRef,omitempty"`
	// NotFound is true if the session was not found.
	NotFound bool `protobuf:"varint,3,opt,name=not_found,json=notFound,proto3" json:"notFound,omitempty"`
	// contains filtered or unexported fields
}

MountSessionByIdxResponse is the response type for MountSessionByIdx.

func (*MountSessionByIdxResponse) CloneMessageVT

func (*MountSessionByIdxResponse) CloneVT

func (*MountSessionByIdxResponse) EqualMessageVT

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

func (*MountSessionByIdxResponse) EqualVT

func (*MountSessionByIdxResponse) GetNotFound

func (x *MountSessionByIdxResponse) GetNotFound() bool

func (*MountSessionByIdxResponse) GetResourceId

func (x *MountSessionByIdxResponse) GetResourceId() uint32

func (*MountSessionByIdxResponse) GetSessionRef

func (x *MountSessionByIdxResponse) GetSessionRef() *session.SessionRef

func (*MountSessionByIdxResponse) MarshalJSON

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

MarshalJSON marshals the MountSessionByIdxResponse to JSON.

func (*MountSessionByIdxResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the MountSessionByIdxResponse message to JSON.

func (*MountSessionByIdxResponse) MarshalProtoText

func (x *MountSessionByIdxResponse) MarshalProtoText() string

func (*MountSessionByIdxResponse) MarshalToSizedBufferVT

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

func (*MountSessionByIdxResponse) MarshalToVT

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

func (*MountSessionByIdxResponse) MarshalVT

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

func (*MountSessionByIdxResponse) ProtoMessage

func (*MountSessionByIdxResponse) ProtoMessage()

func (*MountSessionByIdxResponse) Reset

func (x *MountSessionByIdxResponse) Reset()

func (*MountSessionByIdxResponse) SizeVT

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

func (*MountSessionByIdxResponse) String

func (x *MountSessionByIdxResponse) String() string

func (*MountSessionByIdxResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSessionByIdxResponse from JSON.

func (*MountSessionByIdxResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MountSessionByIdxResponse message from JSON.

func (*MountSessionByIdxResponse) UnmarshalVT

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

type MountSessionRequest

type MountSessionRequest struct {

	// SessionRef is the reference to the session to mount.
	SessionRef *session.SessionRef `protobuf:"bytes,1,opt,name=session_ref,json=sessionRef,proto3" json:"sessionRef,omitempty"`
	// contains filtered or unexported fields
}

MountSessionRequest is the request type for MountSession.

func (*MountSessionRequest) CloneMessageVT

func (*MountSessionRequest) CloneVT

func (*MountSessionRequest) EqualMessageVT

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

func (*MountSessionRequest) EqualVT

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

func (*MountSessionRequest) GetSessionRef

func (x *MountSessionRequest) GetSessionRef() *session.SessionRef

func (*MountSessionRequest) MarshalJSON

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

MarshalJSON marshals the MountSessionRequest to JSON.

func (*MountSessionRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the MountSessionRequest message to JSON.

func (*MountSessionRequest) MarshalProtoText

func (x *MountSessionRequest) MarshalProtoText() string

func (*MountSessionRequest) MarshalToSizedBufferVT

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

func (*MountSessionRequest) MarshalToVT

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

func (*MountSessionRequest) MarshalVT

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

func (*MountSessionRequest) ProtoMessage

func (*MountSessionRequest) ProtoMessage()

func (*MountSessionRequest) Reset

func (x *MountSessionRequest) Reset()

func (*MountSessionRequest) SizeVT

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

func (*MountSessionRequest) String

func (x *MountSessionRequest) String() string

func (*MountSessionRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSessionRequest from JSON.

func (*MountSessionRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MountSessionRequest message from JSON.

func (*MountSessionRequest) UnmarshalVT

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

type MountSessionResponse

type MountSessionResponse struct {

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

MountSessionResponse is the response type for MountSession.

func (*MountSessionResponse) CloneMessageVT

func (*MountSessionResponse) CloneVT

func (*MountSessionResponse) EqualMessageVT

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

func (*MountSessionResponse) EqualVT

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

func (*MountSessionResponse) GetResourceId

func (x *MountSessionResponse) GetResourceId() uint32

func (*MountSessionResponse) MarshalJSON

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

MarshalJSON marshals the MountSessionResponse to JSON.

func (*MountSessionResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the MountSessionResponse message to JSON.

func (*MountSessionResponse) MarshalProtoText

func (x *MountSessionResponse) MarshalProtoText() string

func (*MountSessionResponse) MarshalToSizedBufferVT

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

func (*MountSessionResponse) MarshalToVT

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

func (*MountSessionResponse) MarshalVT

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

func (*MountSessionResponse) ProtoMessage

func (*MountSessionResponse) ProtoMessage()

func (*MountSessionResponse) Reset

func (x *MountSessionResponse) Reset()

func (*MountSessionResponse) SizeVT

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

func (*MountSessionResponse) String

func (x *MountSessionResponse) String() string

func (*MountSessionResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSessionResponse from JSON.

func (*MountSessionResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MountSessionResponse message from JSON.

func (*MountSessionResponse) UnmarshalVT

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

type NativeSpaceRootMetadata added in v0.51.2

type NativeSpaceRootMetadata struct {

	// Path is the absolute native filesystem path.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

NativeSpaceRootMetadata stores native filesystem fields for a root record.

func (*NativeSpaceRootMetadata) CloneMessageVT added in v0.51.2

func (*NativeSpaceRootMetadata) CloneVT added in v0.51.2

func (*NativeSpaceRootMetadata) EqualMessageVT added in v0.51.2

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

func (*NativeSpaceRootMetadata) EqualVT added in v0.51.2

func (*NativeSpaceRootMetadata) GetPath added in v0.51.2

func (x *NativeSpaceRootMetadata) GetPath() string

func (*NativeSpaceRootMetadata) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the NativeSpaceRootMetadata to JSON.

func (*NativeSpaceRootMetadata) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the NativeSpaceRootMetadata message to JSON.

func (*NativeSpaceRootMetadata) MarshalProtoText added in v0.51.2

func (x *NativeSpaceRootMetadata) MarshalProtoText() string

func (*NativeSpaceRootMetadata) MarshalToSizedBufferVT added in v0.51.2

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

func (*NativeSpaceRootMetadata) MarshalToVT added in v0.51.2

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

func (*NativeSpaceRootMetadata) MarshalVT added in v0.51.2

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

func (*NativeSpaceRootMetadata) ProtoMessage added in v0.51.2

func (*NativeSpaceRootMetadata) ProtoMessage()

func (*NativeSpaceRootMetadata) Reset added in v0.51.2

func (x *NativeSpaceRootMetadata) Reset()

func (*NativeSpaceRootMetadata) SizeVT added in v0.51.2

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

func (*NativeSpaceRootMetadata) String added in v0.51.2

func (x *NativeSpaceRootMetadata) String() string

func (*NativeSpaceRootMetadata) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the NativeSpaceRootMetadata from JSON.

func (*NativeSpaceRootMetadata) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the NativeSpaceRootMetadata message from JSON.

func (*NativeSpaceRootMetadata) UnmarshalVT added in v0.51.2

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

type ParseHashRequest

type ParseHashRequest struct {

	// HashStr is the base58-encoded string to parse.
	HashStr string `protobuf:"bytes,1,opt,name=hash_str,json=hashStr,proto3" json:"hashStr,omitempty"`
	// contains filtered or unexported fields
}

ParseHashRequest is the request type for ParseHash.

func (*ParseHashRequest) CloneMessageVT

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

func (*ParseHashRequest) CloneVT

func (m *ParseHashRequest) CloneVT() *ParseHashRequest

func (*ParseHashRequest) EqualMessageVT

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

func (*ParseHashRequest) EqualVT

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

func (*ParseHashRequest) GetHashStr

func (x *ParseHashRequest) GetHashStr() string

func (*ParseHashRequest) MarshalJSON

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

MarshalJSON marshals the ParseHashRequest to JSON.

func (*ParseHashRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ParseHashRequest message to JSON.

func (*ParseHashRequest) MarshalProtoText

func (x *ParseHashRequest) MarshalProtoText() string

func (*ParseHashRequest) MarshalToSizedBufferVT

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

func (*ParseHashRequest) MarshalToVT

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

func (*ParseHashRequest) MarshalVT

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

func (*ParseHashRequest) ProtoMessage

func (*ParseHashRequest) ProtoMessage()

func (*ParseHashRequest) Reset

func (x *ParseHashRequest) Reset()

func (*ParseHashRequest) SizeVT

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

func (*ParseHashRequest) String

func (x *ParseHashRequest) String() string

func (*ParseHashRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ParseHashRequest from JSON.

func (*ParseHashRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ParseHashRequest message from JSON.

func (*ParseHashRequest) UnmarshalVT

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

type ParseHashResponse

type ParseHashResponse struct {

	// Hash is the parsed hash.
	Hash *hash.Hash `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

ParseHashResponse is the response type for ParseHash.

func (*ParseHashResponse) CloneMessageVT

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

func (*ParseHashResponse) CloneVT

func (m *ParseHashResponse) CloneVT() *ParseHashResponse

func (*ParseHashResponse) EqualMessageVT

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

func (*ParseHashResponse) EqualVT

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

func (*ParseHashResponse) GetHash

func (x *ParseHashResponse) GetHash() *hash.Hash

func (*ParseHashResponse) MarshalJSON

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

MarshalJSON marshals the ParseHashResponse to JSON.

func (*ParseHashResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ParseHashResponse message to JSON.

func (*ParseHashResponse) MarshalProtoText

func (x *ParseHashResponse) MarshalProtoText() string

func (*ParseHashResponse) MarshalToSizedBufferVT

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

func (*ParseHashResponse) MarshalToVT

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

func (*ParseHashResponse) MarshalVT

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

func (*ParseHashResponse) ProtoMessage

func (*ParseHashResponse) ProtoMessage()

func (*ParseHashResponse) Reset

func (x *ParseHashResponse) Reset()

func (*ParseHashResponse) SizeVT

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

func (*ParseHashResponse) String

func (x *ParseHashResponse) String() string

func (*ParseHashResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ParseHashResponse from JSON.

func (*ParseHashResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ParseHashResponse message from JSON.

func (*ParseHashResponse) UnmarshalVT

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

type ReclaimRuntimeRequest

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

ReclaimRuntimeRequest is the request type for ReclaimRuntime.

func (*ReclaimRuntimeRequest) CloneMessageVT

func (*ReclaimRuntimeRequest) CloneVT

func (*ReclaimRuntimeRequest) EqualMessageVT

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

func (*ReclaimRuntimeRequest) EqualVT

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

func (*ReclaimRuntimeRequest) MarshalJSON

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

MarshalJSON marshals the ReclaimRuntimeRequest to JSON.

func (*ReclaimRuntimeRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ReclaimRuntimeRequest message to JSON.

func (*ReclaimRuntimeRequest) MarshalProtoText

func (x *ReclaimRuntimeRequest) MarshalProtoText() string

func (*ReclaimRuntimeRequest) MarshalToSizedBufferVT

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

func (*ReclaimRuntimeRequest) MarshalToVT

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

func (*ReclaimRuntimeRequest) MarshalVT

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

func (*ReclaimRuntimeRequest) ProtoMessage

func (*ReclaimRuntimeRequest) ProtoMessage()

func (*ReclaimRuntimeRequest) Reset

func (x *ReclaimRuntimeRequest) Reset()

func (*ReclaimRuntimeRequest) SizeVT

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

func (*ReclaimRuntimeRequest) String

func (x *ReclaimRuntimeRequest) String() string

func (*ReclaimRuntimeRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ReclaimRuntimeRequest from JSON.

func (*ReclaimRuntimeRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ReclaimRuntimeRequest message from JSON.

func (*ReclaimRuntimeRequest) UnmarshalVT

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

type ReclaimRuntimeResponse

type ReclaimRuntimeResponse struct {

	// Reclaimed is true when the reclaim signal was fired. False when
	// there was no active handoff to reclaim from.
	Reclaimed bool `protobuf:"varint,1,opt,name=reclaimed,proto3" json:"reclaimed,omitempty"`
	// contains filtered or unexported fields
}

ReclaimRuntimeResponse is the response type for ReclaimRuntime.

func (*ReclaimRuntimeResponse) CloneMessageVT

func (*ReclaimRuntimeResponse) CloneVT

func (*ReclaimRuntimeResponse) EqualMessageVT

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

func (*ReclaimRuntimeResponse) EqualVT

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

func (*ReclaimRuntimeResponse) GetReclaimed

func (x *ReclaimRuntimeResponse) GetReclaimed() bool

func (*ReclaimRuntimeResponse) MarshalJSON

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

MarshalJSON marshals the ReclaimRuntimeResponse to JSON.

func (*ReclaimRuntimeResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ReclaimRuntimeResponse message to JSON.

func (*ReclaimRuntimeResponse) MarshalProtoText

func (x *ReclaimRuntimeResponse) MarshalProtoText() string

func (*ReclaimRuntimeResponse) MarshalToSizedBufferVT

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

func (*ReclaimRuntimeResponse) MarshalToVT

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

func (*ReclaimRuntimeResponse) MarshalVT

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

func (*ReclaimRuntimeResponse) ProtoMessage

func (*ReclaimRuntimeResponse) ProtoMessage()

func (*ReclaimRuntimeResponse) Reset

func (x *ReclaimRuntimeResponse) Reset()

func (*ReclaimRuntimeResponse) SizeVT

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

func (*ReclaimRuntimeResponse) String

func (x *ReclaimRuntimeResponse) String() string

func (*ReclaimRuntimeResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ReclaimRuntimeResponse from JSON.

func (*ReclaimRuntimeResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ReclaimRuntimeResponse message from JSON.

func (*ReclaimRuntimeResponse) UnmarshalVT

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

type RemoveSpaceRootAliasRequest added in v0.51.2

type RemoveSpaceRootAliasRequest struct {

	// AliasId is the stable registry identity to remove.
	AliasId string `protobuf:"bytes,1,opt,name=alias_id,json=aliasId,proto3" json:"aliasId,omitempty"`
	// contains filtered or unexported fields
}

RemoveSpaceRootAliasRequest removes a configured root alias.

func (*RemoveSpaceRootAliasRequest) CloneMessageVT added in v0.51.2

func (*RemoveSpaceRootAliasRequest) CloneVT added in v0.51.2

func (*RemoveSpaceRootAliasRequest) EqualMessageVT added in v0.51.2

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

func (*RemoveSpaceRootAliasRequest) EqualVT added in v0.51.2

func (*RemoveSpaceRootAliasRequest) GetAliasId added in v0.51.2

func (x *RemoveSpaceRootAliasRequest) GetAliasId() string

func (*RemoveSpaceRootAliasRequest) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the RemoveSpaceRootAliasRequest to JSON.

func (*RemoveSpaceRootAliasRequest) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the RemoveSpaceRootAliasRequest message to JSON.

func (*RemoveSpaceRootAliasRequest) MarshalProtoText added in v0.51.2

func (x *RemoveSpaceRootAliasRequest) MarshalProtoText() string

func (*RemoveSpaceRootAliasRequest) MarshalToSizedBufferVT added in v0.51.2

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

func (*RemoveSpaceRootAliasRequest) MarshalToVT added in v0.51.2

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

func (*RemoveSpaceRootAliasRequest) MarshalVT added in v0.51.2

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

func (*RemoveSpaceRootAliasRequest) ProtoMessage added in v0.51.2

func (*RemoveSpaceRootAliasRequest) ProtoMessage()

func (*RemoveSpaceRootAliasRequest) Reset added in v0.51.2

func (x *RemoveSpaceRootAliasRequest) Reset()

func (*RemoveSpaceRootAliasRequest) SizeVT added in v0.51.2

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

func (*RemoveSpaceRootAliasRequest) String added in v0.51.2

func (x *RemoveSpaceRootAliasRequest) String() string

func (*RemoveSpaceRootAliasRequest) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the RemoveSpaceRootAliasRequest from JSON.

func (*RemoveSpaceRootAliasRequest) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the RemoveSpaceRootAliasRequest message from JSON.

func (*RemoveSpaceRootAliasRequest) UnmarshalVT added in v0.51.2

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

type RemoveSpaceRootAliasResponse added in v0.51.2

type RemoveSpaceRootAliasResponse struct {

	// NotFound is true when AliasId was not present.
	NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"notFound,omitempty"`
	// contains filtered or unexported fields
}

RemoveSpaceRootAliasResponse is returned after a remove attempt.

func (*RemoveSpaceRootAliasResponse) CloneMessageVT added in v0.51.2

func (*RemoveSpaceRootAliasResponse) CloneVT added in v0.51.2

func (*RemoveSpaceRootAliasResponse) EqualMessageVT added in v0.51.2

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

func (*RemoveSpaceRootAliasResponse) EqualVT added in v0.51.2

func (*RemoveSpaceRootAliasResponse) GetNotFound added in v0.51.2

func (x *RemoveSpaceRootAliasResponse) GetNotFound() bool

func (*RemoveSpaceRootAliasResponse) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the RemoveSpaceRootAliasResponse to JSON.

func (*RemoveSpaceRootAliasResponse) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the RemoveSpaceRootAliasResponse message to JSON.

func (*RemoveSpaceRootAliasResponse) MarshalProtoText added in v0.51.2

func (x *RemoveSpaceRootAliasResponse) MarshalProtoText() string

func (*RemoveSpaceRootAliasResponse) MarshalToSizedBufferVT added in v0.51.2

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

func (*RemoveSpaceRootAliasResponse) MarshalToVT added in v0.51.2

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

func (*RemoveSpaceRootAliasResponse) MarshalVT added in v0.51.2

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

func (*RemoveSpaceRootAliasResponse) ProtoMessage added in v0.51.2

func (*RemoveSpaceRootAliasResponse) ProtoMessage()

func (*RemoveSpaceRootAliasResponse) Reset added in v0.51.2

func (x *RemoveSpaceRootAliasResponse) Reset()

func (*RemoveSpaceRootAliasResponse) SizeVT added in v0.51.2

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

func (*RemoveSpaceRootAliasResponse) String added in v0.51.2

func (*RemoveSpaceRootAliasResponse) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the RemoveSpaceRootAliasResponse from JSON.

func (*RemoveSpaceRootAliasResponse) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the RemoveSpaceRootAliasResponse message from JSON.

func (*RemoveSpaceRootAliasResponse) UnmarshalVT added in v0.51.2

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

type ResetSessionByIdxRequest

type ResetSessionByIdxRequest struct {

	// SessionIdx is the index of the session to reset.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// Credential authenticates the reset via entity key derivation.
	Credential *session.EntityCredential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

ResetSessionByIdxRequest is the request type for ResetSession.

func (*ResetSessionByIdxRequest) CloneMessageVT

func (*ResetSessionByIdxRequest) CloneVT

func (*ResetSessionByIdxRequest) EqualMessageVT

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

func (*ResetSessionByIdxRequest) EqualVT

func (*ResetSessionByIdxRequest) GetCredential

func (*ResetSessionByIdxRequest) GetSessionIdx

func (x *ResetSessionByIdxRequest) GetSessionIdx() uint32

func (*ResetSessionByIdxRequest) MarshalJSON

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

MarshalJSON marshals the ResetSessionByIdxRequest to JSON.

func (*ResetSessionByIdxRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ResetSessionByIdxRequest message to JSON.

func (*ResetSessionByIdxRequest) MarshalProtoText

func (x *ResetSessionByIdxRequest) MarshalProtoText() string

func (*ResetSessionByIdxRequest) MarshalToSizedBufferVT

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

func (*ResetSessionByIdxRequest) MarshalToVT

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

func (*ResetSessionByIdxRequest) MarshalVT

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

func (*ResetSessionByIdxRequest) ProtoMessage

func (*ResetSessionByIdxRequest) ProtoMessage()

func (*ResetSessionByIdxRequest) Reset

func (x *ResetSessionByIdxRequest) Reset()

func (*ResetSessionByIdxRequest) SizeVT

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

func (*ResetSessionByIdxRequest) String

func (x *ResetSessionByIdxRequest) String() string

func (*ResetSessionByIdxRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ResetSessionByIdxRequest from JSON.

func (*ResetSessionByIdxRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ResetSessionByIdxRequest message from JSON.

func (*ResetSessionByIdxRequest) UnmarshalVT

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

type ResetSessionByIdxResponse

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

ResetSessionByIdxResponse is the response type for ResetSession.

func (*ResetSessionByIdxResponse) CloneMessageVT

func (*ResetSessionByIdxResponse) CloneVT

func (*ResetSessionByIdxResponse) EqualMessageVT

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

func (*ResetSessionByIdxResponse) EqualVT

func (*ResetSessionByIdxResponse) MarshalJSON

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

MarshalJSON marshals the ResetSessionByIdxResponse to JSON.

func (*ResetSessionByIdxResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ResetSessionByIdxResponse message to JSON.

func (*ResetSessionByIdxResponse) MarshalProtoText

func (x *ResetSessionByIdxResponse) MarshalProtoText() string

func (*ResetSessionByIdxResponse) MarshalToSizedBufferVT

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

func (*ResetSessionByIdxResponse) MarshalToVT

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

func (*ResetSessionByIdxResponse) MarshalVT

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

func (*ResetSessionByIdxResponse) ProtoMessage

func (*ResetSessionByIdxResponse) ProtoMessage()

func (*ResetSessionByIdxResponse) Reset

func (x *ResetSessionByIdxResponse) Reset()

func (*ResetSessionByIdxResponse) SizeVT

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

func (*ResetSessionByIdxResponse) String

func (x *ResetSessionByIdxResponse) String() string

func (*ResetSessionByIdxResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ResetSessionByIdxResponse from JSON.

func (*ResetSessionByIdxResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ResetSessionByIdxResponse message from JSON.

func (*ResetSessionByIdxResponse) UnmarshalVT

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

type RespondToListenerYieldPromptRequest

type RespondToListenerYieldPromptRequest struct {

	// PromptId identifies the prompt being resolved.
	PromptId string `protobuf:"bytes,1,opt,name=prompt_id,json=promptId,proto3" json:"promptId,omitempty"`
	// Allow is true when the user approves the takeover request.
	Allow bool `protobuf:"varint,2,opt,name=allow,proto3" json:"allow,omitempty"`
	// contains filtered or unexported fields
}

RespondToListenerYieldPromptRequest carries the user's decision.

func (*RespondToListenerYieldPromptRequest) CloneMessageVT

func (*RespondToListenerYieldPromptRequest) CloneVT

func (*RespondToListenerYieldPromptRequest) EqualMessageVT

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

func (*RespondToListenerYieldPromptRequest) EqualVT

func (*RespondToListenerYieldPromptRequest) GetAllow

func (*RespondToListenerYieldPromptRequest) GetPromptId

func (*RespondToListenerYieldPromptRequest) MarshalJSON

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

MarshalJSON marshals the RespondToListenerYieldPromptRequest to JSON.

func (*RespondToListenerYieldPromptRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the RespondToListenerYieldPromptRequest message to JSON.

func (*RespondToListenerYieldPromptRequest) MarshalProtoText

func (x *RespondToListenerYieldPromptRequest) MarshalProtoText() string

func (*RespondToListenerYieldPromptRequest) MarshalToSizedBufferVT

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

func (*RespondToListenerYieldPromptRequest) MarshalToVT

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

func (*RespondToListenerYieldPromptRequest) MarshalVT

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

func (*RespondToListenerYieldPromptRequest) ProtoMessage

func (*RespondToListenerYieldPromptRequest) ProtoMessage()

func (*RespondToListenerYieldPromptRequest) Reset

func (*RespondToListenerYieldPromptRequest) SizeVT

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

func (*RespondToListenerYieldPromptRequest) String

func (*RespondToListenerYieldPromptRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the RespondToListenerYieldPromptRequest from JSON.

func (*RespondToListenerYieldPromptRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RespondToListenerYieldPromptRequest message from JSON.

func (*RespondToListenerYieldPromptRequest) UnmarshalVT

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

type RespondToListenerYieldPromptResponse

type RespondToListenerYieldPromptResponse struct {

	// NotFound is true when the prompt id is unknown (e.g. already
	// resolved or timed out).
	NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"notFound,omitempty"`
	// contains filtered or unexported fields
}

RespondToListenerYieldPromptResponse is the response type for RespondToListenerYieldPrompt.

func (*RespondToListenerYieldPromptResponse) CloneMessageVT

func (*RespondToListenerYieldPromptResponse) CloneVT

func (*RespondToListenerYieldPromptResponse) EqualMessageVT

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

func (*RespondToListenerYieldPromptResponse) EqualVT

func (*RespondToListenerYieldPromptResponse) GetNotFound

func (x *RespondToListenerYieldPromptResponse) GetNotFound() bool

func (*RespondToListenerYieldPromptResponse) MarshalJSON

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

MarshalJSON marshals the RespondToListenerYieldPromptResponse to JSON.

func (*RespondToListenerYieldPromptResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the RespondToListenerYieldPromptResponse message to JSON.

func (*RespondToListenerYieldPromptResponse) MarshalProtoText

func (x *RespondToListenerYieldPromptResponse) MarshalProtoText() string

func (*RespondToListenerYieldPromptResponse) MarshalToSizedBufferVT

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

func (*RespondToListenerYieldPromptResponse) MarshalToVT

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

func (*RespondToListenerYieldPromptResponse) MarshalVT

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

func (*RespondToListenerYieldPromptResponse) ProtoMessage

func (*RespondToListenerYieldPromptResponse) ProtoMessage()

func (*RespondToListenerYieldPromptResponse) Reset

func (*RespondToListenerYieldPromptResponse) SizeVT

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

func (*RespondToListenerYieldPromptResponse) String

func (*RespondToListenerYieldPromptResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the RespondToListenerYieldPromptResponse from JSON.

func (*RespondToListenerYieldPromptResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RespondToListenerYieldPromptResponse message from JSON.

func (*RespondToListenerYieldPromptResponse) UnmarshalVT

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

type Root

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

Root is the top-level entrypoint for accessing resources on the SDK. Root allows accessing all other resources from the top level.

This Go SDK implementation wraps RootResourceService.

func NewRoot

func NewRoot(client *resource_client.Client, ref resource_client.ResourceRef) (*Root, error)

NewRoot creates a new Root resource wrapper.

func (*Root) AccessStateAtom

func (r *Root) AccessStateAtom(ctx context.Context, storeID string) (uint32, error)

AccessStateAtom accesses the global state atom resource. Returns the resource ID for the StateAtom which provides Get/Set/Watch RPCs.

func (*Root) AccessWebListener

func (r *Root) AccessWebListener(
	ctx context.Context,
	listenMultiaddr string,
	background bool,
) (*AccessWebListenerResponse, error)

AccessWebListener creates or reuses a localhost web listener.

func (*Root) DeleteSession

func (r *Root) DeleteSession(ctx context.Context, sessionIdx uint32) error

DeleteSession removes a session from the local session list by index.

func (*Root) GetCdn added in v0.51.0

func (r *Root) GetCdn(ctx context.Context, cdnID string) (*GetCdnResponse, error)

GetCdn accesses a configured CDN resource by id.

func (*Root) GetChangelog

func (r *Root) GetChangelog(ctx context.Context) (*changelog.Changelog, error)

GetChangelog returns the application changelog.

func (*Root) GetResourceRef

func (r *Root) GetResourceRef() resource_client.ResourceRef

GetResourceRef returns the resource reference.

func (*Root) GetSessionMetadata added in v0.51.2

func (r *Root) GetSessionMetadata(ctx context.Context, idx uint32) (*session.SessionMetadata, bool, error)

GetSessionMetadata returns stored display metadata for a session.

func (*Root) HashSum

func (r *Root) HashSum(ctx context.Context, hashType hash.HashType, data []byte) (*hash.Hash, error)

HashSum computes a hash of the given data with the specified hash type.

func (*Root) HashValidate

func (r *Root) HashValidate(ctx context.Context, h *hash.Hash) (bool, string, error)

HashValidate validates a hash object. Returns whether the hash is valid and any validation error message.

func (*Root) ListProviders

func (r *Root) ListProviders(ctx context.Context) ([]*provider.ProviderInfo, error)

ListProviders lists the available providers.

func (*Root) ListSessions

func (r *Root) ListSessions(ctx context.Context) ([]*session.SessionListEntry, error)

ListSessions lists the configured sessions.

func (*Root) ListSpaceRootAliases added in v0.51.2

func (r *Root) ListSpaceRootAliases(ctx context.Context) ([]*SpaceRootAliasRecord, error)

ListSpaceRootAliases lists configured local state-root records.

func (*Root) ListWebListeners

func (r *Root) ListWebListeners(ctx context.Context) ([]*WebListenerInfo, error)

ListWebListeners lists daemon-owned localhost web listeners.

func (*Root) LookupProvider

func (r *Root) LookupProvider(ctx context.Context, providerID string) (uint32, error)

LookupProvider accesses a provider Resource by ID. Returns the resource ID for the provider.

func (*Root) MarshalHash

func (r *Root) MarshalHash(ctx context.Context, h *hash.Hash) (string, error)

MarshalHash marshals a Hash to a base58 string.

func (*Root) MountSession

func (r *Root) MountSession(ctx context.Context, ref *session.SessionRef) (uint32, error)

MountSession mounts a session and returns the resource ID for the Session resource. The MountSession directive will remain active until the returned Resource is released.

func (*Root) MountSessionByIdx

func (r *Root) MountSessionByIdx(ctx context.Context, idx uint32) (*MountSessionByIdxResponse, error)

MountSessionByIdx mounts a session by index and returns the resource ID and session ref. Returns the resource ID, session ref, and whether the session was not found.

func (*Root) ParseHash

func (r *Root) ParseHash(ctx context.Context, hashStr string) (*hash.Hash, error)

ParseHash parses a Hash from a base58 string.

func (*Root) Release

func (r *Root) Release()

Release releases the resource reference.

func (*Root) RemoveSpaceRootAlias added in v0.51.2

func (r *Root) RemoveSpaceRootAlias(ctx context.Context, aliasID string) (bool, error)

RemoveSpaceRootAlias removes a configured local state root.

func (*Root) StopWebListener

func (r *Root) StopWebListener(ctx context.Context, listenerID string) (bool, error)

StopWebListener stops a daemon-owned localhost web listener.

func (*Root) UnlockSession

func (r *Root) UnlockSession(ctx context.Context, sessionIdx uint32, pin []byte) error

UnlockSession unlocks a PIN-locked session before mounting.

func (*Root) UpsertSpaceRootAlias added in v0.51.2

func (r *Root) UpsertSpaceRootAlias(ctx context.Context, record *SpaceRootAliasRecord) (*SpaceRootAliasRecord, error)

UpsertSpaceRootAlias validates and persists a configured local state root.

func (*Root) WatchSessions added in v0.51.2

WatchSessions watches the configured sessions.

func (*Root) WatchSpaceRootAliases added in v0.51.2

WatchSpaceRootAliases watches configured local state-root records.

func (*Root) WatchSpaceRootRuntime added in v0.51.2

func (r *Root) WatchSpaceRootRuntime(
	ctx context.Context,
	aliasID string,
	autostart bool,
) (SRPCRootResourceService_WatchSpaceRootRuntimeClient, error)

WatchSpaceRootRuntime watches sessions from a selected configured root daemon.

type RuntimeHandoffState

type RuntimeHandoffState struct {

	// Active is true when the desktop listener has yielded the socket
	// and is waiting for the user to reclaim the runtime.
	Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	// RequesterName is the name of the runtime that took over.
	RequesterName string `protobuf:"bytes,2,opt,name=requester_name,json=requesterName,proto3" json:"requesterName,omitempty"`
	// SocketPath is the socket path that was yielded.
	SocketPath string `protobuf:"bytes,3,opt,name=socket_path,json=socketPath,proto3" json:"socketPath,omitempty"`
	// SinceUnixMs is when the handoff started in unix milliseconds.
	SinceUnixMs int64 `protobuf:"varint,4,opt,name=since_unix_ms,json=sinceUnixMs,proto3" json:"sinceUnixMs,omitempty"`
	// contains filtered or unexported fields
}

RuntimeHandoffState describes the current runtime-handoff snapshot.

func (*RuntimeHandoffState) CloneMessageVT

func (*RuntimeHandoffState) CloneVT

func (*RuntimeHandoffState) EqualMessageVT

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

func (*RuntimeHandoffState) EqualVT

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

func (*RuntimeHandoffState) GetActive

func (x *RuntimeHandoffState) GetActive() bool

func (*RuntimeHandoffState) GetRequesterName

func (x *RuntimeHandoffState) GetRequesterName() string

func (*RuntimeHandoffState) GetSinceUnixMs

func (x *RuntimeHandoffState) GetSinceUnixMs() int64

func (*RuntimeHandoffState) GetSocketPath

func (x *RuntimeHandoffState) GetSocketPath() string

func (*RuntimeHandoffState) MarshalJSON

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

MarshalJSON marshals the RuntimeHandoffState to JSON.

func (*RuntimeHandoffState) MarshalProtoJSON

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

MarshalProtoJSON marshals the RuntimeHandoffState message to JSON.

func (*RuntimeHandoffState) MarshalProtoText

func (x *RuntimeHandoffState) MarshalProtoText() string

func (*RuntimeHandoffState) MarshalToSizedBufferVT

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

func (*RuntimeHandoffState) MarshalToVT

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

func (*RuntimeHandoffState) MarshalVT

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

func (*RuntimeHandoffState) ProtoMessage

func (*RuntimeHandoffState) ProtoMessage()

func (*RuntimeHandoffState) Reset

func (x *RuntimeHandoffState) Reset()

func (*RuntimeHandoffState) SizeVT

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

func (*RuntimeHandoffState) String

func (x *RuntimeHandoffState) String() string

func (*RuntimeHandoffState) UnmarshalJSON

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

UnmarshalJSON unmarshals the RuntimeHandoffState from JSON.

func (*RuntimeHandoffState) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RuntimeHandoffState message from JSON.

func (*RuntimeHandoffState) UnmarshalVT

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

type SRPCRootResourceServiceClient

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

	ListProviders(ctx context.Context, in *ListProvidersRequest) (*ListProvidersResponse, error)

	LookupProvider(ctx context.Context, in *LookupProviderRequest) (*LookupProviderResponse, error)

	MountSession(ctx context.Context, in *MountSessionRequest) (*MountSessionResponse, error)

	MountSessionByIdx(ctx context.Context, in *MountSessionByIdxRequest) (*MountSessionByIdxResponse, error)

	ListSessions(ctx context.Context, in *ListSessionsRequest) (*ListSessionsResponse, error)

	WatchSessions(ctx context.Context, in *WatchSessionsRequest) (SRPCRootResourceService_WatchSessionsClient, error)

	WatchAllAccountStatuses(ctx context.Context, in *WatchAllAccountStatusesRequest) (SRPCRootResourceService_WatchAllAccountStatusesClient, error)

	GetSessionMetadata(ctx context.Context, in *GetSessionMetadataRequest) (*GetSessionMetadataResponse, error)

	WatchSessionMetadata(ctx context.Context, in *WatchSessionMetadataRequest) (SRPCRootResourceService_WatchSessionMetadataClient, error)

	UnlockSession(ctx context.Context, in *UnlockSessionByIdxRequest) (*UnlockSessionByIdxResponse, error)

	DeleteSession(ctx context.Context, in *DeleteSessionRequest) (*DeleteSessionResponse, error)

	ResetSession(ctx context.Context, in *ResetSessionByIdxRequest) (*ResetSessionByIdxResponse, error)

	AccessStateAtom(ctx context.Context, in *AccessStateAtomRequest) (*AccessStateAtomResponse, error)

	WatchStateAtoms(ctx context.Context, in *WatchStateAtomsRequest) (SRPCRootResourceService_WatchStateAtomsClient, error)

	ListSpaceRootAliases(ctx context.Context, in *ListSpaceRootAliasesRequest) (*ListSpaceRootAliasesResponse, error)

	WatchSpaceRootAliases(ctx context.Context, in *WatchSpaceRootAliasesRequest) (SRPCRootResourceService_WatchSpaceRootAliasesClient, error)

	UpsertSpaceRootAlias(ctx context.Context, in *UpsertSpaceRootAliasRequest) (*UpsertSpaceRootAliasResponse, error)

	RemoveSpaceRootAlias(ctx context.Context, in *RemoveSpaceRootAliasRequest) (*RemoveSpaceRootAliasResponse, error)

	WatchSpaceRootRuntime(ctx context.Context, in *WatchSpaceRootRuntimeRequest) (SRPCRootResourceService_WatchSpaceRootRuntimeClient, error)

	MarshalHash(ctx context.Context, in *MarshalHashRequest) (*MarshalHashResponse, error)

	ParseHash(ctx context.Context, in *ParseHashRequest) (*ParseHashResponse, error)

	HashSum(ctx context.Context, in *HashSumRequest) (*HashSumResponse, error)

	HashValidate(ctx context.Context, in *HashValidateRequest) (*HashValidateResponse, error)

	GetChangelog(ctx context.Context, in *GetChangelogRequest) (*GetChangelogResponse, error)

	GetDebugDb(ctx context.Context, in *GetDebugDbRequest) (*GetDebugDbResponse, error)

	GetCdn(ctx context.Context, in *GetCdnRequest) (*GetCdnResponse, error)

	AccessWebListener(ctx context.Context, in *AccessWebListenerRequest) (*AccessWebListenerResponse, error)

	WatchWebListeners(ctx context.Context, in *WatchWebListenersRequest) (SRPCRootResourceService_WatchWebListenersClient, error)

	StopWebListener(ctx context.Context, in *StopWebListenerRequest) (*StopWebListenerResponse, error)

	WatchListenerYieldPrompts(ctx context.Context, in *WatchListenerYieldPromptsRequest) (SRPCRootResourceService_WatchListenerYieldPromptsClient, error)

	RespondToListenerYieldPrompt(ctx context.Context, in *RespondToListenerYieldPromptRequest) (*RespondToListenerYieldPromptResponse, error)

	WatchRuntimeHandoff(ctx context.Context, in *WatchRuntimeHandoffRequest) (SRPCRootResourceService_WatchRuntimeHandoffClient, error)

	ReclaimRuntime(ctx context.Context, in *ReclaimRuntimeRequest) (*ReclaimRuntimeResponse, error)

	WatchListenerStatus(ctx context.Context, in *WatchListenerStatusRequest) (SRPCRootResourceService_WatchListenerStatusClient, error)
}

func NewSRPCRootResourceServiceClient

func NewSRPCRootResourceServiceClient(cc srpc.Client) SRPCRootResourceServiceClient

func NewSRPCRootResourceServiceClientWithServiceID

func NewSRPCRootResourceServiceClientWithServiceID(cc srpc.Client, serviceID string) SRPCRootResourceServiceClient

type SRPCRootResourceServiceHandler

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

func (SRPCRootResourceServiceHandler) GetMethodIDs

func (SRPCRootResourceServiceHandler) GetMethodIDs() []string

func (*SRPCRootResourceServiceHandler) GetServiceID

func (d *SRPCRootResourceServiceHandler) GetServiceID() string

func (*SRPCRootResourceServiceHandler) InvokeMethod

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

func (SRPCRootResourceServiceHandler) InvokeMethod_AccessStateAtom

func (SRPCRootResourceServiceHandler) InvokeMethod_AccessStateAtom(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_AccessWebListener

func (SRPCRootResourceServiceHandler) InvokeMethod_AccessWebListener(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_DeleteSession

func (SRPCRootResourceServiceHandler) InvokeMethod_DeleteSession(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_GetCdn

func (SRPCRootResourceServiceHandler) InvokeMethod_GetChangelog

func (SRPCRootResourceServiceHandler) InvokeMethod_GetChangelog(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_GetDebugDb

func (SRPCRootResourceServiceHandler) InvokeMethod_GetSessionMetadata

func (SRPCRootResourceServiceHandler) InvokeMethod_GetSessionMetadata(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_HashSum

func (SRPCRootResourceServiceHandler) InvokeMethod_HashValidate

func (SRPCRootResourceServiceHandler) InvokeMethod_HashValidate(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_ListProviders

func (SRPCRootResourceServiceHandler) InvokeMethod_ListProviders(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_ListSessions

func (SRPCRootResourceServiceHandler) InvokeMethod_ListSessions(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_ListSpaceRootAliases added in v0.51.2

func (SRPCRootResourceServiceHandler) InvokeMethod_ListSpaceRootAliases(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_LookupProvider

func (SRPCRootResourceServiceHandler) InvokeMethod_LookupProvider(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_MarshalHash

func (SRPCRootResourceServiceHandler) InvokeMethod_MarshalHash(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_MountSession

func (SRPCRootResourceServiceHandler) InvokeMethod_MountSession(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_MountSessionByIdx

func (SRPCRootResourceServiceHandler) InvokeMethod_MountSessionByIdx(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_ParseHash

func (SRPCRootResourceServiceHandler) InvokeMethod_ReclaimRuntime

func (SRPCRootResourceServiceHandler) InvokeMethod_ReclaimRuntime(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_RemoveSpaceRootAlias added in v0.51.2

func (SRPCRootResourceServiceHandler) InvokeMethod_RemoveSpaceRootAlias(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_ResetSession

func (SRPCRootResourceServiceHandler) InvokeMethod_ResetSession(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_RespondToListenerYieldPrompt

func (SRPCRootResourceServiceHandler) InvokeMethod_RespondToListenerYieldPrompt(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_StopWebListener

func (SRPCRootResourceServiceHandler) InvokeMethod_StopWebListener(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_UnlockSession

func (SRPCRootResourceServiceHandler) InvokeMethod_UnlockSession(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_UpsertSpaceRootAlias added in v0.51.2

func (SRPCRootResourceServiceHandler) InvokeMethod_UpsertSpaceRootAlias(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchAllAccountStatuses

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchAllAccountStatuses(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchListenerStatus

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchListenerStatus(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchListenerYieldPrompts

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchListenerYieldPrompts(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchRuntimeHandoff

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchRuntimeHandoff(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSessionMetadata

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSessionMetadata(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSessions

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSessions(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSpaceRootAliases added in v0.51.2

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSpaceRootAliases(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSpaceRootRuntime added in v0.51.2

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchSpaceRootRuntime(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchStateAtoms

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchStateAtoms(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchWebListeners

func (SRPCRootResourceServiceHandler) InvokeMethod_WatchWebListeners(impl SRPCRootResourceServiceServer, strm srpc.Stream) error

type SRPCRootResourceServiceServer

type SRPCRootResourceServiceServer interface {
	ListProviders(context.Context, *ListProvidersRequest) (*ListProvidersResponse, error)

	LookupProvider(context.Context, *LookupProviderRequest) (*LookupProviderResponse, error)

	MountSession(context.Context, *MountSessionRequest) (*MountSessionResponse, error)

	MountSessionByIdx(context.Context, *MountSessionByIdxRequest) (*MountSessionByIdxResponse, error)

	ListSessions(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error)

	WatchSessions(*WatchSessionsRequest, SRPCRootResourceService_WatchSessionsStream) error

	WatchAllAccountStatuses(*WatchAllAccountStatusesRequest, SRPCRootResourceService_WatchAllAccountStatusesStream) error

	GetSessionMetadata(context.Context, *GetSessionMetadataRequest) (*GetSessionMetadataResponse, error)

	WatchSessionMetadata(*WatchSessionMetadataRequest, SRPCRootResourceService_WatchSessionMetadataStream) error

	UnlockSession(context.Context, *UnlockSessionByIdxRequest) (*UnlockSessionByIdxResponse, error)

	DeleteSession(context.Context, *DeleteSessionRequest) (*DeleteSessionResponse, error)

	ResetSession(context.Context, *ResetSessionByIdxRequest) (*ResetSessionByIdxResponse, error)

	AccessStateAtom(context.Context, *AccessStateAtomRequest) (*AccessStateAtomResponse, error)

	WatchStateAtoms(*WatchStateAtomsRequest, SRPCRootResourceService_WatchStateAtomsStream) error

	ListSpaceRootAliases(context.Context, *ListSpaceRootAliasesRequest) (*ListSpaceRootAliasesResponse, error)

	WatchSpaceRootAliases(*WatchSpaceRootAliasesRequest, SRPCRootResourceService_WatchSpaceRootAliasesStream) error

	UpsertSpaceRootAlias(context.Context, *UpsertSpaceRootAliasRequest) (*UpsertSpaceRootAliasResponse, error)

	RemoveSpaceRootAlias(context.Context, *RemoveSpaceRootAliasRequest) (*RemoveSpaceRootAliasResponse, error)

	WatchSpaceRootRuntime(*WatchSpaceRootRuntimeRequest, SRPCRootResourceService_WatchSpaceRootRuntimeStream) error

	MarshalHash(context.Context, *MarshalHashRequest) (*MarshalHashResponse, error)

	ParseHash(context.Context, *ParseHashRequest) (*ParseHashResponse, error)

	HashSum(context.Context, *HashSumRequest) (*HashSumResponse, error)

	HashValidate(context.Context, *HashValidateRequest) (*HashValidateResponse, error)

	GetChangelog(context.Context, *GetChangelogRequest) (*GetChangelogResponse, error)

	GetDebugDb(context.Context, *GetDebugDbRequest) (*GetDebugDbResponse, error)

	GetCdn(context.Context, *GetCdnRequest) (*GetCdnResponse, error)

	AccessWebListener(context.Context, *AccessWebListenerRequest) (*AccessWebListenerResponse, error)

	WatchWebListeners(*WatchWebListenersRequest, SRPCRootResourceService_WatchWebListenersStream) error

	StopWebListener(context.Context, *StopWebListenerRequest) (*StopWebListenerResponse, error)

	WatchListenerYieldPrompts(*WatchListenerYieldPromptsRequest, SRPCRootResourceService_WatchListenerYieldPromptsStream) error

	RespondToListenerYieldPrompt(context.Context, *RespondToListenerYieldPromptRequest) (*RespondToListenerYieldPromptResponse, error)

	WatchRuntimeHandoff(*WatchRuntimeHandoffRequest, SRPCRootResourceService_WatchRuntimeHandoffStream) error

	ReclaimRuntime(context.Context, *ReclaimRuntimeRequest) (*ReclaimRuntimeResponse, error)

	WatchListenerStatus(*WatchListenerStatusRequest, SRPCRootResourceService_WatchListenerStatusStream) error
}

type SRPCRootResourceService_AccessStateAtomStream

type SRPCRootResourceService_AccessStateAtomStream interface {
	srpc.Stream
}

type SRPCRootResourceService_AccessWebListenerStream

type SRPCRootResourceService_AccessWebListenerStream interface {
	srpc.Stream
}

type SRPCRootResourceService_DeleteSessionStream

type SRPCRootResourceService_DeleteSessionStream interface {
	srpc.Stream
}

type SRPCRootResourceService_GetCdnStream

type SRPCRootResourceService_GetCdnStream interface {
	srpc.Stream
}

type SRPCRootResourceService_GetChangelogStream

type SRPCRootResourceService_GetChangelogStream interface {
	srpc.Stream
}

type SRPCRootResourceService_GetDebugDbStream

type SRPCRootResourceService_GetDebugDbStream interface {
	srpc.Stream
}

type SRPCRootResourceService_GetSessionMetadataStream

type SRPCRootResourceService_GetSessionMetadataStream interface {
	srpc.Stream
}

type SRPCRootResourceService_HashSumStream

type SRPCRootResourceService_HashSumStream interface {
	srpc.Stream
}

type SRPCRootResourceService_HashValidateStream

type SRPCRootResourceService_HashValidateStream interface {
	srpc.Stream
}

type SRPCRootResourceService_ListProvidersStream

type SRPCRootResourceService_ListProvidersStream interface {
	srpc.Stream
}

type SRPCRootResourceService_ListSessionsStream

type SRPCRootResourceService_ListSessionsStream interface {
	srpc.Stream
}

type SRPCRootResourceService_ListSpaceRootAliasesStream added in v0.51.2

type SRPCRootResourceService_ListSpaceRootAliasesStream interface {
	srpc.Stream
}

type SRPCRootResourceService_LookupProviderStream

type SRPCRootResourceService_LookupProviderStream interface {
	srpc.Stream
}

type SRPCRootResourceService_MarshalHashStream

type SRPCRootResourceService_MarshalHashStream interface {
	srpc.Stream
}

type SRPCRootResourceService_MountSessionByIdxStream

type SRPCRootResourceService_MountSessionByIdxStream interface {
	srpc.Stream
}

type SRPCRootResourceService_MountSessionStream

type SRPCRootResourceService_MountSessionStream interface {
	srpc.Stream
}

type SRPCRootResourceService_ParseHashStream

type SRPCRootResourceService_ParseHashStream interface {
	srpc.Stream
}

type SRPCRootResourceService_ReclaimRuntimeStream

type SRPCRootResourceService_ReclaimRuntimeStream interface {
	srpc.Stream
}

type SRPCRootResourceService_RemoveSpaceRootAliasStream added in v0.51.2

type SRPCRootResourceService_RemoveSpaceRootAliasStream interface {
	srpc.Stream
}

type SRPCRootResourceService_ResetSessionStream

type SRPCRootResourceService_ResetSessionStream interface {
	srpc.Stream
}

type SRPCRootResourceService_RespondToListenerYieldPromptStream

type SRPCRootResourceService_RespondToListenerYieldPromptStream interface {
	srpc.Stream
}

type SRPCRootResourceService_StopWebListenerStream

type SRPCRootResourceService_StopWebListenerStream interface {
	srpc.Stream
}

type SRPCRootResourceService_UnlockSessionStream

type SRPCRootResourceService_UnlockSessionStream interface {
	srpc.Stream
}

type SRPCRootResourceService_UpsertSpaceRootAliasStream added in v0.51.2

type SRPCRootResourceService_UpsertSpaceRootAliasStream interface {
	srpc.Stream
}

type SRPCRootResourceService_WatchAllAccountStatusesClient

type SRPCRootResourceService_WatchAllAccountStatusesClient interface {
	srpc.Stream
	Recv() (*WatchAllAccountStatusesResponse, error)
	RecvTo(*WatchAllAccountStatusesResponse) error
}

type SRPCRootResourceService_WatchAllAccountStatusesStream

type SRPCRootResourceService_WatchAllAccountStatusesStream interface {
	srpc.Stream
	Send(*WatchAllAccountStatusesResponse) error
	SendAndClose(*WatchAllAccountStatusesResponse) error
}

type SRPCRootResourceService_WatchListenerStatusClient

type SRPCRootResourceService_WatchListenerStatusClient interface {
	srpc.Stream
	Recv() (*WatchListenerStatusResponse, error)
	RecvTo(*WatchListenerStatusResponse) error
}

type SRPCRootResourceService_WatchListenerStatusStream

type SRPCRootResourceService_WatchListenerStatusStream interface {
	srpc.Stream
	Send(*WatchListenerStatusResponse) error
	SendAndClose(*WatchListenerStatusResponse) error
}

type SRPCRootResourceService_WatchListenerYieldPromptsClient

type SRPCRootResourceService_WatchListenerYieldPromptsClient interface {
	srpc.Stream
	Recv() (*WatchListenerYieldPromptsResponse, error)
	RecvTo(*WatchListenerYieldPromptsResponse) error
}

type SRPCRootResourceService_WatchListenerYieldPromptsStream

type SRPCRootResourceService_WatchListenerYieldPromptsStream interface {
	srpc.Stream
	Send(*WatchListenerYieldPromptsResponse) error
	SendAndClose(*WatchListenerYieldPromptsResponse) error
}

type SRPCRootResourceService_WatchRuntimeHandoffClient

type SRPCRootResourceService_WatchRuntimeHandoffClient interface {
	srpc.Stream
	Recv() (*WatchRuntimeHandoffResponse, error)
	RecvTo(*WatchRuntimeHandoffResponse) error
}

type SRPCRootResourceService_WatchRuntimeHandoffStream

type SRPCRootResourceService_WatchRuntimeHandoffStream interface {
	srpc.Stream
	Send(*WatchRuntimeHandoffResponse) error
	SendAndClose(*WatchRuntimeHandoffResponse) error
}

type SRPCRootResourceService_WatchSessionMetadataClient

type SRPCRootResourceService_WatchSessionMetadataClient interface {
	srpc.Stream
	Recv() (*WatchSessionMetadataResponse, error)
	RecvTo(*WatchSessionMetadataResponse) error
}

type SRPCRootResourceService_WatchSessionMetadataStream

type SRPCRootResourceService_WatchSessionMetadataStream interface {
	srpc.Stream
	Send(*WatchSessionMetadataResponse) error
	SendAndClose(*WatchSessionMetadataResponse) error
}

type SRPCRootResourceService_WatchSessionsClient

type SRPCRootResourceService_WatchSessionsClient interface {
	srpc.Stream
	Recv() (*WatchSessionsResponse, error)
	RecvTo(*WatchSessionsResponse) error
}

type SRPCRootResourceService_WatchSessionsStream

type SRPCRootResourceService_WatchSessionsStream interface {
	srpc.Stream
	Send(*WatchSessionsResponse) error
	SendAndClose(*WatchSessionsResponse) error
}

type SRPCRootResourceService_WatchSpaceRootAliasesClient added in v0.51.2

type SRPCRootResourceService_WatchSpaceRootAliasesClient interface {
	srpc.Stream
	Recv() (*WatchSpaceRootAliasesResponse, error)
	RecvTo(*WatchSpaceRootAliasesResponse) error
}

type SRPCRootResourceService_WatchSpaceRootAliasesStream added in v0.51.2

type SRPCRootResourceService_WatchSpaceRootAliasesStream interface {
	srpc.Stream
	Send(*WatchSpaceRootAliasesResponse) error
	SendAndClose(*WatchSpaceRootAliasesResponse) error
}

type SRPCRootResourceService_WatchSpaceRootRuntimeClient added in v0.51.2

type SRPCRootResourceService_WatchSpaceRootRuntimeClient interface {
	srpc.Stream
	Recv() (*WatchSpaceRootRuntimeResponse, error)
	RecvTo(*WatchSpaceRootRuntimeResponse) error
}

type SRPCRootResourceService_WatchSpaceRootRuntimeStream added in v0.51.2

type SRPCRootResourceService_WatchSpaceRootRuntimeStream interface {
	srpc.Stream
	Send(*WatchSpaceRootRuntimeResponse) error
	SendAndClose(*WatchSpaceRootRuntimeResponse) error
}

type SRPCRootResourceService_WatchStateAtomsClient

type SRPCRootResourceService_WatchStateAtomsClient interface {
	srpc.Stream
	Recv() (*WatchStateAtomsResponse, error)
	RecvTo(*WatchStateAtomsResponse) error
}

type SRPCRootResourceService_WatchStateAtomsStream

type SRPCRootResourceService_WatchStateAtomsStream interface {
	srpc.Stream
	Send(*WatchStateAtomsResponse) error
	SendAndClose(*WatchStateAtomsResponse) error
}

type SRPCRootResourceService_WatchWebListenersClient

type SRPCRootResourceService_WatchWebListenersClient interface {
	srpc.Stream
	Recv() (*WatchWebListenersResponse, error)
	RecvTo(*WatchWebListenersResponse) error
}

type SRPCRootResourceService_WatchWebListenersStream

type SRPCRootResourceService_WatchWebListenersStream interface {
	srpc.Stream
	Send(*WatchWebListenersResponse) error
	SendAndClose(*WatchWebListenersResponse) error
}

type SessionAccountStatus

type SessionAccountStatus struct {

	// SessionIdx is the session index.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// AccountStatus is the provider account status for the session.
	AccountStatus provider.ProviderAccountStatus `protobuf:"varint,2,opt,name=account_status,json=accountStatus,proto3" json:"accountStatus,omitempty"`
	// contains filtered or unexported fields
}

SessionAccountStatus is the current account status for a session index.

func (*SessionAccountStatus) CloneMessageVT

func (*SessionAccountStatus) CloneVT

func (*SessionAccountStatus) EqualMessageVT

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

func (*SessionAccountStatus) EqualVT

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

func (*SessionAccountStatus) GetAccountStatus

func (x *SessionAccountStatus) GetAccountStatus() provider.ProviderAccountStatus

func (*SessionAccountStatus) GetSessionIdx

func (x *SessionAccountStatus) GetSessionIdx() uint32

func (*SessionAccountStatus) MarshalJSON

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

MarshalJSON marshals the SessionAccountStatus to JSON.

func (*SessionAccountStatus) MarshalProtoJSON

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

MarshalProtoJSON marshals the SessionAccountStatus message to JSON.

func (*SessionAccountStatus) MarshalProtoText

func (x *SessionAccountStatus) MarshalProtoText() string

func (*SessionAccountStatus) MarshalToSizedBufferVT

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

func (*SessionAccountStatus) MarshalToVT

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

func (*SessionAccountStatus) MarshalVT

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

func (*SessionAccountStatus) ProtoMessage

func (*SessionAccountStatus) ProtoMessage()

func (*SessionAccountStatus) Reset

func (x *SessionAccountStatus) Reset()

func (*SessionAccountStatus) SizeVT

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

func (*SessionAccountStatus) String

func (x *SessionAccountStatus) String() string

func (*SessionAccountStatus) UnmarshalJSON

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

UnmarshalJSON unmarshals the SessionAccountStatus from JSON.

func (*SessionAccountStatus) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SessionAccountStatus message from JSON.

func (*SessionAccountStatus) UnmarshalVT

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

type SpaceRootAliasRecord added in v0.51.2

type SpaceRootAliasRecord struct {

	// AliasId is the stable registry identity.
	AliasId string `protobuf:"bytes,1,opt,name=alias_id,json=aliasId,proto3" json:"aliasId,omitempty"`
	// DisplayName is the user-facing name for the configured root.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// Kind is the storage shape for this record.
	Kind SpaceRootKind `protobuf:"varint,3,opt,name=kind,proto3" json:"kind,omitempty"`
	// OpenMode is the explicit user action that created this record.
	OpenMode SpaceRootOpenMode `protobuf:"varint,4,opt,name=open_mode,json=openMode,proto3" json:"openMode,omitempty"`
	// Native stores native filesystem metadata.
	Native *NativeSpaceRootMetadata `protobuf:"bytes,5,opt,name=native,proto3" json:"native,omitempty"`
	// Status is the latest validation status.
	Status SpaceRootStatus `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
	// StatusMessage is a user-actionable validation message when not ready.
	StatusMessage string `protobuf:"bytes,7,opt,name=status_message,json=statusMessage,proto3" json:"statusMessage,omitempty"`
	// Browser reserves future browser-grant metadata.
	Browser *BrowserSpaceRootMetadata `protobuf:"bytes,8,opt,name=browser,proto3" json:"browser,omitempty"`
	// CreatedAtUnixMs is when the alias was first persisted.
	CreatedAtUnixMs int64 `protobuf:"varint,9,opt,name=created_at_unix_ms,json=createdAtUnixMs,proto3" json:"createdAtUnixMs,omitempty"`
	// UpdatedAtUnixMs is when the alias was last updated.
	UpdatedAtUnixMs int64 `protobuf:"varint,10,opt,name=updated_at_unix_ms,json=updatedAtUnixMs,proto3" json:"updatedAtUnixMs,omitempty"`
	// contains filtered or unexported fields
}

SpaceRootAliasRecord is a durable configured local state-root registry entry.

func (*SpaceRootAliasRecord) CloneMessageVT added in v0.51.2

func (*SpaceRootAliasRecord) CloneVT added in v0.51.2

func (*SpaceRootAliasRecord) EqualMessageVT added in v0.51.2

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

func (*SpaceRootAliasRecord) EqualVT added in v0.51.2

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

func (*SpaceRootAliasRecord) GetAliasId added in v0.51.2

func (x *SpaceRootAliasRecord) GetAliasId() string

func (*SpaceRootAliasRecord) GetBrowser added in v0.51.2

func (*SpaceRootAliasRecord) GetCreatedAtUnixMs added in v0.51.2

func (x *SpaceRootAliasRecord) GetCreatedAtUnixMs() int64

func (*SpaceRootAliasRecord) GetDisplayName added in v0.51.2

func (x *SpaceRootAliasRecord) GetDisplayName() string

func (*SpaceRootAliasRecord) GetKind added in v0.51.2

func (x *SpaceRootAliasRecord) GetKind() SpaceRootKind

func (*SpaceRootAliasRecord) GetNative added in v0.51.2

func (*SpaceRootAliasRecord) GetOpenMode added in v0.51.2

func (x *SpaceRootAliasRecord) GetOpenMode() SpaceRootOpenMode

func (*SpaceRootAliasRecord) GetStatus added in v0.51.2

func (x *SpaceRootAliasRecord) GetStatus() SpaceRootStatus

func (*SpaceRootAliasRecord) GetStatusMessage added in v0.51.2

func (x *SpaceRootAliasRecord) GetStatusMessage() string

func (*SpaceRootAliasRecord) GetUpdatedAtUnixMs added in v0.51.2

func (x *SpaceRootAliasRecord) GetUpdatedAtUnixMs() int64

func (*SpaceRootAliasRecord) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the SpaceRootAliasRecord to JSON.

func (*SpaceRootAliasRecord) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the SpaceRootAliasRecord message to JSON.

func (*SpaceRootAliasRecord) MarshalProtoText added in v0.51.2

func (x *SpaceRootAliasRecord) MarshalProtoText() string

func (*SpaceRootAliasRecord) MarshalToSizedBufferVT added in v0.51.2

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

func (*SpaceRootAliasRecord) MarshalToVT added in v0.51.2

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

func (*SpaceRootAliasRecord) MarshalVT added in v0.51.2

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

func (*SpaceRootAliasRecord) ProtoMessage added in v0.51.2

func (*SpaceRootAliasRecord) ProtoMessage()

func (*SpaceRootAliasRecord) Reset added in v0.51.2

func (x *SpaceRootAliasRecord) Reset()

func (*SpaceRootAliasRecord) SizeVT added in v0.51.2

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

func (*SpaceRootAliasRecord) String added in v0.51.2

func (x *SpaceRootAliasRecord) String() string

func (*SpaceRootAliasRecord) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the SpaceRootAliasRecord from JSON.

func (*SpaceRootAliasRecord) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the SpaceRootAliasRecord message from JSON.

func (*SpaceRootAliasRecord) UnmarshalVT added in v0.51.2

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

type SpaceRootKind added in v0.51.2

type SpaceRootKind int32

SpaceRootKind is the storage shape selected for a configured root.

const (
	// SpaceRootKind_UNSPECIFIED is invalid for persisted records.
	SpaceRootKind_SpaceRootKind_UNSPECIFIED SpaceRootKind = 0
	// SpaceRootKind_NATIVE_DIRECTORY is a native filesystem state-root directory.
	SpaceRootKind_SpaceRootKind_NATIVE_DIRECTORY SpaceRootKind = 1
	// SpaceRootKind_S4WAVE_FILE is a deferred single-volume file shape.
	SpaceRootKind_SpaceRootKind_S4WAVE_FILE SpaceRootKind = 2
)

func (SpaceRootKind) Enum added in v0.51.2

func (x SpaceRootKind) Enum() *SpaceRootKind

func (SpaceRootKind) MarshalJSON added in v0.51.2

func (x SpaceRootKind) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SpaceRootKind to JSON.

func (SpaceRootKind) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the SpaceRootKind to JSON.

func (SpaceRootKind) MarshalProtoText added in v0.51.2

func (x SpaceRootKind) MarshalProtoText() string

func (SpaceRootKind) MarshalText added in v0.51.2

func (x SpaceRootKind) MarshalText() ([]byte, error)

MarshalText marshals the SpaceRootKind to text.

func (SpaceRootKind) String added in v0.51.2

func (x SpaceRootKind) String() string

func (*SpaceRootKind) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the SpaceRootKind from JSON.

func (*SpaceRootKind) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the SpaceRootKind from JSON.

func (*SpaceRootKind) UnmarshalText added in v0.51.2

func (x *SpaceRootKind) UnmarshalText(b []byte) error

UnmarshalText unmarshals the SpaceRootKind from text.

type SpaceRootOpenMode added in v0.51.2

type SpaceRootOpenMode int32

SpaceRootOpenMode is the user action used to create the registry entry.

const (
	// SpaceRootOpenMode_UNSPECIFIED is invalid for persisted records.
	SpaceRootOpenMode_SpaceRootOpenMode_UNSPECIFIED SpaceRootOpenMode = 0
	// SpaceRootOpenMode_OPEN_EXISTING opens an existing state root.
	SpaceRootOpenMode_SpaceRootOpenMode_OPEN_EXISTING SpaceRootOpenMode = 1
	// SpaceRootOpenMode_CREATE is deferred for this registry version.
	SpaceRootOpenMode_SpaceRootOpenMode_CREATE SpaceRootOpenMode = 2
)

func (SpaceRootOpenMode) Enum added in v0.51.2

func (SpaceRootOpenMode) MarshalJSON added in v0.51.2

func (x SpaceRootOpenMode) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SpaceRootOpenMode to JSON.

func (SpaceRootOpenMode) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the SpaceRootOpenMode to JSON.

func (SpaceRootOpenMode) MarshalProtoText added in v0.51.2

func (x SpaceRootOpenMode) MarshalProtoText() string

func (SpaceRootOpenMode) MarshalText added in v0.51.2

func (x SpaceRootOpenMode) MarshalText() ([]byte, error)

MarshalText marshals the SpaceRootOpenMode to text.

func (SpaceRootOpenMode) String added in v0.51.2

func (x SpaceRootOpenMode) String() string

func (*SpaceRootOpenMode) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the SpaceRootOpenMode from JSON.

func (*SpaceRootOpenMode) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the SpaceRootOpenMode from JSON.

func (*SpaceRootOpenMode) UnmarshalText added in v0.51.2

func (x *SpaceRootOpenMode) UnmarshalText(b []byte) error

UnmarshalText unmarshals the SpaceRootOpenMode from text.

type SpaceRootRuntimeSession added in v0.51.2

type SpaceRootRuntimeSession struct {

	// Session is the raw session list entry.
	Session *session.SessionListEntry `protobuf:"bytes,1,opt,name=session,proto3" json:"session,omitempty"`
	// Metadata is stored display metadata for the session.
	Metadata *session.SessionMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Spaces are the first resources-list snapshot for the mounted session.
	Spaces []*space.SpaceSoListEntry `protobuf:"bytes,3,rep,name=spaces,proto3" json:"spaces,omitempty"`
	// Error is set when this session could not be enriched.
	Error string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

SpaceRootRuntimeSession describes one selected-root session and its spaces.

func (*SpaceRootRuntimeSession) CloneMessageVT added in v0.51.2

func (*SpaceRootRuntimeSession) CloneVT added in v0.51.2

func (*SpaceRootRuntimeSession) EqualMessageVT added in v0.51.2

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

func (*SpaceRootRuntimeSession) EqualVT added in v0.51.2

func (*SpaceRootRuntimeSession) GetError added in v0.51.2

func (x *SpaceRootRuntimeSession) GetError() string

func (*SpaceRootRuntimeSession) GetMetadata added in v0.51.2

func (*SpaceRootRuntimeSession) GetSession added in v0.51.2

func (*SpaceRootRuntimeSession) GetSpaces added in v0.51.2

func (*SpaceRootRuntimeSession) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the SpaceRootRuntimeSession to JSON.

func (*SpaceRootRuntimeSession) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the SpaceRootRuntimeSession message to JSON.

func (*SpaceRootRuntimeSession) MarshalProtoText added in v0.51.2

func (x *SpaceRootRuntimeSession) MarshalProtoText() string

func (*SpaceRootRuntimeSession) MarshalToSizedBufferVT added in v0.51.2

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

func (*SpaceRootRuntimeSession) MarshalToVT added in v0.51.2

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

func (*SpaceRootRuntimeSession) MarshalVT added in v0.51.2

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

func (*SpaceRootRuntimeSession) ProtoMessage added in v0.51.2

func (*SpaceRootRuntimeSession) ProtoMessage()

func (*SpaceRootRuntimeSession) Reset added in v0.51.2

func (x *SpaceRootRuntimeSession) Reset()

func (*SpaceRootRuntimeSession) SizeVT added in v0.51.2

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

func (*SpaceRootRuntimeSession) String added in v0.51.2

func (x *SpaceRootRuntimeSession) String() string

func (*SpaceRootRuntimeSession) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the SpaceRootRuntimeSession from JSON.

func (*SpaceRootRuntimeSession) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the SpaceRootRuntimeSession message from JSON.

func (*SpaceRootRuntimeSession) UnmarshalVT added in v0.51.2

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

type SpaceRootRuntimeStatus added in v0.51.2

type SpaceRootRuntimeStatus int32

SpaceRootRuntimeStatus is the connection status for a configured root daemon.

const (
	// SpaceRootRuntimeStatus_IDLE means no runtime source is selected.
	SpaceRootRuntimeStatus_SpaceRootRuntimeStatus_IDLE SpaceRootRuntimeStatus = 0
	// SpaceRootRuntimeStatus_CONNECTING means the app is dialing the daemon.
	SpaceRootRuntimeStatus_SpaceRootRuntimeStatus_CONNECTING SpaceRootRuntimeStatus = 1
	// SpaceRootRuntimeStatus_STARTING means the app is starting the daemon.
	SpaceRootRuntimeStatus_SpaceRootRuntimeStatus_STARTING SpaceRootRuntimeStatus = 2
	// SpaceRootRuntimeStatus_READY means sessions are served from the root daemon.
	SpaceRootRuntimeStatus_SpaceRootRuntimeStatus_READY SpaceRootRuntimeStatus = 3
	// SpaceRootRuntimeStatus_ERROR means the runtime source is unavailable.
	SpaceRootRuntimeStatus_SpaceRootRuntimeStatus_ERROR SpaceRootRuntimeStatus = 4
)

func (SpaceRootRuntimeStatus) Enum added in v0.51.2

func (SpaceRootRuntimeStatus) MarshalJSON added in v0.51.2

func (x SpaceRootRuntimeStatus) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SpaceRootRuntimeStatus to JSON.

func (SpaceRootRuntimeStatus) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the SpaceRootRuntimeStatus to JSON.

func (SpaceRootRuntimeStatus) MarshalProtoText added in v0.51.2

func (x SpaceRootRuntimeStatus) MarshalProtoText() string

func (SpaceRootRuntimeStatus) MarshalText added in v0.51.2

func (x SpaceRootRuntimeStatus) MarshalText() ([]byte, error)

MarshalText marshals the SpaceRootRuntimeStatus to text.

func (SpaceRootRuntimeStatus) String added in v0.51.2

func (x SpaceRootRuntimeStatus) String() string

func (*SpaceRootRuntimeStatus) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the SpaceRootRuntimeStatus from JSON.

func (*SpaceRootRuntimeStatus) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the SpaceRootRuntimeStatus from JSON.

func (*SpaceRootRuntimeStatus) UnmarshalText added in v0.51.2

func (x *SpaceRootRuntimeStatus) UnmarshalText(b []byte) error

UnmarshalText unmarshals the SpaceRootRuntimeStatus from text.

type SpaceRootStatus added in v0.51.2

type SpaceRootStatus int32

SpaceRootStatus is the latest local validation status for a configured root.

const (
	// SpaceRootStatus_UNKNOWN means no validation has run in this process.
	SpaceRootStatus_SpaceRootStatus_UNKNOWN SpaceRootStatus = 0
	// SpaceRootStatus_READY means the root is supported and currently accessible.
	SpaceRootStatus_SpaceRootStatus_READY SpaceRootStatus = 1
	// SpaceRootStatus_MISSING means the native path no longer exists.
	SpaceRootStatus_SpaceRootStatus_MISSING SpaceRootStatus = 2
	// SpaceRootStatus_UNSUPPORTED means the record shape is known but unsupported.
	SpaceRootStatus_SpaceRootStatus_UNSUPPORTED SpaceRootStatus = 3
	// SpaceRootStatus_INVALID means the record is malformed or not a state root.
	SpaceRootStatus_SpaceRootStatus_INVALID SpaceRootStatus = 4
)

func (SpaceRootStatus) Enum added in v0.51.2

func (x SpaceRootStatus) Enum() *SpaceRootStatus

func (SpaceRootStatus) MarshalJSON added in v0.51.2

func (x SpaceRootStatus) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SpaceRootStatus to JSON.

func (SpaceRootStatus) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the SpaceRootStatus to JSON.

func (SpaceRootStatus) MarshalProtoText added in v0.51.2

func (x SpaceRootStatus) MarshalProtoText() string

func (SpaceRootStatus) MarshalText added in v0.51.2

func (x SpaceRootStatus) MarshalText() ([]byte, error)

MarshalText marshals the SpaceRootStatus to text.

func (SpaceRootStatus) String added in v0.51.2

func (x SpaceRootStatus) String() string

func (*SpaceRootStatus) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the SpaceRootStatus from JSON.

func (*SpaceRootStatus) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the SpaceRootStatus from JSON.

func (*SpaceRootStatus) UnmarshalText added in v0.51.2

func (x *SpaceRootStatus) UnmarshalText(b []byte) error

UnmarshalText unmarshals the SpaceRootStatus from text.

type StopWebListenerRequest

type StopWebListenerRequest struct {

	// ListenerId is the daemon-local identifier for the listener to stop.
	ListenerId string `protobuf:"bytes,1,opt,name=listener_id,json=listenerId,proto3" json:"listenerId,omitempty"`
	// contains filtered or unexported fields
}

StopWebListenerRequest is the request type for StopWebListener.

func (*StopWebListenerRequest) CloneMessageVT

func (*StopWebListenerRequest) CloneVT

func (*StopWebListenerRequest) EqualMessageVT

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

func (*StopWebListenerRequest) EqualVT

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

func (*StopWebListenerRequest) GetListenerId

func (x *StopWebListenerRequest) GetListenerId() string

func (*StopWebListenerRequest) MarshalJSON

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

MarshalJSON marshals the StopWebListenerRequest to JSON.

func (*StopWebListenerRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the StopWebListenerRequest message to JSON.

func (*StopWebListenerRequest) MarshalProtoText

func (x *StopWebListenerRequest) MarshalProtoText() string

func (*StopWebListenerRequest) MarshalToSizedBufferVT

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

func (*StopWebListenerRequest) MarshalToVT

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

func (*StopWebListenerRequest) MarshalVT

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

func (*StopWebListenerRequest) ProtoMessage

func (*StopWebListenerRequest) ProtoMessage()

func (*StopWebListenerRequest) Reset

func (x *StopWebListenerRequest) Reset()

func (*StopWebListenerRequest) SizeVT

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

func (*StopWebListenerRequest) String

func (x *StopWebListenerRequest) String() string

func (*StopWebListenerRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the StopWebListenerRequest from JSON.

func (*StopWebListenerRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the StopWebListenerRequest message from JSON.

func (*StopWebListenerRequest) UnmarshalVT

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

type StopWebListenerResponse

type StopWebListenerResponse struct {

	// NotFound is true when no daemon-owned listener had ListenerId.
	NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"notFound,omitempty"`
	// contains filtered or unexported fields
}

StopWebListenerResponse is the response type for StopWebListener.

func (*StopWebListenerResponse) CloneMessageVT

func (*StopWebListenerResponse) CloneVT

func (*StopWebListenerResponse) EqualMessageVT

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

func (*StopWebListenerResponse) EqualVT

func (*StopWebListenerResponse) GetNotFound

func (x *StopWebListenerResponse) GetNotFound() bool

func (*StopWebListenerResponse) MarshalJSON

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

MarshalJSON marshals the StopWebListenerResponse to JSON.

func (*StopWebListenerResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the StopWebListenerResponse message to JSON.

func (*StopWebListenerResponse) MarshalProtoText

func (x *StopWebListenerResponse) MarshalProtoText() string

func (*StopWebListenerResponse) MarshalToSizedBufferVT

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

func (*StopWebListenerResponse) MarshalToVT

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

func (*StopWebListenerResponse) MarshalVT

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

func (*StopWebListenerResponse) ProtoMessage

func (*StopWebListenerResponse) ProtoMessage()

func (*StopWebListenerResponse) Reset

func (x *StopWebListenerResponse) Reset()

func (*StopWebListenerResponse) SizeVT

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

func (*StopWebListenerResponse) String

func (x *StopWebListenerResponse) String() string

func (*StopWebListenerResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the StopWebListenerResponse from JSON.

func (*StopWebListenerResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the StopWebListenerResponse message from JSON.

func (*StopWebListenerResponse) UnmarshalVT

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

type UnlockSessionByIdxRequest

type UnlockSessionByIdxRequest struct {

	// SessionIdx is the index of the session to unlock.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// Pin is the PIN to use for unlocking.
	Pin []byte `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	// contains filtered or unexported fields
}

UnlockSessionByIdxRequest is the request type for UnlockSession.

func (*UnlockSessionByIdxRequest) CloneMessageVT

func (*UnlockSessionByIdxRequest) CloneVT

func (*UnlockSessionByIdxRequest) EqualMessageVT

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

func (*UnlockSessionByIdxRequest) EqualVT

func (*UnlockSessionByIdxRequest) GetPin

func (x *UnlockSessionByIdxRequest) GetPin() []byte

func (*UnlockSessionByIdxRequest) GetSessionIdx

func (x *UnlockSessionByIdxRequest) GetSessionIdx() uint32

func (*UnlockSessionByIdxRequest) MarshalJSON

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

MarshalJSON marshals the UnlockSessionByIdxRequest to JSON.

func (*UnlockSessionByIdxRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the UnlockSessionByIdxRequest message to JSON.

func (*UnlockSessionByIdxRequest) MarshalProtoText

func (x *UnlockSessionByIdxRequest) MarshalProtoText() string

func (*UnlockSessionByIdxRequest) MarshalToSizedBufferVT

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

func (*UnlockSessionByIdxRequest) MarshalToVT

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

func (*UnlockSessionByIdxRequest) MarshalVT

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

func (*UnlockSessionByIdxRequest) ProtoMessage

func (*UnlockSessionByIdxRequest) ProtoMessage()

func (*UnlockSessionByIdxRequest) Reset

func (x *UnlockSessionByIdxRequest) Reset()

func (*UnlockSessionByIdxRequest) SizeVT

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

func (*UnlockSessionByIdxRequest) String

func (x *UnlockSessionByIdxRequest) String() string

func (*UnlockSessionByIdxRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the UnlockSessionByIdxRequest from JSON.

func (*UnlockSessionByIdxRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the UnlockSessionByIdxRequest message from JSON.

func (*UnlockSessionByIdxRequest) UnmarshalVT

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

type UnlockSessionByIdxResponse

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

UnlockSessionByIdxResponse is the response type for UnlockSession.

func (*UnlockSessionByIdxResponse) CloneMessageVT

func (*UnlockSessionByIdxResponse) CloneVT

func (*UnlockSessionByIdxResponse) EqualMessageVT

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

func (*UnlockSessionByIdxResponse) EqualVT

func (*UnlockSessionByIdxResponse) MarshalJSON

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

MarshalJSON marshals the UnlockSessionByIdxResponse to JSON.

func (*UnlockSessionByIdxResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the UnlockSessionByIdxResponse message to JSON.

func (*UnlockSessionByIdxResponse) MarshalProtoText

func (x *UnlockSessionByIdxResponse) MarshalProtoText() string

func (*UnlockSessionByIdxResponse) MarshalToSizedBufferVT

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

func (*UnlockSessionByIdxResponse) MarshalToVT

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

func (*UnlockSessionByIdxResponse) MarshalVT

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

func (*UnlockSessionByIdxResponse) ProtoMessage

func (*UnlockSessionByIdxResponse) ProtoMessage()

func (*UnlockSessionByIdxResponse) Reset

func (x *UnlockSessionByIdxResponse) Reset()

func (*UnlockSessionByIdxResponse) SizeVT

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

func (*UnlockSessionByIdxResponse) String

func (x *UnlockSessionByIdxResponse) String() string

func (*UnlockSessionByIdxResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the UnlockSessionByIdxResponse from JSON.

func (*UnlockSessionByIdxResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the UnlockSessionByIdxResponse message from JSON.

func (*UnlockSessionByIdxResponse) UnmarshalVT

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

type UpsertSpaceRootAliasRequest added in v0.51.2

type UpsertSpaceRootAliasRequest struct {

	// Record is the configured root alias record to validate and persist.
	Record *SpaceRootAliasRecord `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

UpsertSpaceRootAliasRequest writes or updates a configured root alias.

func (*UpsertSpaceRootAliasRequest) CloneMessageVT added in v0.51.2

func (*UpsertSpaceRootAliasRequest) CloneVT added in v0.51.2

func (*UpsertSpaceRootAliasRequest) EqualMessageVT added in v0.51.2

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

func (*UpsertSpaceRootAliasRequest) EqualVT added in v0.51.2

func (*UpsertSpaceRootAliasRequest) GetRecord added in v0.51.2

func (*UpsertSpaceRootAliasRequest) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the UpsertSpaceRootAliasRequest to JSON.

func (*UpsertSpaceRootAliasRequest) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the UpsertSpaceRootAliasRequest message to JSON.

func (*UpsertSpaceRootAliasRequest) MarshalProtoText added in v0.51.2

func (x *UpsertSpaceRootAliasRequest) MarshalProtoText() string

func (*UpsertSpaceRootAliasRequest) MarshalToSizedBufferVT added in v0.51.2

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

func (*UpsertSpaceRootAliasRequest) MarshalToVT added in v0.51.2

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

func (*UpsertSpaceRootAliasRequest) MarshalVT added in v0.51.2

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

func (*UpsertSpaceRootAliasRequest) ProtoMessage added in v0.51.2

func (*UpsertSpaceRootAliasRequest) ProtoMessage()

func (*UpsertSpaceRootAliasRequest) Reset added in v0.51.2

func (x *UpsertSpaceRootAliasRequest) Reset()

func (*UpsertSpaceRootAliasRequest) SizeVT added in v0.51.2

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

func (*UpsertSpaceRootAliasRequest) String added in v0.51.2

func (x *UpsertSpaceRootAliasRequest) String() string

func (*UpsertSpaceRootAliasRequest) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the UpsertSpaceRootAliasRequest from JSON.

func (*UpsertSpaceRootAliasRequest) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the UpsertSpaceRootAliasRequest message from JSON.

func (*UpsertSpaceRootAliasRequest) UnmarshalVT added in v0.51.2

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

type UpsertSpaceRootAliasResponse added in v0.51.2

type UpsertSpaceRootAliasResponse struct {

	// Record is the validated persisted record.
	Record *SpaceRootAliasRecord `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

UpsertSpaceRootAliasResponse returns the persisted record.

func (*UpsertSpaceRootAliasResponse) CloneMessageVT added in v0.51.2

func (*UpsertSpaceRootAliasResponse) CloneVT added in v0.51.2

func (*UpsertSpaceRootAliasResponse) EqualMessageVT added in v0.51.2

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

func (*UpsertSpaceRootAliasResponse) EqualVT added in v0.51.2

func (*UpsertSpaceRootAliasResponse) GetRecord added in v0.51.2

func (*UpsertSpaceRootAliasResponse) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the UpsertSpaceRootAliasResponse to JSON.

func (*UpsertSpaceRootAliasResponse) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the UpsertSpaceRootAliasResponse message to JSON.

func (*UpsertSpaceRootAliasResponse) MarshalProtoText added in v0.51.2

func (x *UpsertSpaceRootAliasResponse) MarshalProtoText() string

func (*UpsertSpaceRootAliasResponse) MarshalToSizedBufferVT added in v0.51.2

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

func (*UpsertSpaceRootAliasResponse) MarshalToVT added in v0.51.2

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

func (*UpsertSpaceRootAliasResponse) MarshalVT added in v0.51.2

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

func (*UpsertSpaceRootAliasResponse) ProtoMessage added in v0.51.2

func (*UpsertSpaceRootAliasResponse) ProtoMessage()

func (*UpsertSpaceRootAliasResponse) Reset added in v0.51.2

func (x *UpsertSpaceRootAliasResponse) Reset()

func (*UpsertSpaceRootAliasResponse) SizeVT added in v0.51.2

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

func (*UpsertSpaceRootAliasResponse) String added in v0.51.2

func (*UpsertSpaceRootAliasResponse) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the UpsertSpaceRootAliasResponse from JSON.

func (*UpsertSpaceRootAliasResponse) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the UpsertSpaceRootAliasResponse message from JSON.

func (*UpsertSpaceRootAliasResponse) UnmarshalVT added in v0.51.2

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

type WatchAllAccountStatusesRequest

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

WatchAllAccountStatusesRequest is the request type for WatchAllAccountStatuses.

func (*WatchAllAccountStatusesRequest) CloneMessageVT

func (*WatchAllAccountStatusesRequest) CloneVT

func (*WatchAllAccountStatusesRequest) EqualMessageVT

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

func (*WatchAllAccountStatusesRequest) EqualVT

func (*WatchAllAccountStatusesRequest) MarshalJSON

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

MarshalJSON marshals the WatchAllAccountStatusesRequest to JSON.

func (*WatchAllAccountStatusesRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchAllAccountStatusesRequest message to JSON.

func (*WatchAllAccountStatusesRequest) MarshalProtoText

func (x *WatchAllAccountStatusesRequest) MarshalProtoText() string

func (*WatchAllAccountStatusesRequest) MarshalToSizedBufferVT

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

func (*WatchAllAccountStatusesRequest) MarshalToVT

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

func (*WatchAllAccountStatusesRequest) MarshalVT

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

func (*WatchAllAccountStatusesRequest) ProtoMessage

func (*WatchAllAccountStatusesRequest) ProtoMessage()

func (*WatchAllAccountStatusesRequest) Reset

func (x *WatchAllAccountStatusesRequest) Reset()

func (*WatchAllAccountStatusesRequest) SizeVT

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

func (*WatchAllAccountStatusesRequest) String

func (*WatchAllAccountStatusesRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchAllAccountStatusesRequest from JSON.

func (*WatchAllAccountStatusesRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchAllAccountStatusesRequest message from JSON.

func (*WatchAllAccountStatusesRequest) UnmarshalVT

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

type WatchAllAccountStatusesResponse

type WatchAllAccountStatusesResponse struct {

	// Statuses contains one account status row per session index.
	Statuses []*SessionAccountStatus `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

WatchAllAccountStatusesResponse is the streamed account-status snapshot.

func (*WatchAllAccountStatusesResponse) CloneMessageVT

func (*WatchAllAccountStatusesResponse) CloneVT

func (*WatchAllAccountStatusesResponse) EqualMessageVT

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

func (*WatchAllAccountStatusesResponse) EqualVT

func (*WatchAllAccountStatusesResponse) GetStatuses

func (*WatchAllAccountStatusesResponse) MarshalJSON

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

MarshalJSON marshals the WatchAllAccountStatusesResponse to JSON.

func (*WatchAllAccountStatusesResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchAllAccountStatusesResponse message to JSON.

func (*WatchAllAccountStatusesResponse) MarshalProtoText

func (x *WatchAllAccountStatusesResponse) MarshalProtoText() string

func (*WatchAllAccountStatusesResponse) MarshalToSizedBufferVT

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

func (*WatchAllAccountStatusesResponse) MarshalToVT

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

func (*WatchAllAccountStatusesResponse) MarshalVT

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

func (*WatchAllAccountStatusesResponse) ProtoMessage

func (*WatchAllAccountStatusesResponse) ProtoMessage()

func (*WatchAllAccountStatusesResponse) Reset

func (*WatchAllAccountStatusesResponse) SizeVT

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

func (*WatchAllAccountStatusesResponse) String

func (*WatchAllAccountStatusesResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchAllAccountStatusesResponse from JSON.

func (*WatchAllAccountStatusesResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchAllAccountStatusesResponse message from JSON.

func (*WatchAllAccountStatusesResponse) UnmarshalVT

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

type WatchListenerStatusRequest

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

WatchListenerStatusRequest is the request type for WatchListenerStatus.

func (*WatchListenerStatusRequest) CloneMessageVT

func (*WatchListenerStatusRequest) CloneVT

func (*WatchListenerStatusRequest) EqualMessageVT

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

func (*WatchListenerStatusRequest) EqualVT

func (*WatchListenerStatusRequest) MarshalJSON

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

MarshalJSON marshals the WatchListenerStatusRequest to JSON.

func (*WatchListenerStatusRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchListenerStatusRequest message to JSON.

func (*WatchListenerStatusRequest) MarshalProtoText

func (x *WatchListenerStatusRequest) MarshalProtoText() string

func (*WatchListenerStatusRequest) MarshalToSizedBufferVT

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

func (*WatchListenerStatusRequest) MarshalToVT

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

func (*WatchListenerStatusRequest) MarshalVT

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

func (*WatchListenerStatusRequest) ProtoMessage

func (*WatchListenerStatusRequest) ProtoMessage()

func (*WatchListenerStatusRequest) Reset

func (x *WatchListenerStatusRequest) Reset()

func (*WatchListenerStatusRequest) SizeVT

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

func (*WatchListenerStatusRequest) String

func (x *WatchListenerStatusRequest) String() string

func (*WatchListenerStatusRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchListenerStatusRequest from JSON.

func (*WatchListenerStatusRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchListenerStatusRequest message from JSON.

func (*WatchListenerStatusRequest) UnmarshalVT

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

type WatchListenerStatusResponse

type WatchListenerStatusResponse struct {

	// SocketPath is the effective absolute path of the listener socket.
	// Populated once the listener controller resolves the configured
	// path, before the first bind attempt.
	SocketPath string `protobuf:"bytes,1,opt,name=socket_path,json=socketPath,proto3" json:"socketPath,omitempty"`
	// Listening is true when the listener currently has an open Unix
	// socket accepting connections. False during startup before the
	// first bind, during reclaim-wait when the runtime is handed off,
	// and during teardown.
	Listening bool `protobuf:"varint,2,opt,name=listening,proto3" json:"listening,omitempty"`
	// ConnectedClients is the count of clients currently connected to
	// the listener socket. Updates on accept and on client disconnect.
	ConnectedClients uint32 `protobuf:"varint,3,opt,name=connected_clients,json=connectedClients,proto3" json:"connectedClients,omitempty"`
	// contains filtered or unexported fields
}

WatchListenerStatusResponse streams the effective desktop resource listener socket path, whether the listener is currently bound, and the count of connected resource clients. The UI subscribes via useWatchStateRpc to render a live status chip on the session-local command-line setup page.

func (*WatchListenerStatusResponse) CloneMessageVT

func (*WatchListenerStatusResponse) CloneVT

func (*WatchListenerStatusResponse) EqualMessageVT

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

func (*WatchListenerStatusResponse) EqualVT

func (*WatchListenerStatusResponse) GetConnectedClients

func (x *WatchListenerStatusResponse) GetConnectedClients() uint32

func (*WatchListenerStatusResponse) GetListening

func (x *WatchListenerStatusResponse) GetListening() bool

func (*WatchListenerStatusResponse) GetSocketPath

func (x *WatchListenerStatusResponse) GetSocketPath() string

func (*WatchListenerStatusResponse) MarshalJSON

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

MarshalJSON marshals the WatchListenerStatusResponse to JSON.

func (*WatchListenerStatusResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchListenerStatusResponse message to JSON.

func (*WatchListenerStatusResponse) MarshalProtoText

func (x *WatchListenerStatusResponse) MarshalProtoText() string

func (*WatchListenerStatusResponse) MarshalToSizedBufferVT

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

func (*WatchListenerStatusResponse) MarshalToVT

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

func (*WatchListenerStatusResponse) MarshalVT

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

func (*WatchListenerStatusResponse) ProtoMessage

func (*WatchListenerStatusResponse) ProtoMessage()

func (*WatchListenerStatusResponse) Reset

func (x *WatchListenerStatusResponse) Reset()

func (*WatchListenerStatusResponse) SizeVT

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

func (*WatchListenerStatusResponse) String

func (x *WatchListenerStatusResponse) String() string

func (*WatchListenerStatusResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchListenerStatusResponse from JSON.

func (*WatchListenerStatusResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchListenerStatusResponse message from JSON.

func (*WatchListenerStatusResponse) UnmarshalVT

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

type WatchListenerYieldPromptsRequest

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

WatchListenerYieldPromptsRequest is the request type for WatchListenerYieldPrompts.

func (*WatchListenerYieldPromptsRequest) CloneMessageVT

func (*WatchListenerYieldPromptsRequest) CloneVT

func (*WatchListenerYieldPromptsRequest) EqualMessageVT

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

func (*WatchListenerYieldPromptsRequest) EqualVT

func (*WatchListenerYieldPromptsRequest) MarshalJSON

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

MarshalJSON marshals the WatchListenerYieldPromptsRequest to JSON.

func (*WatchListenerYieldPromptsRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchListenerYieldPromptsRequest message to JSON.

func (*WatchListenerYieldPromptsRequest) MarshalProtoText

func (x *WatchListenerYieldPromptsRequest) MarshalProtoText() string

func (*WatchListenerYieldPromptsRequest) MarshalToSizedBufferVT

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

func (*WatchListenerYieldPromptsRequest) MarshalToVT

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

func (*WatchListenerYieldPromptsRequest) MarshalVT

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

func (*WatchListenerYieldPromptsRequest) ProtoMessage

func (*WatchListenerYieldPromptsRequest) ProtoMessage()

func (*WatchListenerYieldPromptsRequest) Reset

func (*WatchListenerYieldPromptsRequest) SizeVT

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

func (*WatchListenerYieldPromptsRequest) String

func (*WatchListenerYieldPromptsRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchListenerYieldPromptsRequest from JSON.

func (*WatchListenerYieldPromptsRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchListenerYieldPromptsRequest message from JSON.

func (*WatchListenerYieldPromptsRequest) UnmarshalVT

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

type WatchListenerYieldPromptsResponse

type WatchListenerYieldPromptsResponse struct {

	// Prompts is the current set of pending prompts awaiting response.
	Prompts []*ListenerYieldPrompt `protobuf:"bytes,1,rep,name=prompts,proto3" json:"prompts,omitempty"`
	// contains filtered or unexported fields
}

WatchListenerYieldPromptsResponse is streamed whenever the pending prompt list changes. Subscribers render whichever prompt is first in the list (there is at most one at a time under current policy).

func (*WatchListenerYieldPromptsResponse) CloneMessageVT

func (*WatchListenerYieldPromptsResponse) CloneVT

func (*WatchListenerYieldPromptsResponse) EqualMessageVT

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

func (*WatchListenerYieldPromptsResponse) EqualVT

func (*WatchListenerYieldPromptsResponse) GetPrompts

func (*WatchListenerYieldPromptsResponse) MarshalJSON

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

MarshalJSON marshals the WatchListenerYieldPromptsResponse to JSON.

func (*WatchListenerYieldPromptsResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchListenerYieldPromptsResponse message to JSON.

func (*WatchListenerYieldPromptsResponse) MarshalProtoText

func (x *WatchListenerYieldPromptsResponse) MarshalProtoText() string

func (*WatchListenerYieldPromptsResponse) MarshalToSizedBufferVT

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

func (*WatchListenerYieldPromptsResponse) MarshalToVT

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

func (*WatchListenerYieldPromptsResponse) MarshalVT

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

func (*WatchListenerYieldPromptsResponse) ProtoMessage

func (*WatchListenerYieldPromptsResponse) ProtoMessage()

func (*WatchListenerYieldPromptsResponse) Reset

func (*WatchListenerYieldPromptsResponse) SizeVT

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

func (*WatchListenerYieldPromptsResponse) String

func (*WatchListenerYieldPromptsResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchListenerYieldPromptsResponse from JSON.

func (*WatchListenerYieldPromptsResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchListenerYieldPromptsResponse message from JSON.

func (*WatchListenerYieldPromptsResponse) UnmarshalVT

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

type WatchRuntimeHandoffRequest

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

WatchRuntimeHandoffRequest is the request type for WatchRuntimeHandoff.

func (*WatchRuntimeHandoffRequest) CloneMessageVT

func (*WatchRuntimeHandoffRequest) CloneVT

func (*WatchRuntimeHandoffRequest) EqualMessageVT

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

func (*WatchRuntimeHandoffRequest) EqualVT

func (*WatchRuntimeHandoffRequest) MarshalJSON

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

MarshalJSON marshals the WatchRuntimeHandoffRequest to JSON.

func (*WatchRuntimeHandoffRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchRuntimeHandoffRequest message to JSON.

func (*WatchRuntimeHandoffRequest) MarshalProtoText

func (x *WatchRuntimeHandoffRequest) MarshalProtoText() string

func (*WatchRuntimeHandoffRequest) MarshalToSizedBufferVT

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

func (*WatchRuntimeHandoffRequest) MarshalToVT

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

func (*WatchRuntimeHandoffRequest) MarshalVT

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

func (*WatchRuntimeHandoffRequest) ProtoMessage

func (*WatchRuntimeHandoffRequest) ProtoMessage()

func (*WatchRuntimeHandoffRequest) Reset

func (x *WatchRuntimeHandoffRequest) Reset()

func (*WatchRuntimeHandoffRequest) SizeVT

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

func (*WatchRuntimeHandoffRequest) String

func (x *WatchRuntimeHandoffRequest) String() string

func (*WatchRuntimeHandoffRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchRuntimeHandoffRequest from JSON.

func (*WatchRuntimeHandoffRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchRuntimeHandoffRequest message from JSON.

func (*WatchRuntimeHandoffRequest) UnmarshalVT

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

type WatchRuntimeHandoffResponse

type WatchRuntimeHandoffResponse struct {

	// State is the current handoff snapshot.
	State *RuntimeHandoffState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

WatchRuntimeHandoffResponse is streamed whenever the handoff state changes.

func (*WatchRuntimeHandoffResponse) CloneMessageVT

func (*WatchRuntimeHandoffResponse) CloneVT

func (*WatchRuntimeHandoffResponse) EqualMessageVT

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

func (*WatchRuntimeHandoffResponse) EqualVT

func (*WatchRuntimeHandoffResponse) GetState

func (*WatchRuntimeHandoffResponse) MarshalJSON

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

MarshalJSON marshals the WatchRuntimeHandoffResponse to JSON.

func (*WatchRuntimeHandoffResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchRuntimeHandoffResponse message to JSON.

func (*WatchRuntimeHandoffResponse) MarshalProtoText

func (x *WatchRuntimeHandoffResponse) MarshalProtoText() string

func (*WatchRuntimeHandoffResponse) MarshalToSizedBufferVT

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

func (*WatchRuntimeHandoffResponse) MarshalToVT

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

func (*WatchRuntimeHandoffResponse) MarshalVT

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

func (*WatchRuntimeHandoffResponse) ProtoMessage

func (*WatchRuntimeHandoffResponse) ProtoMessage()

func (*WatchRuntimeHandoffResponse) Reset

func (x *WatchRuntimeHandoffResponse) Reset()

func (*WatchRuntimeHandoffResponse) SizeVT

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

func (*WatchRuntimeHandoffResponse) String

func (x *WatchRuntimeHandoffResponse) String() string

func (*WatchRuntimeHandoffResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchRuntimeHandoffResponse from JSON.

func (*WatchRuntimeHandoffResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchRuntimeHandoffResponse message from JSON.

func (*WatchRuntimeHandoffResponse) UnmarshalVT

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

type WatchSessionMetadataRequest

type WatchSessionMetadataRequest struct {

	// SessionIdx is the index of the session.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// contains filtered or unexported fields
}

WatchSessionMetadataRequest is the request type for WatchSessionMetadata.

func (*WatchSessionMetadataRequest) CloneMessageVT

func (*WatchSessionMetadataRequest) CloneVT

func (*WatchSessionMetadataRequest) EqualMessageVT

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

func (*WatchSessionMetadataRequest) EqualVT

func (*WatchSessionMetadataRequest) GetSessionIdx

func (x *WatchSessionMetadataRequest) GetSessionIdx() uint32

func (*WatchSessionMetadataRequest) MarshalJSON

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

MarshalJSON marshals the WatchSessionMetadataRequest to JSON.

func (*WatchSessionMetadataRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchSessionMetadataRequest message to JSON.

func (*WatchSessionMetadataRequest) MarshalProtoText

func (x *WatchSessionMetadataRequest) MarshalProtoText() string

func (*WatchSessionMetadataRequest) MarshalToSizedBufferVT

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

func (*WatchSessionMetadataRequest) MarshalToVT

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

func (*WatchSessionMetadataRequest) MarshalVT

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

func (*WatchSessionMetadataRequest) ProtoMessage

func (*WatchSessionMetadataRequest) ProtoMessage()

func (*WatchSessionMetadataRequest) Reset

func (x *WatchSessionMetadataRequest) Reset()

func (*WatchSessionMetadataRequest) SizeVT

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

func (*WatchSessionMetadataRequest) String

func (x *WatchSessionMetadataRequest) String() string

func (*WatchSessionMetadataRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchSessionMetadataRequest from JSON.

func (*WatchSessionMetadataRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchSessionMetadataRequest message from JSON.

func (*WatchSessionMetadataRequest) UnmarshalVT

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

type WatchSessionMetadataResponse

type WatchSessionMetadataResponse struct {

	// Metadata is the current session metadata.
	Metadata *session.SessionMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// NotFound is true if the session was not found.
	NotFound bool `protobuf:"varint,2,opt,name=not_found,json=notFound,proto3" json:"notFound,omitempty"`
	// contains filtered or unexported fields
}

WatchSessionMetadataResponse is the response type for WatchSessionMetadata.

func (*WatchSessionMetadataResponse) CloneMessageVT

func (*WatchSessionMetadataResponse) CloneVT

func (*WatchSessionMetadataResponse) EqualMessageVT

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

func (*WatchSessionMetadataResponse) EqualVT

func (*WatchSessionMetadataResponse) GetMetadata

func (*WatchSessionMetadataResponse) GetNotFound

func (x *WatchSessionMetadataResponse) GetNotFound() bool

func (*WatchSessionMetadataResponse) MarshalJSON

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

MarshalJSON marshals the WatchSessionMetadataResponse to JSON.

func (*WatchSessionMetadataResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchSessionMetadataResponse message to JSON.

func (*WatchSessionMetadataResponse) MarshalProtoText

func (x *WatchSessionMetadataResponse) MarshalProtoText() string

func (*WatchSessionMetadataResponse) MarshalToSizedBufferVT

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

func (*WatchSessionMetadataResponse) MarshalToVT

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

func (*WatchSessionMetadataResponse) MarshalVT

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

func (*WatchSessionMetadataResponse) ProtoMessage

func (*WatchSessionMetadataResponse) ProtoMessage()

func (*WatchSessionMetadataResponse) Reset

func (x *WatchSessionMetadataResponse) Reset()

func (*WatchSessionMetadataResponse) SizeVT

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

func (*WatchSessionMetadataResponse) String

func (*WatchSessionMetadataResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchSessionMetadataResponse from JSON.

func (*WatchSessionMetadataResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchSessionMetadataResponse message from JSON.

func (*WatchSessionMetadataResponse) UnmarshalVT

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

type WatchSessionsRequest

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

WatchSessionsRequest is the request type for WatchSessions.

func (*WatchSessionsRequest) CloneMessageVT

func (*WatchSessionsRequest) CloneVT

func (*WatchSessionsRequest) EqualMessageVT

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

func (*WatchSessionsRequest) EqualVT

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

func (*WatchSessionsRequest) MarshalJSON

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

MarshalJSON marshals the WatchSessionsRequest to JSON.

func (*WatchSessionsRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchSessionsRequest message to JSON.

func (*WatchSessionsRequest) MarshalProtoText

func (x *WatchSessionsRequest) MarshalProtoText() string

func (*WatchSessionsRequest) MarshalToSizedBufferVT

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

func (*WatchSessionsRequest) MarshalToVT

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

func (*WatchSessionsRequest) MarshalVT

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

func (*WatchSessionsRequest) ProtoMessage

func (*WatchSessionsRequest) ProtoMessage()

func (*WatchSessionsRequest) Reset

func (x *WatchSessionsRequest) Reset()

func (*WatchSessionsRequest) SizeVT

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

func (*WatchSessionsRequest) String

func (x *WatchSessionsRequest) String() string

func (*WatchSessionsRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchSessionsRequest from JSON.

func (*WatchSessionsRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchSessionsRequest message from JSON.

func (*WatchSessionsRequest) UnmarshalVT

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

type WatchSessionsResponse

type WatchSessionsResponse struct {

	// Sessions is the current list of configured sessions.
	Sessions []*session.SessionListEntry `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

WatchSessionsResponse is the response type for WatchSessions.

func (*WatchSessionsResponse) CloneMessageVT

func (*WatchSessionsResponse) CloneVT

func (*WatchSessionsResponse) EqualMessageVT

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

func (*WatchSessionsResponse) EqualVT

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

func (*WatchSessionsResponse) GetSessions

func (x *WatchSessionsResponse) GetSessions() []*session.SessionListEntry

func (*WatchSessionsResponse) MarshalJSON

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

MarshalJSON marshals the WatchSessionsResponse to JSON.

func (*WatchSessionsResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchSessionsResponse message to JSON.

func (*WatchSessionsResponse) MarshalProtoText

func (x *WatchSessionsResponse) MarshalProtoText() string

func (*WatchSessionsResponse) MarshalToSizedBufferVT

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

func (*WatchSessionsResponse) MarshalToVT

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

func (*WatchSessionsResponse) MarshalVT

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

func (*WatchSessionsResponse) ProtoMessage

func (*WatchSessionsResponse) ProtoMessage()

func (*WatchSessionsResponse) Reset

func (x *WatchSessionsResponse) Reset()

func (*WatchSessionsResponse) SizeVT

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

func (*WatchSessionsResponse) String

func (x *WatchSessionsResponse) String() string

func (*WatchSessionsResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchSessionsResponse from JSON.

func (*WatchSessionsResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchSessionsResponse message from JSON.

func (*WatchSessionsResponse) UnmarshalVT

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

type WatchSpaceRootAliasesRequest added in v0.51.2

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

WatchSpaceRootAliasesRequest is the request for WatchSpaceRootAliases.

func (*WatchSpaceRootAliasesRequest) CloneMessageVT added in v0.51.2

func (*WatchSpaceRootAliasesRequest) CloneVT added in v0.51.2

func (*WatchSpaceRootAliasesRequest) EqualMessageVT added in v0.51.2

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

func (*WatchSpaceRootAliasesRequest) EqualVT added in v0.51.2

func (*WatchSpaceRootAliasesRequest) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the WatchSpaceRootAliasesRequest to JSON.

func (*WatchSpaceRootAliasesRequest) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the WatchSpaceRootAliasesRequest message to JSON.

func (*WatchSpaceRootAliasesRequest) MarshalProtoText added in v0.51.2

func (x *WatchSpaceRootAliasesRequest) MarshalProtoText() string

func (*WatchSpaceRootAliasesRequest) MarshalToSizedBufferVT added in v0.51.2

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

func (*WatchSpaceRootAliasesRequest) MarshalToVT added in v0.51.2

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

func (*WatchSpaceRootAliasesRequest) MarshalVT added in v0.51.2

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

func (*WatchSpaceRootAliasesRequest) ProtoMessage added in v0.51.2

func (*WatchSpaceRootAliasesRequest) ProtoMessage()

func (*WatchSpaceRootAliasesRequest) Reset added in v0.51.2

func (x *WatchSpaceRootAliasesRequest) Reset()

func (*WatchSpaceRootAliasesRequest) SizeVT added in v0.51.2

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

func (*WatchSpaceRootAliasesRequest) String added in v0.51.2

func (*WatchSpaceRootAliasesRequest) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the WatchSpaceRootAliasesRequest from JSON.

func (*WatchSpaceRootAliasesRequest) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the WatchSpaceRootAliasesRequest message from JSON.

func (*WatchSpaceRootAliasesRequest) UnmarshalVT added in v0.51.2

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

type WatchSpaceRootAliasesResponse added in v0.51.2

type WatchSpaceRootAliasesResponse struct {

	// Records is the sorted configured root alias snapshot.
	Records []*SpaceRootAliasRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

WatchSpaceRootAliasesResponse is the current configured root registry snapshot.

func (*WatchSpaceRootAliasesResponse) CloneMessageVT added in v0.51.2

func (*WatchSpaceRootAliasesResponse) CloneVT added in v0.51.2

func (*WatchSpaceRootAliasesResponse) EqualMessageVT added in v0.51.2

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

func (*WatchSpaceRootAliasesResponse) EqualVT added in v0.51.2

func (*WatchSpaceRootAliasesResponse) GetRecords added in v0.51.2

func (*WatchSpaceRootAliasesResponse) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the WatchSpaceRootAliasesResponse to JSON.

func (*WatchSpaceRootAliasesResponse) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the WatchSpaceRootAliasesResponse message to JSON.

func (*WatchSpaceRootAliasesResponse) MarshalProtoText added in v0.51.2

func (x *WatchSpaceRootAliasesResponse) MarshalProtoText() string

func (*WatchSpaceRootAliasesResponse) MarshalToSizedBufferVT added in v0.51.2

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

func (*WatchSpaceRootAliasesResponse) MarshalToVT added in v0.51.2

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

func (*WatchSpaceRootAliasesResponse) MarshalVT added in v0.51.2

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

func (*WatchSpaceRootAliasesResponse) ProtoMessage added in v0.51.2

func (*WatchSpaceRootAliasesResponse) ProtoMessage()

func (*WatchSpaceRootAliasesResponse) Reset added in v0.51.2

func (x *WatchSpaceRootAliasesResponse) Reset()

func (*WatchSpaceRootAliasesResponse) SizeVT added in v0.51.2

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

func (*WatchSpaceRootAliasesResponse) String added in v0.51.2

func (*WatchSpaceRootAliasesResponse) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the WatchSpaceRootAliasesResponse from JSON.

func (*WatchSpaceRootAliasesResponse) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the WatchSpaceRootAliasesResponse message from JSON.

func (*WatchSpaceRootAliasesResponse) UnmarshalVT added in v0.51.2

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

type WatchSpaceRootRuntimeRequest added in v0.51.2

type WatchSpaceRootRuntimeRequest struct {

	// AliasId is the configured root alias to use.
	AliasId string `protobuf:"bytes,1,opt,name=alias_id,json=aliasId,proto3" json:"aliasId,omitempty"`
	// Autostart starts a daemon when no daemon is reachable.
	Autostart bool `protobuf:"varint,2,opt,name=autostart,proto3" json:"autostart,omitempty"`
	// contains filtered or unexported fields
}

WatchSpaceRootRuntimeRequest selects a configured root runtime source.

func (*WatchSpaceRootRuntimeRequest) CloneMessageVT added in v0.51.2

func (*WatchSpaceRootRuntimeRequest) CloneVT added in v0.51.2

func (*WatchSpaceRootRuntimeRequest) EqualMessageVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeRequest) EqualVT added in v0.51.2

func (*WatchSpaceRootRuntimeRequest) GetAliasId added in v0.51.2

func (x *WatchSpaceRootRuntimeRequest) GetAliasId() string

func (*WatchSpaceRootRuntimeRequest) GetAutostart added in v0.51.2

func (x *WatchSpaceRootRuntimeRequest) GetAutostart() bool

func (*WatchSpaceRootRuntimeRequest) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the WatchSpaceRootRuntimeRequest to JSON.

func (*WatchSpaceRootRuntimeRequest) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the WatchSpaceRootRuntimeRequest message to JSON.

func (*WatchSpaceRootRuntimeRequest) MarshalProtoText added in v0.51.2

func (x *WatchSpaceRootRuntimeRequest) MarshalProtoText() string

func (*WatchSpaceRootRuntimeRequest) MarshalToSizedBufferVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeRequest) MarshalToVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeRequest) MarshalVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeRequest) ProtoMessage added in v0.51.2

func (*WatchSpaceRootRuntimeRequest) ProtoMessage()

func (*WatchSpaceRootRuntimeRequest) Reset added in v0.51.2

func (x *WatchSpaceRootRuntimeRequest) Reset()

func (*WatchSpaceRootRuntimeRequest) SizeVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeRequest) String added in v0.51.2

func (*WatchSpaceRootRuntimeRequest) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the WatchSpaceRootRuntimeRequest from JSON.

func (*WatchSpaceRootRuntimeRequest) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the WatchSpaceRootRuntimeRequest message from JSON.

func (*WatchSpaceRootRuntimeRequest) UnmarshalVT added in v0.51.2

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

type WatchSpaceRootRuntimeResponse added in v0.51.2

type WatchSpaceRootRuntimeResponse struct {

	// Status is the current selected-root daemon status.
	Status SpaceRootRuntimeStatus `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// AliasId is the configured root alias being used.
	AliasId string `protobuf:"bytes,2,opt,name=alias_id,json=aliasId,proto3" json:"aliasId,omitempty"`
	// StatePath is the absolute configured root path.
	StatePath string `protobuf:"bytes,3,opt,name=state_path,json=statePath,proto3" json:"statePath,omitempty"`
	// SocketPath is the selected daemon socket path.
	SocketPath string `protobuf:"bytes,4,opt,name=socket_path,json=socketPath,proto3" json:"socketPath,omitempty"`
	// Sessions is the session snapshot from the selected root daemon.
	Sessions []*session.SessionListEntry `protobuf:"bytes,5,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// Error is a user-actionable status message when status is ERROR.
	Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	// RuntimeSessions are enriched sessions from the selected root daemon.
	RuntimeSessions []*SpaceRootRuntimeSession `protobuf:"bytes,7,rep,name=runtime_sessions,json=runtimeSessions,proto3" json:"runtimeSessions,omitempty"`
	// contains filtered or unexported fields
}

WatchSpaceRootRuntimeResponse streams the selected root daemon state.

func (*WatchSpaceRootRuntimeResponse) CloneMessageVT added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) CloneVT added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) EqualMessageVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeResponse) EqualVT added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) GetAliasId added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) GetAliasId() string

func (*WatchSpaceRootRuntimeResponse) GetError added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) GetError() string

func (*WatchSpaceRootRuntimeResponse) GetRuntimeSessions added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) GetRuntimeSessions() []*SpaceRootRuntimeSession

func (*WatchSpaceRootRuntimeResponse) GetSessions added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) GetSocketPath added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) GetSocketPath() string

func (*WatchSpaceRootRuntimeResponse) GetStatePath added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) GetStatePath() string

func (*WatchSpaceRootRuntimeResponse) GetStatus added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) MarshalJSON added in v0.51.2

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

MarshalJSON marshals the WatchSpaceRootRuntimeResponse to JSON.

func (*WatchSpaceRootRuntimeResponse) MarshalProtoJSON added in v0.51.2

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

MarshalProtoJSON marshals the WatchSpaceRootRuntimeResponse message to JSON.

func (*WatchSpaceRootRuntimeResponse) MarshalProtoText added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) MarshalProtoText() string

func (*WatchSpaceRootRuntimeResponse) MarshalToSizedBufferVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeResponse) MarshalToVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeResponse) MarshalVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeResponse) ProtoMessage added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) ProtoMessage()

func (*WatchSpaceRootRuntimeResponse) Reset added in v0.51.2

func (x *WatchSpaceRootRuntimeResponse) Reset()

func (*WatchSpaceRootRuntimeResponse) SizeVT added in v0.51.2

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

func (*WatchSpaceRootRuntimeResponse) String added in v0.51.2

func (*WatchSpaceRootRuntimeResponse) UnmarshalJSON added in v0.51.2

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

UnmarshalJSON unmarshals the WatchSpaceRootRuntimeResponse from JSON.

func (*WatchSpaceRootRuntimeResponse) UnmarshalProtoJSON added in v0.51.2

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

UnmarshalProtoJSON unmarshals the WatchSpaceRootRuntimeResponse message from JSON.

func (*WatchSpaceRootRuntimeResponse) UnmarshalVT added in v0.51.2

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

type WatchStateAtomsRequest

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

WatchStateAtomsRequest is the request for WatchStateAtoms.

func (*WatchStateAtomsRequest) CloneMessageVT

func (*WatchStateAtomsRequest) CloneVT

func (*WatchStateAtomsRequest) EqualMessageVT

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

func (*WatchStateAtomsRequest) EqualVT

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

func (*WatchStateAtomsRequest) MarshalJSON

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

MarshalJSON marshals the WatchStateAtomsRequest to JSON.

func (*WatchStateAtomsRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchStateAtomsRequest message to JSON.

func (*WatchStateAtomsRequest) MarshalProtoText

func (x *WatchStateAtomsRequest) MarshalProtoText() string

func (*WatchStateAtomsRequest) MarshalToSizedBufferVT

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

func (*WatchStateAtomsRequest) MarshalToVT

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

func (*WatchStateAtomsRequest) MarshalVT

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

func (*WatchStateAtomsRequest) ProtoMessage

func (*WatchStateAtomsRequest) ProtoMessage()

func (*WatchStateAtomsRequest) Reset

func (x *WatchStateAtomsRequest) Reset()

func (*WatchStateAtomsRequest) SizeVT

func (m *WatchStateAtomsRequest) SizeVT() (n int)

func (*WatchStateAtomsRequest) String

func (x *WatchStateAtomsRequest) String() string

func (*WatchStateAtomsRequest) UnmarshalJSON

func (x *WatchStateAtomsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchStateAtomsRequest from JSON.

func (*WatchStateAtomsRequest) UnmarshalProtoJSON

func (x *WatchStateAtomsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchStateAtomsRequest message from JSON.

func (*WatchStateAtomsRequest) UnmarshalVT

func (m *WatchStateAtomsRequest) UnmarshalVT(dAtA []byte) error

type WatchStateAtomsResponse

type WatchStateAtomsResponse struct {

	// StoreIds is the current list of known root state atom store ids.
	StoreIds []string `protobuf:"bytes,1,rep,name=store_ids,json=storeIds,proto3" json:"storeIds,omitempty"`
	// StoreCount is the total number of known root state atom stores.
	StoreCount uint32 `protobuf:"varint,2,opt,name=store_count,json=storeCount,proto3" json:"storeCount,omitempty"`
	// contains filtered or unexported fields
}

WatchStateAtomsResponse is the response for WatchStateAtoms.

func (*WatchStateAtomsResponse) CloneMessageVT

func (*WatchStateAtomsResponse) CloneVT

func (*WatchStateAtomsResponse) EqualMessageVT

func (this *WatchStateAtomsResponse) EqualMessageVT(thatMsg any) bool

func (*WatchStateAtomsResponse) EqualVT

func (*WatchStateAtomsResponse) GetStoreCount

func (x *WatchStateAtomsResponse) GetStoreCount() uint32

func (*WatchStateAtomsResponse) GetStoreIds

func (x *WatchStateAtomsResponse) GetStoreIds() []string

func (*WatchStateAtomsResponse) MarshalJSON

func (x *WatchStateAtomsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchStateAtomsResponse to JSON.

func (*WatchStateAtomsResponse) MarshalProtoJSON

func (x *WatchStateAtomsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchStateAtomsResponse message to JSON.

func (*WatchStateAtomsResponse) MarshalProtoText

func (x *WatchStateAtomsResponse) MarshalProtoText() string

func (*WatchStateAtomsResponse) MarshalToSizedBufferVT

func (m *WatchStateAtomsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchStateAtomsResponse) MarshalToVT

func (m *WatchStateAtomsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchStateAtomsResponse) MarshalVT

func (m *WatchStateAtomsResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchStateAtomsResponse) ProtoMessage

func (*WatchStateAtomsResponse) ProtoMessage()

func (*WatchStateAtomsResponse) Reset

func (x *WatchStateAtomsResponse) Reset()

func (*WatchStateAtomsResponse) SizeVT

func (m *WatchStateAtomsResponse) SizeVT() (n int)

func (*WatchStateAtomsResponse) String

func (x *WatchStateAtomsResponse) String() string

func (*WatchStateAtomsResponse) UnmarshalJSON

func (x *WatchStateAtomsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchStateAtomsResponse from JSON.

func (*WatchStateAtomsResponse) UnmarshalProtoJSON

func (x *WatchStateAtomsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchStateAtomsResponse message from JSON.

func (*WatchStateAtomsResponse) UnmarshalVT

func (m *WatchStateAtomsResponse) UnmarshalVT(dAtA []byte) error

type WatchWebListenersRequest

type WatchWebListenersRequest struct {
	// contains filtered or unexported fields
}

WatchWebListenersRequest is the request type for WatchWebListeners.

func (*WatchWebListenersRequest) CloneMessageVT

func (*WatchWebListenersRequest) CloneVT

func (*WatchWebListenersRequest) EqualMessageVT

func (this *WatchWebListenersRequest) EqualMessageVT(thatMsg any) bool

func (*WatchWebListenersRequest) EqualVT

func (*WatchWebListenersRequest) MarshalJSON

func (x *WatchWebListenersRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchWebListenersRequest to JSON.

func (*WatchWebListenersRequest) MarshalProtoJSON

func (x *WatchWebListenersRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchWebListenersRequest message to JSON.

func (*WatchWebListenersRequest) MarshalProtoText

func (x *WatchWebListenersRequest) MarshalProtoText() string

func (*WatchWebListenersRequest) MarshalToSizedBufferVT

func (m *WatchWebListenersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchWebListenersRequest) MarshalToVT

func (m *WatchWebListenersRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchWebListenersRequest) MarshalVT

func (m *WatchWebListenersRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchWebListenersRequest) ProtoMessage

func (*WatchWebListenersRequest) ProtoMessage()

func (*WatchWebListenersRequest) Reset

func (x *WatchWebListenersRequest) Reset()

func (*WatchWebListenersRequest) SizeVT

func (m *WatchWebListenersRequest) SizeVT() (n int)

func (*WatchWebListenersRequest) String

func (x *WatchWebListenersRequest) String() string

func (*WatchWebListenersRequest) UnmarshalJSON

func (x *WatchWebListenersRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchWebListenersRequest from JSON.

func (*WatchWebListenersRequest) UnmarshalProtoJSON

func (x *WatchWebListenersRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchWebListenersRequest message from JSON.

func (*WatchWebListenersRequest) UnmarshalVT

func (m *WatchWebListenersRequest) UnmarshalVT(dAtA []byte) error

type WatchWebListenersResponse

type WatchWebListenersResponse struct {

	// Listeners is the active daemon-owned web listeners.
	Listeners []*WebListenerInfo `protobuf:"bytes,1,rep,name=listeners,proto3" json:"listeners,omitempty"`
	// contains filtered or unexported fields
}

WatchWebListenersResponse is the response type for WatchWebListeners.

func (*WatchWebListenersResponse) CloneMessageVT

func (*WatchWebListenersResponse) CloneVT

func (*WatchWebListenersResponse) EqualMessageVT

func (this *WatchWebListenersResponse) EqualMessageVT(thatMsg any) bool

func (*WatchWebListenersResponse) EqualVT

func (*WatchWebListenersResponse) GetListeners

func (x *WatchWebListenersResponse) GetListeners() []*WebListenerInfo

func (*WatchWebListenersResponse) MarshalJSON

func (x *WatchWebListenersResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchWebListenersResponse to JSON.

func (*WatchWebListenersResponse) MarshalProtoJSON

func (x *WatchWebListenersResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchWebListenersResponse message to JSON.

func (*WatchWebListenersResponse) MarshalProtoText

func (x *WatchWebListenersResponse) MarshalProtoText() string

func (*WatchWebListenersResponse) MarshalToSizedBufferVT

func (m *WatchWebListenersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchWebListenersResponse) MarshalToVT

func (m *WatchWebListenersResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchWebListenersResponse) MarshalVT

func (m *WatchWebListenersResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchWebListenersResponse) ProtoMessage

func (*WatchWebListenersResponse) ProtoMessage()

func (*WatchWebListenersResponse) Reset

func (x *WatchWebListenersResponse) Reset()

func (*WatchWebListenersResponse) SizeVT

func (m *WatchWebListenersResponse) SizeVT() (n int)

func (*WatchWebListenersResponse) String

func (x *WatchWebListenersResponse) String() string

func (*WatchWebListenersResponse) UnmarshalJSON

func (x *WatchWebListenersResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchWebListenersResponse from JSON.

func (*WatchWebListenersResponse) UnmarshalProtoJSON

func (x *WatchWebListenersResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchWebListenersResponse message from JSON.

func (*WatchWebListenersResponse) UnmarshalVT

func (m *WatchWebListenersResponse) UnmarshalVT(dAtA []byte) error

type WebListenerInfo

type WebListenerInfo struct {

	// ListenerId is the daemon-local identifier for this listener.
	ListenerId string `protobuf:"bytes,1,opt,name=listener_id,json=listenerId,proto3" json:"listenerId,omitempty"`
	// ListenMultiaddr is the resolved listener multiaddr including actual port.
	ListenMultiaddr string `protobuf:"bytes,2,opt,name=listen_multiaddr,json=listenMultiaddr,proto3" json:"listenMultiaddr,omitempty"`
	// Url is the localhost URL served by the listener.
	Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	// Background is true when the listener is daemon-owned.
	Background bool `protobuf:"varint,4,opt,name=background,proto3" json:"background,omitempty"`
	// contains filtered or unexported fields
}

WebListenerInfo describes a daemon-owned web listener.

func (*WebListenerInfo) CloneMessageVT

func (m *WebListenerInfo) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*WebListenerInfo) CloneVT

func (m *WebListenerInfo) CloneVT() *WebListenerInfo

func (*WebListenerInfo) EqualMessageVT

func (this *WebListenerInfo) EqualMessageVT(thatMsg any) bool

func (*WebListenerInfo) EqualVT

func (this *WebListenerInfo) EqualVT(that *WebListenerInfo) bool

func (*WebListenerInfo) GetBackground

func (x *WebListenerInfo) GetBackground() bool

func (*WebListenerInfo) GetListenMultiaddr

func (x *WebListenerInfo) GetListenMultiaddr() string

func (*WebListenerInfo) GetListenerId

func (x *WebListenerInfo) GetListenerId() string

func (*WebListenerInfo) GetUrl

func (x *WebListenerInfo) GetUrl() string

func (*WebListenerInfo) MarshalJSON

func (x *WebListenerInfo) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WebListenerInfo to JSON.

func (*WebListenerInfo) MarshalProtoJSON

func (x *WebListenerInfo) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WebListenerInfo message to JSON.

func (*WebListenerInfo) MarshalProtoText

func (x *WebListenerInfo) MarshalProtoText() string

func (*WebListenerInfo) MarshalToSizedBufferVT

func (m *WebListenerInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WebListenerInfo) MarshalToVT

func (m *WebListenerInfo) MarshalToVT(dAtA []byte) (int, error)

func (*WebListenerInfo) MarshalVT

func (m *WebListenerInfo) MarshalVT() (dAtA []byte, err error)

func (*WebListenerInfo) ProtoMessage

func (*WebListenerInfo) ProtoMessage()

func (*WebListenerInfo) Reset

func (x *WebListenerInfo) Reset()

func (*WebListenerInfo) SizeVT

func (m *WebListenerInfo) SizeVT() (n int)

func (*WebListenerInfo) String

func (x *WebListenerInfo) String() string

func (*WebListenerInfo) UnmarshalJSON

func (x *WebListenerInfo) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WebListenerInfo from JSON.

func (*WebListenerInfo) UnmarshalProtoJSON

func (x *WebListenerInfo) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WebListenerInfo message from JSON.

func (*WebListenerInfo) UnmarshalVT

func (m *WebListenerInfo) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL