s4wave_status

package
v0.53.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const SRPCSystemStatusServiceServiceID = "s4wave.status.SystemStatusService"

Variables

This section is empty.

Functions

func NewSRPCSystemStatusServiceHandler

func NewSRPCSystemStatusServiceHandler(impl SRPCSystemStatusServiceServer, serviceID string) srpc.Handler

NewSRPCSystemStatusServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.status.SystemStatusService

func SRPCRegisterSystemStatusService

func SRPCRegisterSystemStatusService(mux srpc.Mux, impl SRPCSystemStatusServiceServer) error

SRPCRegisterSystemStatusService registers the implementation with the mux. Uses the default serviceID: s4wave.status.SystemStatusService

Types

type BrowserBootRecoveryStatus added in v0.51.8

type BrowserBootRecoveryStatus struct {
	CompatibilityVersion string `protobuf:"bytes,1,opt,name=compatibility_version,json=compatibilityVersion,proto3" json:"compatibilityVersion,omitempty"`
	LastResetDecision    string `protobuf:"bytes,2,opt,name=last_reset_decision,json=lastResetDecision,proto3" json:"lastResetDecision,omitempty"`
	Status               string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

BrowserBootRecoveryStatus reports browser/desktop boot compatibility facts when a renderer has published them to the daemon status owner.

func (*BrowserBootRecoveryStatus) CloneMessageVT added in v0.51.8

func (*BrowserBootRecoveryStatus) CloneVT added in v0.51.8

func (*BrowserBootRecoveryStatus) EqualMessageVT added in v0.51.8

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

func (*BrowserBootRecoveryStatus) EqualVT added in v0.51.8

func (*BrowserBootRecoveryStatus) GetCompatibilityVersion added in v0.51.8

func (x *BrowserBootRecoveryStatus) GetCompatibilityVersion() string

func (*BrowserBootRecoveryStatus) GetLastResetDecision added in v0.51.8

func (x *BrowserBootRecoveryStatus) GetLastResetDecision() string

func (*BrowserBootRecoveryStatus) GetStatus added in v0.51.8

func (x *BrowserBootRecoveryStatus) GetStatus() string

func (*BrowserBootRecoveryStatus) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the BrowserBootRecoveryStatus to JSON.

func (*BrowserBootRecoveryStatus) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the BrowserBootRecoveryStatus message to JSON.

func (*BrowserBootRecoveryStatus) MarshalProtoText added in v0.51.8

func (x *BrowserBootRecoveryStatus) MarshalProtoText() string

func (*BrowserBootRecoveryStatus) MarshalToSizedBufferVT added in v0.51.8

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

func (*BrowserBootRecoveryStatus) MarshalToVT added in v0.51.8

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

func (*BrowserBootRecoveryStatus) MarshalVT added in v0.51.8

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

func (*BrowserBootRecoveryStatus) ProtoMessage added in v0.51.8

func (*BrowserBootRecoveryStatus) ProtoMessage()

func (*BrowserBootRecoveryStatus) Reset added in v0.51.8

func (x *BrowserBootRecoveryStatus) Reset()

func (*BrowserBootRecoveryStatus) SizeVT added in v0.51.8

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

func (*BrowserBootRecoveryStatus) String added in v0.51.8

func (x *BrowserBootRecoveryStatus) String() string

func (*BrowserBootRecoveryStatus) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the BrowserBootRecoveryStatus from JSON.

func (*BrowserBootRecoveryStatus) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the BrowserBootRecoveryStatus message from JSON.

func (*BrowserBootRecoveryStatus) UnmarshalVT added in v0.51.8

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

type ControllerInfo

type ControllerInfo struct {

	// Id is the controller identifier.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Version is the controller version string.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// Description is a human-readable description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

ControllerInfo describes a running controller.

func (*ControllerInfo) CloneMessageVT

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

func (*ControllerInfo) CloneVT

func (m *ControllerInfo) CloneVT() *ControllerInfo

func (*ControllerInfo) EqualMessageVT

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

func (*ControllerInfo) EqualVT

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

func (*ControllerInfo) GetDescription

func (x *ControllerInfo) GetDescription() string

func (*ControllerInfo) GetId

func (x *ControllerInfo) GetId() string

func (*ControllerInfo) GetVersion

func (x *ControllerInfo) GetVersion() string

func (*ControllerInfo) MarshalJSON

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

MarshalJSON marshals the ControllerInfo to JSON.

func (*ControllerInfo) MarshalProtoJSON

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

MarshalProtoJSON marshals the ControllerInfo message to JSON.

func (*ControllerInfo) MarshalProtoText

func (x *ControllerInfo) MarshalProtoText() string

func (*ControllerInfo) MarshalToSizedBufferVT

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

func (*ControllerInfo) MarshalToVT

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

func (*ControllerInfo) MarshalVT

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

func (*ControllerInfo) ProtoMessage

func (*ControllerInfo) ProtoMessage()

func (*ControllerInfo) Reset

func (x *ControllerInfo) Reset()

func (*ControllerInfo) SizeVT

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

func (*ControllerInfo) String

func (x *ControllerInfo) String() string

func (*ControllerInfo) UnmarshalJSON

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

UnmarshalJSON unmarshals the ControllerInfo from JSON.

func (*ControllerInfo) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ControllerInfo message from JSON.

func (*ControllerInfo) UnmarshalVT

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

type DirectiveInfo

type DirectiveInfo struct {

	// Name is the directive type name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Ident is the human-readable directive identification string.
	Ident string `protobuf:"bytes,2,opt,name=ident,proto3" json:"ident,omitempty"`
	// contains filtered or unexported fields
}

DirectiveInfo describes an active directive.

func (*DirectiveInfo) CloneMessageVT

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

func (*DirectiveInfo) CloneVT

func (m *DirectiveInfo) CloneVT() *DirectiveInfo

func (*DirectiveInfo) EqualMessageVT

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

func (*DirectiveInfo) EqualVT

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

func (*DirectiveInfo) GetIdent

func (x *DirectiveInfo) GetIdent() string

func (*DirectiveInfo) GetName

func (x *DirectiveInfo) GetName() string

func (*DirectiveInfo) MarshalJSON

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

MarshalJSON marshals the DirectiveInfo to JSON.

func (*DirectiveInfo) MarshalProtoJSON

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

MarshalProtoJSON marshals the DirectiveInfo message to JSON.

func (*DirectiveInfo) MarshalProtoText

func (x *DirectiveInfo) MarshalProtoText() string

func (*DirectiveInfo) MarshalToSizedBufferVT

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

func (*DirectiveInfo) MarshalToVT

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

func (*DirectiveInfo) MarshalVT

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

func (*DirectiveInfo) ProtoMessage

func (*DirectiveInfo) ProtoMessage()

func (*DirectiveInfo) Reset

func (x *DirectiveInfo) Reset()

func (*DirectiveInfo) SizeVT

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

func (*DirectiveInfo) String

func (x *DirectiveInfo) String() string

func (*DirectiveInfo) UnmarshalJSON

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

UnmarshalJSON unmarshals the DirectiveInfo from JSON.

func (*DirectiveInfo) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DirectiveInfo message from JSON.

func (*DirectiveInfo) UnmarshalVT

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

type LauncherRecoveryStatus added in v0.51.8

type LauncherRecoveryStatus struct {
	SelectedConfigRev             uint64 `protobuf:"varint,1,opt,name=selected_config_rev,json=selectedConfigRev,proto3" json:"selectedConfigRev,omitempty"`
	SelectedConfigSource          string `protobuf:"bytes,2,opt,name=selected_config_source,json=selectedConfigSource,proto3" json:"selectedConfigSource,omitempty"`
	FetchedConfigRev              uint64 `protobuf:"varint,3,opt,name=fetched_config_rev,json=fetchedConfigRev,proto3" json:"fetchedConfigRev,omitempty"`
	FetchedConfigSource           string `protobuf:"bytes,4,opt,name=fetched_config_source,json=fetchedConfigSource,proto3" json:"fetchedConfigSource,omitempty"`
	ReleaseMetadataOutcome        string `` /* 127-byte string literal not displayed */
	ReleaseWorldHeadRef           string `protobuf:"bytes,6,opt,name=release_world_head_ref,json=releaseWorldHeadRef,proto3" json:"releaseWorldHeadRef,omitempty"`
	SelectedChannelKey            string `protobuf:"bytes,7,opt,name=selected_channel_key,json=selectedChannelKey,proto3" json:"selectedChannelKey,omitempty"`
	SelectedEntrypointManifestId  string `` /* 146-byte string literal not displayed */
	SelectedEntrypointPlatformId  string `` /* 146-byte string literal not displayed */
	SelectedEntrypointManifestRev uint64 `` /* 151-byte string literal not displayed */
	SelectedEntrypointManifestRef string `` /* 150-byte string literal not displayed */
	UpdatePhase                   string `protobuf:"bytes,12,opt,name=update_phase,json=updatePhase,proto3" json:"updatePhase,omitempty"`
	UpdateVersion                 string `protobuf:"bytes,13,opt,name=update_version,json=updateVersion,proto3" json:"updateVersion,omitempty"`
	StagedPath                    string `protobuf:"bytes,14,opt,name=staged_path,json=stagedPath,proto3" json:"stagedPath,omitempty"`
	UpdateError                   string `protobuf:"bytes,15,opt,name=update_error,json=updateError,proto3" json:"updateError,omitempty"`
	// contains filtered or unexported fields
}

LauncherRecoveryStatus reports launcher-owned release/config recovery facts.

func (*LauncherRecoveryStatus) CloneMessageVT added in v0.51.8

func (*LauncherRecoveryStatus) CloneVT added in v0.51.8

func (*LauncherRecoveryStatus) EqualMessageVT added in v0.51.8

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

func (*LauncherRecoveryStatus) EqualVT added in v0.51.8

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

func (*LauncherRecoveryStatus) GetFetchedConfigRev added in v0.51.8

func (x *LauncherRecoveryStatus) GetFetchedConfigRev() uint64

func (*LauncherRecoveryStatus) GetFetchedConfigSource added in v0.51.8

func (x *LauncherRecoveryStatus) GetFetchedConfigSource() string

func (*LauncherRecoveryStatus) GetReleaseMetadataOutcome added in v0.51.8

func (x *LauncherRecoveryStatus) GetReleaseMetadataOutcome() string

func (*LauncherRecoveryStatus) GetReleaseWorldHeadRef added in v0.52.0

func (x *LauncherRecoveryStatus) GetReleaseWorldHeadRef() string

func (*LauncherRecoveryStatus) GetSelectedChannelKey added in v0.52.0

func (x *LauncherRecoveryStatus) GetSelectedChannelKey() string

func (*LauncherRecoveryStatus) GetSelectedConfigRev added in v0.51.8

func (x *LauncherRecoveryStatus) GetSelectedConfigRev() uint64

func (*LauncherRecoveryStatus) GetSelectedConfigSource added in v0.51.8

func (x *LauncherRecoveryStatus) GetSelectedConfigSource() string

func (*LauncherRecoveryStatus) GetSelectedEntrypointManifestId added in v0.52.0

func (x *LauncherRecoveryStatus) GetSelectedEntrypointManifestId() string

func (*LauncherRecoveryStatus) GetSelectedEntrypointManifestRef added in v0.52.0

func (x *LauncherRecoveryStatus) GetSelectedEntrypointManifestRef() string

func (*LauncherRecoveryStatus) GetSelectedEntrypointManifestRev added in v0.52.0

func (x *LauncherRecoveryStatus) GetSelectedEntrypointManifestRev() uint64

func (*LauncherRecoveryStatus) GetSelectedEntrypointPlatformId added in v0.52.0

func (x *LauncherRecoveryStatus) GetSelectedEntrypointPlatformId() string

func (*LauncherRecoveryStatus) GetStagedPath added in v0.52.0

func (x *LauncherRecoveryStatus) GetStagedPath() string

func (*LauncherRecoveryStatus) GetUpdateError added in v0.52.0

func (x *LauncherRecoveryStatus) GetUpdateError() string

func (*LauncherRecoveryStatus) GetUpdatePhase added in v0.52.0

func (x *LauncherRecoveryStatus) GetUpdatePhase() string

func (*LauncherRecoveryStatus) GetUpdateVersion added in v0.52.0

func (x *LauncherRecoveryStatus) GetUpdateVersion() string

func (*LauncherRecoveryStatus) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the LauncherRecoveryStatus to JSON.

func (*LauncherRecoveryStatus) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the LauncherRecoveryStatus message to JSON.

func (*LauncherRecoveryStatus) MarshalProtoText added in v0.51.8

func (x *LauncherRecoveryStatus) MarshalProtoText() string

func (*LauncherRecoveryStatus) MarshalToSizedBufferVT added in v0.51.8

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

func (*LauncherRecoveryStatus) MarshalToVT added in v0.51.8

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

func (*LauncherRecoveryStatus) MarshalVT added in v0.51.8

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

func (*LauncherRecoveryStatus) ProtoMessage added in v0.51.8

func (*LauncherRecoveryStatus) ProtoMessage()

func (*LauncherRecoveryStatus) Reset added in v0.51.8

func (x *LauncherRecoveryStatus) Reset()

func (*LauncherRecoveryStatus) SizeVT added in v0.51.8

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

func (*LauncherRecoveryStatus) String added in v0.51.8

func (x *LauncherRecoveryStatus) String() string

func (*LauncherRecoveryStatus) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the LauncherRecoveryStatus from JSON.

func (*LauncherRecoveryStatus) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the LauncherRecoveryStatus message from JSON.

func (*LauncherRecoveryStatus) UnmarshalVT added in v0.51.8

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

type NativePackageRecoveryStatus added in v0.51.8

type NativePackageRecoveryStatus struct {
	PluginId     string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"pluginId,omitempty"`
	DistDir      string `protobuf:"bytes,2,opt,name=dist_dir,json=distDir,proto3" json:"distDir,omitempty"`
	Materialized bool   `protobuf:"varint,3,opt,name=materialized,proto3" json:"materialized,omitempty"`
	Invalidated  bool   `protobuf:"varint,4,opt,name=invalidated,proto3" json:"invalidated,omitempty"`
	LastAction   string `protobuf:"bytes,5,opt,name=last_action,json=lastAction,proto3" json:"lastAction,omitempty"`
	LastError    string `protobuf:"bytes,6,opt,name=last_error,json=lastError,proto3" json:"lastError,omitempty"`
	UpdatedAt    string `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

NativePackageRecoveryStatus reports process-host dist materialization facts.

func (*NativePackageRecoveryStatus) CloneMessageVT added in v0.51.8

func (*NativePackageRecoveryStatus) CloneVT added in v0.51.8

func (*NativePackageRecoveryStatus) EqualMessageVT added in v0.51.8

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

func (*NativePackageRecoveryStatus) EqualVT added in v0.51.8

func (*NativePackageRecoveryStatus) GetDistDir added in v0.51.8

func (x *NativePackageRecoveryStatus) GetDistDir() string

func (*NativePackageRecoveryStatus) GetInvalidated added in v0.51.8

func (x *NativePackageRecoveryStatus) GetInvalidated() bool

func (*NativePackageRecoveryStatus) GetLastAction added in v0.51.8

func (x *NativePackageRecoveryStatus) GetLastAction() string

func (*NativePackageRecoveryStatus) GetLastError added in v0.51.8

func (x *NativePackageRecoveryStatus) GetLastError() string

func (*NativePackageRecoveryStatus) GetMaterialized added in v0.51.8

func (x *NativePackageRecoveryStatus) GetMaterialized() bool

func (*NativePackageRecoveryStatus) GetPluginId added in v0.51.8

func (x *NativePackageRecoveryStatus) GetPluginId() string

func (*NativePackageRecoveryStatus) GetUpdatedAt added in v0.51.8

func (x *NativePackageRecoveryStatus) GetUpdatedAt() string

func (*NativePackageRecoveryStatus) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the NativePackageRecoveryStatus to JSON.

func (*NativePackageRecoveryStatus) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the NativePackageRecoveryStatus message to JSON.

func (*NativePackageRecoveryStatus) MarshalProtoText added in v0.51.8

func (x *NativePackageRecoveryStatus) MarshalProtoText() string

func (*NativePackageRecoveryStatus) MarshalToSizedBufferVT added in v0.51.8

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

func (*NativePackageRecoveryStatus) MarshalToVT added in v0.51.8

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

func (*NativePackageRecoveryStatus) MarshalVT added in v0.51.8

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

func (*NativePackageRecoveryStatus) ProtoMessage added in v0.51.8

func (*NativePackageRecoveryStatus) ProtoMessage()

func (*NativePackageRecoveryStatus) Reset added in v0.51.8

func (x *NativePackageRecoveryStatus) Reset()

func (*NativePackageRecoveryStatus) SizeVT added in v0.51.8

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

func (*NativePackageRecoveryStatus) String added in v0.51.8

func (x *NativePackageRecoveryStatus) String() string

func (*NativePackageRecoveryStatus) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the NativePackageRecoveryStatus from JSON.

func (*NativePackageRecoveryStatus) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the NativePackageRecoveryStatus message from JSON.

func (*NativePackageRecoveryStatus) UnmarshalVT added in v0.51.8

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

type PluginInfo added in v0.51.0

type PluginInfo struct {

	// Id is the plugin identifier.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// InstanceKey is the optional instance key for instanced plugins.
	InstanceKey string `protobuf:"bytes,2,opt,name=instance_key,json=instanceKey,proto3" json:"instanceKey,omitempty"`
	// State is the plugin runtime state.
	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

PluginInfo describes a runtime plugin load request.

func (*PluginInfo) CloneMessageVT added in v0.51.0

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

func (*PluginInfo) CloneVT added in v0.51.0

func (m *PluginInfo) CloneVT() *PluginInfo

func (*PluginInfo) EqualMessageVT added in v0.51.0

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

func (*PluginInfo) EqualVT added in v0.51.0

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

func (*PluginInfo) GetId added in v0.51.0

func (x *PluginInfo) GetId() string

func (*PluginInfo) GetInstanceKey added in v0.51.0

func (x *PluginInfo) GetInstanceKey() string

func (*PluginInfo) GetState added in v0.51.0

func (x *PluginInfo) GetState() string

func (*PluginInfo) MarshalJSON added in v0.51.0

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

MarshalJSON marshals the PluginInfo to JSON.

func (*PluginInfo) MarshalProtoJSON added in v0.51.0

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

MarshalProtoJSON marshals the PluginInfo message to JSON.

func (*PluginInfo) MarshalProtoText added in v0.51.0

func (x *PluginInfo) MarshalProtoText() string

func (*PluginInfo) MarshalToSizedBufferVT added in v0.51.0

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

func (*PluginInfo) MarshalToVT added in v0.51.0

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

func (*PluginInfo) MarshalVT added in v0.51.0

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

func (*PluginInfo) ProtoMessage added in v0.51.0

func (*PluginInfo) ProtoMessage()

func (*PluginInfo) Reset added in v0.51.0

func (x *PluginInfo) Reset()

func (*PluginInfo) SizeVT added in v0.51.0

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

func (*PluginInfo) String added in v0.51.0

func (x *PluginInfo) String() string

func (*PluginInfo) UnmarshalJSON added in v0.51.0

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

UnmarshalJSON unmarshals the PluginInfo from JSON.

func (*PluginInfo) UnmarshalProtoJSON added in v0.51.0

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

UnmarshalProtoJSON unmarshals the PluginInfo message from JSON.

func (*PluginInfo) UnmarshalVT added in v0.51.0

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

type PluginManifestRecoveryStatus added in v0.51.8

type PluginManifestRecoveryStatus struct {
	PluginId                    string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"pluginId,omitempty"`
	InstanceKey                 string `protobuf:"bytes,2,opt,name=instance_key,json=instanceKey,proto3" json:"instanceKey,omitempty"`
	ExecuteManifestRef          string `protobuf:"bytes,3,opt,name=execute_manifest_ref,json=executeManifestRef,proto3" json:"executeManifestRef,omitempty"`
	DownloadManifestRef         string `protobuf:"bytes,4,opt,name=download_manifest_ref,json=downloadManifestRef,proto3" json:"downloadManifestRef,omitempty"`
	SkippedCandidateCount       uint32 `protobuf:"varint,5,opt,name=skipped_candidate_count,json=skippedCandidateCount,proto3" json:"skippedCandidateCount,omitempty"`
	SkippedCandidateSummary     string `` /* 130-byte string literal not displayed */
	IgnoredCandidateCount       uint32 `protobuf:"varint,7,opt,name=ignored_candidate_count,json=ignoredCandidateCount,proto3" json:"ignoredCandidateCount,omitempty"`
	IgnoredCandidateSummary     string `` /* 130-byte string literal not displayed */
	QuarantinedCandidateCount   uint32 `` /* 137-byte string literal not displayed */
	QuarantinedCandidateSummary string `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

PluginManifestRecoveryStatus reports scheduler-owned Manifest recovery facts.

func (*PluginManifestRecoveryStatus) CloneMessageVT added in v0.51.8

func (*PluginManifestRecoveryStatus) CloneVT added in v0.51.8

func (*PluginManifestRecoveryStatus) EqualMessageVT added in v0.51.8

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

func (*PluginManifestRecoveryStatus) EqualVT added in v0.51.8

func (*PluginManifestRecoveryStatus) GetDownloadManifestRef added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetDownloadManifestRef() string

func (*PluginManifestRecoveryStatus) GetExecuteManifestRef added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetExecuteManifestRef() string

func (*PluginManifestRecoveryStatus) GetIgnoredCandidateCount added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetIgnoredCandidateCount() uint32

func (*PluginManifestRecoveryStatus) GetIgnoredCandidateSummary added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetIgnoredCandidateSummary() string

func (*PluginManifestRecoveryStatus) GetInstanceKey added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetInstanceKey() string

func (*PluginManifestRecoveryStatus) GetPluginId added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetPluginId() string

func (*PluginManifestRecoveryStatus) GetQuarantinedCandidateCount added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetQuarantinedCandidateCount() uint32

func (*PluginManifestRecoveryStatus) GetQuarantinedCandidateSummary added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetQuarantinedCandidateSummary() string

func (*PluginManifestRecoveryStatus) GetSkippedCandidateCount added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetSkippedCandidateCount() uint32

func (*PluginManifestRecoveryStatus) GetSkippedCandidateSummary added in v0.51.8

func (x *PluginManifestRecoveryStatus) GetSkippedCandidateSummary() string

func (*PluginManifestRecoveryStatus) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the PluginManifestRecoveryStatus to JSON.

func (*PluginManifestRecoveryStatus) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the PluginManifestRecoveryStatus message to JSON.

func (*PluginManifestRecoveryStatus) MarshalProtoText added in v0.51.8

func (x *PluginManifestRecoveryStatus) MarshalProtoText() string

func (*PluginManifestRecoveryStatus) MarshalToSizedBufferVT added in v0.51.8

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

func (*PluginManifestRecoveryStatus) MarshalToVT added in v0.51.8

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

func (*PluginManifestRecoveryStatus) MarshalVT added in v0.51.8

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

func (*PluginManifestRecoveryStatus) ProtoMessage added in v0.51.8

func (*PluginManifestRecoveryStatus) ProtoMessage()

func (*PluginManifestRecoveryStatus) Reset added in v0.51.8

func (x *PluginManifestRecoveryStatus) Reset()

func (*PluginManifestRecoveryStatus) SizeVT added in v0.51.8

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

func (*PluginManifestRecoveryStatus) String added in v0.51.8

func (*PluginManifestRecoveryStatus) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the PluginManifestRecoveryStatus from JSON.

func (*PluginManifestRecoveryStatus) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the PluginManifestRecoveryStatus message from JSON.

func (*PluginManifestRecoveryStatus) UnmarshalVT added in v0.51.8

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

type RecoveryStatus added in v0.51.8

type RecoveryStatus struct {
	Launcher       *LauncherRecoveryStatus         `protobuf:"bytes,1,opt,name=launcher,proto3" json:"launcher,omitempty"`
	Plugins        []*PluginManifestRecoveryStatus `protobuf:"bytes,2,rep,name=plugins,proto3" json:"plugins,omitempty"`
	NativePackages []*NativePackageRecoveryStatus  `protobuf:"bytes,3,rep,name=native_packages,json=nativePackages,proto3" json:"nativePackages,omitempty"`
	Boot           *BrowserBootRecoveryStatus      `protobuf:"bytes,4,opt,name=boot,proto3" json:"boot,omitempty"`
	RuntimeAsset   *RuntimeAssetRecoveryStatus     `protobuf:"bytes,5,opt,name=runtime_asset,json=runtimeAsset,proto3" json:"runtimeAsset,omitempty"`
	// contains filtered or unexported fields
}

RecoveryStatus composes runtime recovery facts without owning decisions.

func (*RecoveryStatus) CloneMessageVT added in v0.51.8

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

func (*RecoveryStatus) CloneVT added in v0.51.8

func (m *RecoveryStatus) CloneVT() *RecoveryStatus

func (*RecoveryStatus) EqualMessageVT added in v0.51.8

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

func (*RecoveryStatus) EqualVT added in v0.51.8

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

func (*RecoveryStatus) GetBoot added in v0.51.8

func (*RecoveryStatus) GetLauncher added in v0.51.8

func (x *RecoveryStatus) GetLauncher() *LauncherRecoveryStatus

func (*RecoveryStatus) GetNativePackages added in v0.51.8

func (x *RecoveryStatus) GetNativePackages() []*NativePackageRecoveryStatus

func (*RecoveryStatus) GetPlugins added in v0.51.8

func (x *RecoveryStatus) GetPlugins() []*PluginManifestRecoveryStatus

func (*RecoveryStatus) GetRuntimeAsset added in v0.51.8

func (x *RecoveryStatus) GetRuntimeAsset() *RuntimeAssetRecoveryStatus

func (*RecoveryStatus) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the RecoveryStatus to JSON.

func (*RecoveryStatus) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the RecoveryStatus message to JSON.

func (*RecoveryStatus) MarshalProtoText added in v0.51.8

func (x *RecoveryStatus) MarshalProtoText() string

func (*RecoveryStatus) MarshalToSizedBufferVT added in v0.51.8

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

func (*RecoveryStatus) MarshalToVT added in v0.51.8

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

func (*RecoveryStatus) MarshalVT added in v0.51.8

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

func (*RecoveryStatus) ProtoMessage added in v0.51.8

func (*RecoveryStatus) ProtoMessage()

func (*RecoveryStatus) Reset added in v0.51.8

func (x *RecoveryStatus) Reset()

func (*RecoveryStatus) SizeVT added in v0.51.8

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

func (*RecoveryStatus) String added in v0.51.8

func (x *RecoveryStatus) String() string

func (*RecoveryStatus) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the RecoveryStatus from JSON.

func (*RecoveryStatus) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the RecoveryStatus message from JSON.

func (*RecoveryStatus) UnmarshalVT added in v0.51.8

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

type ReportRecoveryStatusRequest added in v0.51.8

type ReportRecoveryStatusRequest struct {
	Boot         *BrowserBootRecoveryStatus  `protobuf:"bytes,1,opt,name=boot,proto3" json:"boot,omitempty"`
	RuntimeAsset *RuntimeAssetRecoveryStatus `protobuf:"bytes,2,opt,name=runtime_asset,json=runtimeAsset,proto3" json:"runtimeAsset,omitempty"`
	// contains filtered or unexported fields
}

ReportRecoveryStatusRequest publishes renderer-owned recovery facts.

func (*ReportRecoveryStatusRequest) CloneMessageVT added in v0.51.8

func (*ReportRecoveryStatusRequest) CloneVT added in v0.51.8

func (*ReportRecoveryStatusRequest) EqualMessageVT added in v0.51.8

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

func (*ReportRecoveryStatusRequest) EqualVT added in v0.51.8

func (*ReportRecoveryStatusRequest) GetBoot added in v0.51.8

func (*ReportRecoveryStatusRequest) GetRuntimeAsset added in v0.51.8

func (*ReportRecoveryStatusRequest) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the ReportRecoveryStatusRequest to JSON.

func (*ReportRecoveryStatusRequest) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the ReportRecoveryStatusRequest message to JSON.

func (*ReportRecoveryStatusRequest) MarshalProtoText added in v0.51.8

func (x *ReportRecoveryStatusRequest) MarshalProtoText() string

func (*ReportRecoveryStatusRequest) MarshalToSizedBufferVT added in v0.51.8

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

func (*ReportRecoveryStatusRequest) MarshalToVT added in v0.51.8

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

func (*ReportRecoveryStatusRequest) MarshalVT added in v0.51.8

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

func (*ReportRecoveryStatusRequest) ProtoMessage added in v0.51.8

func (*ReportRecoveryStatusRequest) ProtoMessage()

func (*ReportRecoveryStatusRequest) Reset added in v0.51.8

func (x *ReportRecoveryStatusRequest) Reset()

func (*ReportRecoveryStatusRequest) SizeVT added in v0.51.8

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

func (*ReportRecoveryStatusRequest) String added in v0.51.8

func (x *ReportRecoveryStatusRequest) String() string

func (*ReportRecoveryStatusRequest) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the ReportRecoveryStatusRequest from JSON.

func (*ReportRecoveryStatusRequest) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the ReportRecoveryStatusRequest message from JSON.

func (*ReportRecoveryStatusRequest) UnmarshalVT added in v0.51.8

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

type ReportRecoveryStatusResponse added in v0.51.8

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

ReportRecoveryStatusResponse is the response type for ReportRecoveryStatus.

func (*ReportRecoveryStatusResponse) CloneMessageVT added in v0.51.8

func (*ReportRecoveryStatusResponse) CloneVT added in v0.51.8

func (*ReportRecoveryStatusResponse) EqualMessageVT added in v0.51.8

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

func (*ReportRecoveryStatusResponse) EqualVT added in v0.51.8

func (*ReportRecoveryStatusResponse) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the ReportRecoveryStatusResponse to JSON.

func (*ReportRecoveryStatusResponse) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the ReportRecoveryStatusResponse message to JSON.

func (*ReportRecoveryStatusResponse) MarshalProtoText added in v0.51.8

func (x *ReportRecoveryStatusResponse) MarshalProtoText() string

func (*ReportRecoveryStatusResponse) MarshalToSizedBufferVT added in v0.51.8

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

func (*ReportRecoveryStatusResponse) MarshalToVT added in v0.51.8

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

func (*ReportRecoveryStatusResponse) MarshalVT added in v0.51.8

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

func (*ReportRecoveryStatusResponse) ProtoMessage added in v0.51.8

func (*ReportRecoveryStatusResponse) ProtoMessage()

func (*ReportRecoveryStatusResponse) Reset added in v0.51.8

func (x *ReportRecoveryStatusResponse) Reset()

func (*ReportRecoveryStatusResponse) SizeVT added in v0.51.8

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

func (*ReportRecoveryStatusResponse) String added in v0.51.8

func (*ReportRecoveryStatusResponse) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the ReportRecoveryStatusResponse from JSON.

func (*ReportRecoveryStatusResponse) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the ReportRecoveryStatusResponse message from JSON.

func (*ReportRecoveryStatusResponse) UnmarshalVT added in v0.51.8

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

type RuntimeAssetRecoveryStatus added in v0.51.8

type RuntimeAssetRecoveryStatus struct {
	ScriptPath        string `protobuf:"bytes,1,opt,name=script_path,json=scriptPath,proto3" json:"scriptPath,omitempty"`
	StatusCode        uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"statusCode,omitempty"`
	Ok                bool   `protobuf:"varint,3,opt,name=ok,proto3" json:"ok,omitempty"`
	Classification    string `protobuf:"bytes,4,opt,name=classification,proto3" json:"classification,omitempty"`
	FetchSource       string `protobuf:"bytes,5,opt,name=fetch_source,json=fetchSource,proto3" json:"fetchSource,omitempty"`
	RuntimeError      string `protobuf:"bytes,6,opt,name=runtime_error,json=runtimeError,proto3" json:"runtimeError,omitempty"`
	PluginAssetResult string `protobuf:"bytes,7,opt,name=plugin_asset_result,json=pluginAssetResult,proto3" json:"pluginAssetResult,omitempty"`
	ContentType       string `protobuf:"bytes,8,opt,name=content_type,json=contentType,proto3" json:"contentType,omitempty"`
	BodyPrefix        string `protobuf:"bytes,9,opt,name=body_prefix,json=bodyPrefix,proto3" json:"bodyPrefix,omitempty"`
	Status            string `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

RuntimeAssetRecoveryStatus reports the latest typed root plugin asset result when a renderer has published it to the daemon status owner.

func (*RuntimeAssetRecoveryStatus) CloneMessageVT added in v0.51.8

func (*RuntimeAssetRecoveryStatus) CloneVT added in v0.51.8

func (*RuntimeAssetRecoveryStatus) EqualMessageVT added in v0.51.8

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

func (*RuntimeAssetRecoveryStatus) EqualVT added in v0.51.8

func (*RuntimeAssetRecoveryStatus) GetBodyPrefix added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetBodyPrefix() string

func (*RuntimeAssetRecoveryStatus) GetClassification added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetClassification() string

func (*RuntimeAssetRecoveryStatus) GetContentType added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetContentType() string

func (*RuntimeAssetRecoveryStatus) GetFetchSource added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetFetchSource() string

func (*RuntimeAssetRecoveryStatus) GetOk added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetOk() bool

func (*RuntimeAssetRecoveryStatus) GetPluginAssetResult added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetPluginAssetResult() string

func (*RuntimeAssetRecoveryStatus) GetRuntimeError added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetRuntimeError() string

func (*RuntimeAssetRecoveryStatus) GetScriptPath added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetScriptPath() string

func (*RuntimeAssetRecoveryStatus) GetStatus added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetStatus() string

func (*RuntimeAssetRecoveryStatus) GetStatusCode added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) GetStatusCode() uint32

func (*RuntimeAssetRecoveryStatus) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the RuntimeAssetRecoveryStatus to JSON.

func (*RuntimeAssetRecoveryStatus) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the RuntimeAssetRecoveryStatus message to JSON.

func (*RuntimeAssetRecoveryStatus) MarshalProtoText added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) MarshalProtoText() string

func (*RuntimeAssetRecoveryStatus) MarshalToSizedBufferVT added in v0.51.8

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

func (*RuntimeAssetRecoveryStatus) MarshalToVT added in v0.51.8

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

func (*RuntimeAssetRecoveryStatus) MarshalVT added in v0.51.8

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

func (*RuntimeAssetRecoveryStatus) ProtoMessage added in v0.51.8

func (*RuntimeAssetRecoveryStatus) ProtoMessage()

func (*RuntimeAssetRecoveryStatus) Reset added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) Reset()

func (*RuntimeAssetRecoveryStatus) SizeVT added in v0.51.8

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

func (*RuntimeAssetRecoveryStatus) String added in v0.51.8

func (x *RuntimeAssetRecoveryStatus) String() string

func (*RuntimeAssetRecoveryStatus) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the RuntimeAssetRecoveryStatus from JSON.

func (*RuntimeAssetRecoveryStatus) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the RuntimeAssetRecoveryStatus message from JSON.

func (*RuntimeAssetRecoveryStatus) UnmarshalVT added in v0.51.8

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

type SRPCSystemStatusServiceClient

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

	WatchControllers(ctx context.Context, in *WatchControllersRequest) (SRPCSystemStatusService_WatchControllersClient, error)

	WatchDirectives(ctx context.Context, in *WatchDirectivesRequest) (SRPCSystemStatusService_WatchDirectivesClient, error)

	WatchPlugins(ctx context.Context, in *WatchPluginsRequest) (SRPCSystemStatusService_WatchPluginsClient, error)

	ReportRecoveryStatus(ctx context.Context, in *ReportRecoveryStatusRequest) (*ReportRecoveryStatusResponse, error)

	WatchRecoveryStatus(ctx context.Context, in *WatchRecoveryStatusRequest) (SRPCSystemStatusService_WatchRecoveryStatusClient, error)
}

func NewSRPCSystemStatusServiceClient

func NewSRPCSystemStatusServiceClient(cc srpc.Client) SRPCSystemStatusServiceClient

func NewSRPCSystemStatusServiceClientWithServiceID

func NewSRPCSystemStatusServiceClientWithServiceID(cc srpc.Client, serviceID string) SRPCSystemStatusServiceClient

type SRPCSystemStatusServiceHandler

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

func (SRPCSystemStatusServiceHandler) GetMethodIDs

func (SRPCSystemStatusServiceHandler) GetMethodIDs() []string

func (*SRPCSystemStatusServiceHandler) GetServiceID

func (d *SRPCSystemStatusServiceHandler) GetServiceID() string

func (*SRPCSystemStatusServiceHandler) InvokeMethod

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

func (SRPCSystemStatusServiceHandler) InvokeMethod_ReportRecoveryStatus added in v0.51.8

func (SRPCSystemStatusServiceHandler) InvokeMethod_ReportRecoveryStatus(impl SRPCSystemStatusServiceServer, strm srpc.Stream) error

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchControllers

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchControllers(impl SRPCSystemStatusServiceServer, strm srpc.Stream) error

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchDirectives

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchDirectives(impl SRPCSystemStatusServiceServer, strm srpc.Stream) error

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchPlugins added in v0.51.0

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchPlugins(impl SRPCSystemStatusServiceServer, strm srpc.Stream) error

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchRecoveryStatus added in v0.51.8

func (SRPCSystemStatusServiceHandler) InvokeMethod_WatchRecoveryStatus(impl SRPCSystemStatusServiceServer, strm srpc.Stream) error

type SRPCSystemStatusService_ReportRecoveryStatusStream added in v0.51.8

type SRPCSystemStatusService_ReportRecoveryStatusStream interface {
	srpc.Stream
}

type SRPCSystemStatusService_WatchControllersClient

type SRPCSystemStatusService_WatchControllersClient interface {
	srpc.Stream
	Recv() (*WatchControllersResponse, error)
	RecvTo(*WatchControllersResponse) error
}

type SRPCSystemStatusService_WatchControllersStream

type SRPCSystemStatusService_WatchControllersStream interface {
	srpc.Stream
	Send(*WatchControllersResponse) error
	SendAndClose(*WatchControllersResponse) error
}

type SRPCSystemStatusService_WatchDirectivesClient

type SRPCSystemStatusService_WatchDirectivesClient interface {
	srpc.Stream
	Recv() (*WatchDirectivesResponse, error)
	RecvTo(*WatchDirectivesResponse) error
}

type SRPCSystemStatusService_WatchDirectivesStream

type SRPCSystemStatusService_WatchDirectivesStream interface {
	srpc.Stream
	Send(*WatchDirectivesResponse) error
	SendAndClose(*WatchDirectivesResponse) error
}

type SRPCSystemStatusService_WatchPluginsClient added in v0.51.0

type SRPCSystemStatusService_WatchPluginsClient interface {
	srpc.Stream
	Recv() (*WatchPluginsResponse, error)
	RecvTo(*WatchPluginsResponse) error
}

type SRPCSystemStatusService_WatchPluginsStream added in v0.51.0

type SRPCSystemStatusService_WatchPluginsStream interface {
	srpc.Stream
	Send(*WatchPluginsResponse) error
	SendAndClose(*WatchPluginsResponse) error
}

type SRPCSystemStatusService_WatchRecoveryStatusClient added in v0.51.8

type SRPCSystemStatusService_WatchRecoveryStatusClient interface {
	srpc.Stream
	Recv() (*WatchRecoveryStatusResponse, error)
	RecvTo(*WatchRecoveryStatusResponse) error
}

type SRPCSystemStatusService_WatchRecoveryStatusStream added in v0.51.8

type SRPCSystemStatusService_WatchRecoveryStatusStream interface {
	srpc.Stream
	Send(*WatchRecoveryStatusResponse) error
	SendAndClose(*WatchRecoveryStatusResponse) error
}

type WatchControllersRequest

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

WatchControllersRequest is the request type for WatchControllers.

func (*WatchControllersRequest) CloneMessageVT

func (*WatchControllersRequest) CloneVT

func (*WatchControllersRequest) EqualMessageVT

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

func (*WatchControllersRequest) EqualVT

func (*WatchControllersRequest) MarshalJSON

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

MarshalJSON marshals the WatchControllersRequest to JSON.

func (*WatchControllersRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchControllersRequest message to JSON.

func (*WatchControllersRequest) MarshalProtoText

func (x *WatchControllersRequest) MarshalProtoText() string

func (*WatchControllersRequest) MarshalToSizedBufferVT

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

func (*WatchControllersRequest) MarshalToVT

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

func (*WatchControllersRequest) MarshalVT

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

func (*WatchControllersRequest) ProtoMessage

func (*WatchControllersRequest) ProtoMessage()

func (*WatchControllersRequest) Reset

func (x *WatchControllersRequest) Reset()

func (*WatchControllersRequest) SizeVT

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

func (*WatchControllersRequest) String

func (x *WatchControllersRequest) String() string

func (*WatchControllersRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchControllersRequest from JSON.

func (*WatchControllersRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchControllersRequest message from JSON.

func (*WatchControllersRequest) UnmarshalVT

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

type WatchControllersResponse

type WatchControllersResponse struct {

	// Controllers is the current list of active controllers.
	Controllers []*ControllerInfo `protobuf:"bytes,1,rep,name=controllers,proto3" json:"controllers,omitempty"`
	// ControllerCount is the total number of active controllers.
	ControllerCount uint32 `protobuf:"varint,2,opt,name=controller_count,json=controllerCount,proto3" json:"controllerCount,omitempty"`
	// contains filtered or unexported fields
}

WatchControllersResponse is the response type for WatchControllers.

func (*WatchControllersResponse) CloneMessageVT

func (*WatchControllersResponse) CloneVT

func (*WatchControllersResponse) EqualMessageVT

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

func (*WatchControllersResponse) EqualVT

func (*WatchControllersResponse) GetControllerCount

func (x *WatchControllersResponse) GetControllerCount() uint32

func (*WatchControllersResponse) GetControllers

func (x *WatchControllersResponse) GetControllers() []*ControllerInfo

func (*WatchControllersResponse) MarshalJSON

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

MarshalJSON marshals the WatchControllersResponse to JSON.

func (*WatchControllersResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchControllersResponse message to JSON.

func (*WatchControllersResponse) MarshalProtoText

func (x *WatchControllersResponse) MarshalProtoText() string

func (*WatchControllersResponse) MarshalToSizedBufferVT

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

func (*WatchControllersResponse) MarshalToVT

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

func (*WatchControllersResponse) MarshalVT

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

func (*WatchControllersResponse) ProtoMessage

func (*WatchControllersResponse) ProtoMessage()

func (*WatchControllersResponse) Reset

func (x *WatchControllersResponse) Reset()

func (*WatchControllersResponse) SizeVT

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

func (*WatchControllersResponse) String

func (x *WatchControllersResponse) String() string

func (*WatchControllersResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchControllersResponse from JSON.

func (*WatchControllersResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchControllersResponse message from JSON.

func (*WatchControllersResponse) UnmarshalVT

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

type WatchDirectivesRequest

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

WatchDirectivesRequest is the request type for WatchDirectives.

func (*WatchDirectivesRequest) CloneMessageVT

func (*WatchDirectivesRequest) CloneVT

func (*WatchDirectivesRequest) EqualMessageVT

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

func (*WatchDirectivesRequest) EqualVT

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

func (*WatchDirectivesRequest) MarshalJSON

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

MarshalJSON marshals the WatchDirectivesRequest to JSON.

func (*WatchDirectivesRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchDirectivesRequest message to JSON.

func (*WatchDirectivesRequest) MarshalProtoText

func (x *WatchDirectivesRequest) MarshalProtoText() string

func (*WatchDirectivesRequest) MarshalToSizedBufferVT

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

func (*WatchDirectivesRequest) MarshalToVT

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

func (*WatchDirectivesRequest) MarshalVT

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

func (*WatchDirectivesRequest) ProtoMessage

func (*WatchDirectivesRequest) ProtoMessage()

func (*WatchDirectivesRequest) Reset

func (x *WatchDirectivesRequest) Reset()

func (*WatchDirectivesRequest) SizeVT

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

func (*WatchDirectivesRequest) String

func (x *WatchDirectivesRequest) String() string

func (*WatchDirectivesRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchDirectivesRequest from JSON.

func (*WatchDirectivesRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchDirectivesRequest message from JSON.

func (*WatchDirectivesRequest) UnmarshalVT

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

type WatchDirectivesResponse

type WatchDirectivesResponse struct {

	// Directives is the current list of active directives.
	Directives []*DirectiveInfo `protobuf:"bytes,1,rep,name=directives,proto3" json:"directives,omitempty"`
	// DirectiveCount is the total number of active directives.
	DirectiveCount uint32 `protobuf:"varint,2,opt,name=directive_count,json=directiveCount,proto3" json:"directiveCount,omitempty"`
	// contains filtered or unexported fields
}

WatchDirectivesResponse is the response type for WatchDirectives.

func (*WatchDirectivesResponse) CloneMessageVT

func (*WatchDirectivesResponse) CloneVT

func (*WatchDirectivesResponse) EqualMessageVT

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

func (*WatchDirectivesResponse) EqualVT

func (*WatchDirectivesResponse) GetDirectiveCount

func (x *WatchDirectivesResponse) GetDirectiveCount() uint32

func (*WatchDirectivesResponse) GetDirectives

func (x *WatchDirectivesResponse) GetDirectives() []*DirectiveInfo

func (*WatchDirectivesResponse) MarshalJSON

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

MarshalJSON marshals the WatchDirectivesResponse to JSON.

func (*WatchDirectivesResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the WatchDirectivesResponse message to JSON.

func (*WatchDirectivesResponse) MarshalProtoText

func (x *WatchDirectivesResponse) MarshalProtoText() string

func (*WatchDirectivesResponse) MarshalToSizedBufferVT

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

func (*WatchDirectivesResponse) MarshalToVT

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

func (*WatchDirectivesResponse) MarshalVT

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

func (*WatchDirectivesResponse) ProtoMessage

func (*WatchDirectivesResponse) ProtoMessage()

func (*WatchDirectivesResponse) Reset

func (x *WatchDirectivesResponse) Reset()

func (*WatchDirectivesResponse) SizeVT

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

func (*WatchDirectivesResponse) String

func (x *WatchDirectivesResponse) String() string

func (*WatchDirectivesResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the WatchDirectivesResponse from JSON.

func (*WatchDirectivesResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the WatchDirectivesResponse message from JSON.

func (*WatchDirectivesResponse) UnmarshalVT

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

type WatchPluginsRequest added in v0.51.0

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

WatchPluginsRequest is the request type for WatchPlugins.

func (*WatchPluginsRequest) CloneMessageVT added in v0.51.0

func (*WatchPluginsRequest) CloneVT added in v0.51.0

func (*WatchPluginsRequest) EqualMessageVT added in v0.51.0

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

func (*WatchPluginsRequest) EqualVT added in v0.51.0

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

func (*WatchPluginsRequest) MarshalJSON added in v0.51.0

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

MarshalJSON marshals the WatchPluginsRequest to JSON.

func (*WatchPluginsRequest) MarshalProtoJSON added in v0.51.0

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

MarshalProtoJSON marshals the WatchPluginsRequest message to JSON.

func (*WatchPluginsRequest) MarshalProtoText added in v0.51.0

func (x *WatchPluginsRequest) MarshalProtoText() string

func (*WatchPluginsRequest) MarshalToSizedBufferVT added in v0.51.0

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

func (*WatchPluginsRequest) MarshalToVT added in v0.51.0

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

func (*WatchPluginsRequest) MarshalVT added in v0.51.0

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

func (*WatchPluginsRequest) ProtoMessage added in v0.51.0

func (*WatchPluginsRequest) ProtoMessage()

func (*WatchPluginsRequest) Reset added in v0.51.0

func (x *WatchPluginsRequest) Reset()

func (*WatchPluginsRequest) SizeVT added in v0.51.0

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

func (*WatchPluginsRequest) String added in v0.51.0

func (x *WatchPluginsRequest) String() string

func (*WatchPluginsRequest) UnmarshalJSON added in v0.51.0

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

UnmarshalJSON unmarshals the WatchPluginsRequest from JSON.

func (*WatchPluginsRequest) UnmarshalProtoJSON added in v0.51.0

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

UnmarshalProtoJSON unmarshals the WatchPluginsRequest message from JSON.

func (*WatchPluginsRequest) UnmarshalVT added in v0.51.0

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

type WatchPluginsResponse added in v0.51.0

type WatchPluginsResponse struct {

	// Plugins is the current list of plugin load requests.
	Plugins []*PluginInfo `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"`
	// PluginCount is the total number of plugin load requests.
	PluginCount uint32 `protobuf:"varint,2,opt,name=plugin_count,json=pluginCount,proto3" json:"pluginCount,omitempty"`
	// contains filtered or unexported fields
}

WatchPluginsResponse is the response type for WatchPlugins.

func (*WatchPluginsResponse) CloneMessageVT added in v0.51.0

func (*WatchPluginsResponse) CloneVT added in v0.51.0

func (*WatchPluginsResponse) EqualMessageVT added in v0.51.0

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

func (*WatchPluginsResponse) EqualVT added in v0.51.0

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

func (*WatchPluginsResponse) GetPluginCount added in v0.51.0

func (x *WatchPluginsResponse) GetPluginCount() uint32

func (*WatchPluginsResponse) GetPlugins added in v0.51.0

func (x *WatchPluginsResponse) GetPlugins() []*PluginInfo

func (*WatchPluginsResponse) MarshalJSON added in v0.51.0

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

MarshalJSON marshals the WatchPluginsResponse to JSON.

func (*WatchPluginsResponse) MarshalProtoJSON added in v0.51.0

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

MarshalProtoJSON marshals the WatchPluginsResponse message to JSON.

func (*WatchPluginsResponse) MarshalProtoText added in v0.51.0

func (x *WatchPluginsResponse) MarshalProtoText() string

func (*WatchPluginsResponse) MarshalToSizedBufferVT added in v0.51.0

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

func (*WatchPluginsResponse) MarshalToVT added in v0.51.0

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

func (*WatchPluginsResponse) MarshalVT added in v0.51.0

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

func (*WatchPluginsResponse) ProtoMessage added in v0.51.0

func (*WatchPluginsResponse) ProtoMessage()

func (*WatchPluginsResponse) Reset added in v0.51.0

func (x *WatchPluginsResponse) Reset()

func (*WatchPluginsResponse) SizeVT added in v0.51.0

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

func (*WatchPluginsResponse) String added in v0.51.0

func (x *WatchPluginsResponse) String() string

func (*WatchPluginsResponse) UnmarshalJSON added in v0.51.0

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

UnmarshalJSON unmarshals the WatchPluginsResponse from JSON.

func (*WatchPluginsResponse) UnmarshalProtoJSON added in v0.51.0

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

UnmarshalProtoJSON unmarshals the WatchPluginsResponse message from JSON.

func (*WatchPluginsResponse) UnmarshalVT added in v0.51.0

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

type WatchRecoveryStatusRequest added in v0.51.8

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

WatchRecoveryStatusRequest is the request type for WatchRecoveryStatus.

func (*WatchRecoveryStatusRequest) CloneMessageVT added in v0.51.8

func (*WatchRecoveryStatusRequest) CloneVT added in v0.51.8

func (*WatchRecoveryStatusRequest) EqualMessageVT added in v0.51.8

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

func (*WatchRecoveryStatusRequest) EqualVT added in v0.51.8

func (*WatchRecoveryStatusRequest) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the WatchRecoveryStatusRequest to JSON.

func (*WatchRecoveryStatusRequest) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the WatchRecoveryStatusRequest message to JSON.

func (*WatchRecoveryStatusRequest) MarshalProtoText added in v0.51.8

func (x *WatchRecoveryStatusRequest) MarshalProtoText() string

func (*WatchRecoveryStatusRequest) MarshalToSizedBufferVT added in v0.51.8

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

func (*WatchRecoveryStatusRequest) MarshalToVT added in v0.51.8

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

func (*WatchRecoveryStatusRequest) MarshalVT added in v0.51.8

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

func (*WatchRecoveryStatusRequest) ProtoMessage added in v0.51.8

func (*WatchRecoveryStatusRequest) ProtoMessage()

func (*WatchRecoveryStatusRequest) Reset added in v0.51.8

func (x *WatchRecoveryStatusRequest) Reset()

func (*WatchRecoveryStatusRequest) SizeVT added in v0.51.8

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

func (*WatchRecoveryStatusRequest) String added in v0.51.8

func (x *WatchRecoveryStatusRequest) String() string

func (*WatchRecoveryStatusRequest) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the WatchRecoveryStatusRequest from JSON.

func (*WatchRecoveryStatusRequest) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the WatchRecoveryStatusRequest message from JSON.

func (*WatchRecoveryStatusRequest) UnmarshalVT added in v0.51.8

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

type WatchRecoveryStatusResponse added in v0.51.8

type WatchRecoveryStatusResponse struct {
	Status *RecoveryStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

WatchRecoveryStatusResponse is the response type for WatchRecoveryStatus.

func (*WatchRecoveryStatusResponse) CloneMessageVT added in v0.51.8

func (*WatchRecoveryStatusResponse) CloneVT added in v0.51.8

func (*WatchRecoveryStatusResponse) EqualMessageVT added in v0.51.8

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

func (*WatchRecoveryStatusResponse) EqualVT added in v0.51.8

func (*WatchRecoveryStatusResponse) GetStatus added in v0.51.8

func (*WatchRecoveryStatusResponse) MarshalJSON added in v0.51.8

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

MarshalJSON marshals the WatchRecoveryStatusResponse to JSON.

func (*WatchRecoveryStatusResponse) MarshalProtoJSON added in v0.51.8

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

MarshalProtoJSON marshals the WatchRecoveryStatusResponse message to JSON.

func (*WatchRecoveryStatusResponse) MarshalProtoText added in v0.51.8

func (x *WatchRecoveryStatusResponse) MarshalProtoText() string

func (*WatchRecoveryStatusResponse) MarshalToSizedBufferVT added in v0.51.8

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

func (*WatchRecoveryStatusResponse) MarshalToVT added in v0.51.8

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

func (*WatchRecoveryStatusResponse) MarshalVT added in v0.51.8

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

func (*WatchRecoveryStatusResponse) ProtoMessage added in v0.51.8

func (*WatchRecoveryStatusResponse) ProtoMessage()

func (*WatchRecoveryStatusResponse) Reset added in v0.51.8

func (x *WatchRecoveryStatusResponse) Reset()

func (*WatchRecoveryStatusResponse) SizeVT added in v0.51.8

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

func (*WatchRecoveryStatusResponse) String added in v0.51.8

func (x *WatchRecoveryStatusResponse) String() string

func (*WatchRecoveryStatusResponse) UnmarshalJSON added in v0.51.8

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

UnmarshalJSON unmarshals the WatchRecoveryStatusResponse from JSON.

func (*WatchRecoveryStatusResponse) UnmarshalProtoJSON added in v0.51.8

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

UnmarshalProtoJSON unmarshals the WatchRecoveryStatusResponse message from JSON.

func (*WatchRecoveryStatusResponse) UnmarshalVT added in v0.51.8

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

Jump to

Keyboard shortcuts

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