Versions in this module Expand all Collapse all v0 v0.2.0 Jul 14, 2026 Changes in this version + var File_node_platform_common_v1_chain_plugin_config_proto protoreflect.FileDescriptor + var File_node_platform_common_v1_health_info_proto protoreflect.FileDescriptor + var File_node_platform_common_v1_node_build_info_proto protoreflect.FileDescriptor + var File_node_platform_common_v1_node_job_info_proto protoreflect.FileDescriptor + type ChainPluginConfig struct + ChainId string + CsaPublicKey string + Nodes []*Node + func (*ChainPluginConfig) Descriptor() ([]byte, []int) + func (*ChainPluginConfig) ProtoMessage() + func (x *ChainPluginConfig) GetChainId() string + func (x *ChainPluginConfig) GetCsaPublicKey() string + func (x *ChainPluginConfig) GetNodes() []*Node + func (x *ChainPluginConfig) ProtoReflect() protoreflect.Message + func (x *ChainPluginConfig) Reset() + func (x *ChainPluginConfig) String() string + type HealthInfo struct + HealthErrors map[string]string + Healthy bool + func (*HealthInfo) Descriptor() ([]byte, []int) + func (*HealthInfo) ProtoMessage() + func (x *HealthInfo) GetHealthErrors() map[string]string + func (x *HealthInfo) GetHealthy() bool + func (x *HealthInfo) ProtoReflect() protoreflect.Message + func (x *HealthInfo) Reset() + func (x *HealthInfo) String() string + type Node struct + Urls map[string]string + func (*Node) Descriptor() ([]byte, []int) + func (*Node) ProtoMessage() + func (x *Node) GetUrls() map[string]string + func (x *Node) ProtoReflect() protoreflect.Message + func (x *Node) Reset() + func (x *Node) String() string + type NodeBuildInfo struct + CommitSha string + CsaPublicKey string + DockerTag string + Version string + VersionTag string + func (*NodeBuildInfo) Descriptor() ([]byte, []int) + func (*NodeBuildInfo) ProtoMessage() + func (x *NodeBuildInfo) GetCommitSha() string + func (x *NodeBuildInfo) GetCsaPublicKey() string + func (x *NodeBuildInfo) GetDockerTag() string + func (x *NodeBuildInfo) GetVersion() string + func (x *NodeBuildInfo) GetVersionTag() string + func (x *NodeBuildInfo) ProtoReflect() protoreflect.Message + func (x *NodeBuildInfo) Reset() + func (x *NodeBuildInfo) String() string + type NodeJobInfo struct + CsaPublicKey string + SubmitterAddresses []*NodeSubmitterAddress + func (*NodeJobInfo) Descriptor() ([]byte, []int) + func (*NodeJobInfo) ProtoMessage() + func (x *NodeJobInfo) GetCsaPublicKey() string + func (x *NodeJobInfo) GetSubmitterAddresses() []*NodeSubmitterAddress + func (x *NodeJobInfo) ProtoReflect() protoreflect.Message + func (x *NodeJobInfo) Reset() + func (x *NodeJobInfo) String() string + type NodeSubmitterAddress struct + Addresses []string + ChainId string + FieldPath string + JobType string + PluginType string + func (*NodeSubmitterAddress) Descriptor() ([]byte, []int) + func (*NodeSubmitterAddress) ProtoMessage() + func (x *NodeSubmitterAddress) GetAddresses() []string + func (x *NodeSubmitterAddress) GetChainId() string + func (x *NodeSubmitterAddress) GetFieldPath() string + func (x *NodeSubmitterAddress) GetJobType() string + func (x *NodeSubmitterAddress) GetPluginType() string + func (x *NodeSubmitterAddress) ProtoReflect() protoreflect.Message + func (x *NodeSubmitterAddress) Reset() + func (x *NodeSubmitterAddress) String() string