systemv2

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_eproxy_system_v2_system_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AppInfo

type AppInfo struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Commit  string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfo) Descriptor deprecated

func (*AppInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppInfo.ProtoReflect.Descriptor instead.

func (*AppInfo) GetCommit

func (x *AppInfo) GetCommit() string

func (*AppInfo) GetName

func (x *AppInfo) GetName() string

func (*AppInfo) GetVersion

func (x *AppInfo) GetVersion() string

func (*AppInfo) ProtoMessage

func (*AppInfo) ProtoMessage()

func (*AppInfo) ProtoReflect

func (x *AppInfo) ProtoReflect() protoreflect.Message

func (*AppInfo) Reset

func (x *AppInfo) Reset()

func (*AppInfo) String

func (x *AppInfo) String() string

type BlockchainInfo

type BlockchainInfo struct {
	NodeLastBlockHeight uint64 `protobuf:"varint,1,opt,name=node_last_block_height,json=nodeLastBlockHeight,proto3" json:"node_last_block_height,omitempty"`
	DbLastBlockHeight   uint64 `protobuf:"varint,2,opt,name=db_last_block_height,json=dbLastBlockHeight,proto3" json:"db_last_block_height,omitempty"`
	DbMinBlockHeight    uint64 `protobuf:"varint,3,opt,name=db_min_block_height,json=dbMinBlockHeight,proto3" json:"db_min_block_height,omitempty"`
	NodeDiff            uint64 `protobuf:"varint,4,opt,name=node_diff,json=nodeDiff,proto3" json:"node_diff,omitempty"`
	TotalParsedBlocks   uint64 `protobuf:"varint,5,opt,name=total_parsed_blocks,json=totalParsedBlocks,proto3" json:"total_parsed_blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockchainInfo) Descriptor deprecated

func (*BlockchainInfo) Descriptor() ([]byte, []int)

Deprecated: Use BlockchainInfo.ProtoReflect.Descriptor instead.

func (*BlockchainInfo) GetDbLastBlockHeight

func (x *BlockchainInfo) GetDbLastBlockHeight() uint64

func (*BlockchainInfo) GetDbMinBlockHeight

func (x *BlockchainInfo) GetDbMinBlockHeight() uint64

func (*BlockchainInfo) GetNodeDiff

func (x *BlockchainInfo) GetNodeDiff() uint64

func (*BlockchainInfo) GetNodeLastBlockHeight

func (x *BlockchainInfo) GetNodeLastBlockHeight() uint64

func (*BlockchainInfo) GetTotalParsedBlocks

func (x *BlockchainInfo) GetTotalParsedBlocks() uint64

func (*BlockchainInfo) ProtoMessage

func (*BlockchainInfo) ProtoMessage()

func (*BlockchainInfo) ProtoReflect

func (x *BlockchainInfo) ProtoReflect() protoreflect.Message

func (*BlockchainInfo) Reset

func (x *BlockchainInfo) Reset()

func (*BlockchainInfo) String

func (x *BlockchainInfo) String() string

type DBInfo

type DBInfo struct {
	DbCurrentSize float64           `protobuf:"fixed64,1,opt,name=db_current_size,json=dbCurrentSize,proto3" json:"db_current_size,omitempty"`
	DbItemsCount  map[string]uint64 `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DBInfo) Descriptor deprecated

func (*DBInfo) Descriptor() ([]byte, []int)

Deprecated: Use DBInfo.ProtoReflect.Descriptor instead.

func (*DBInfo) GetDbCurrentSize

func (x *DBInfo) GetDbCurrentSize() float64

func (*DBInfo) GetDbItemsCount

func (x *DBInfo) GetDbItemsCount() map[string]uint64

func (*DBInfo) ProtoMessage

func (*DBInfo) ProtoMessage()

func (*DBInfo) ProtoReflect

func (x *DBInfo) ProtoReflect() protoreflect.Message

func (*DBInfo) Reset

func (x *DBInfo) Reset()

func (*DBInfo) String

func (x *DBInfo) String() string

type HostInfo

type HostInfo struct {
	Hostname             string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Uptime               string `protobuf:"bytes,2,opt,name=uptime,proto3" json:"uptime,omitempty"`
	BootTime             string `protobuf:"bytes,3,opt,name=boot_time,json=bootTime,proto3" json:"boot_time,omitempty"`
	Procs                uint64 `protobuf:"varint,4,opt,name=procs,proto3" json:"procs,omitempty"`
	Os                   string `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"`
	Platform             string `protobuf:"bytes,6,opt,name=platform,proto3" json:"platform,omitempty"`
	PlatformFamily       string `protobuf:"bytes,7,opt,name=platform_family,json=platformFamily,proto3" json:"platform_family,omitempty"`
	PlatformVersion      string `protobuf:"bytes,8,opt,name=platform_version,json=platformVersion,proto3" json:"platform_version,omitempty"`
	KernelVersion        string `protobuf:"bytes,9,opt,name=kernel_version,json=kernelVersion,proto3" json:"kernel_version,omitempty"`
	KernelArch           string `protobuf:"bytes,10,opt,name=kernel_arch,json=kernelArch,proto3" json:"kernel_arch,omitempty"`
	VirtualizationSystem string `protobuf:"bytes,11,opt,name=virtualization_system,json=virtualizationSystem,proto3" json:"virtualization_system,omitempty"`
	VirtualizationRole   string `protobuf:"bytes,12,opt,name=virtualization_role,json=virtualizationRole,proto3" json:"virtualization_role,omitempty"`
	HostId               string `protobuf:"bytes,13,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"`
	// contains filtered or unexported fields
}

func (*HostInfo) Descriptor deprecated

func (*HostInfo) Descriptor() ([]byte, []int)

Deprecated: Use HostInfo.ProtoReflect.Descriptor instead.

func (*HostInfo) GetBootTime

func (x *HostInfo) GetBootTime() string

func (*HostInfo) GetHostId

func (x *HostInfo) GetHostId() string

func (*HostInfo) GetHostname

func (x *HostInfo) GetHostname() string

func (*HostInfo) GetKernelArch

func (x *HostInfo) GetKernelArch() string

func (*HostInfo) GetKernelVersion

func (x *HostInfo) GetKernelVersion() string

func (*HostInfo) GetOs

func (x *HostInfo) GetOs() string

func (*HostInfo) GetPlatform

func (x *HostInfo) GetPlatform() string

func (*HostInfo) GetPlatformFamily

func (x *HostInfo) GetPlatformFamily() string

func (*HostInfo) GetPlatformVersion

func (x *HostInfo) GetPlatformVersion() string

func (*HostInfo) GetProcs

func (x *HostInfo) GetProcs() uint64

func (*HostInfo) GetUptime

func (x *HostInfo) GetUptime() string

func (*HostInfo) GetVirtualizationRole

func (x *HostInfo) GetVirtualizationRole() string

func (*HostInfo) GetVirtualizationSystem

func (x *HostInfo) GetVirtualizationSystem() string

func (*HostInfo) ProtoMessage

func (*HostInfo) ProtoMessage()

func (*HostInfo) ProtoReflect

func (x *HostInfo) ProtoReflect() protoreflect.Message

func (*HostInfo) Reset

func (x *HostInfo) Reset()

func (*HostInfo) String

func (x *HostInfo) String() string

type InfoRequest

type InfoRequest struct {
	Blockchain v2.Blockchain `protobuf:"varint,1,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoRequest) Descriptor deprecated

func (*InfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.

func (*InfoRequest) GetBlockchain

func (x *InfoRequest) GetBlockchain() v2.Blockchain

func (*InfoRequest) ProtoMessage

func (*InfoRequest) ProtoMessage()

func (*InfoRequest) ProtoReflect

func (x *InfoRequest) ProtoReflect() protoreflect.Message

func (*InfoRequest) Reset

func (x *InfoRequest) Reset()

func (*InfoRequest) String

func (x *InfoRequest) String() string

type InfoResponse

type InfoResponse struct {
	AppInfo        *AppInfo        `protobuf:"bytes,1,opt,name=app_info,json=appInfo,proto3" json:"app_info,omitempty"`
	BlockchainInfo *BlockchainInfo `protobuf:"bytes,2,opt,name=blockchain_info,json=blockchainInfo,proto3" json:"blockchain_info,omitempty"`
	DbInfo         *DBInfo         `protobuf:"bytes,3,opt,name=db_info,json=dbInfo,proto3" json:"db_info,omitempty"`
	SystemInfo     *SystemInfo     `protobuf:"bytes,4,opt,name=system_info,json=systemInfo,proto3" json:"system_info,omitempty"`
	HostInfo       *HostInfo       `protobuf:"bytes,5,opt,name=host_info,json=hostInfo,proto3" json:"host_info,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoResponse) Descriptor deprecated

func (*InfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.

func (*InfoResponse) GetAppInfo

func (x *InfoResponse) GetAppInfo() *AppInfo

func (*InfoResponse) GetBlockchainInfo

func (x *InfoResponse) GetBlockchainInfo() *BlockchainInfo

func (*InfoResponse) GetDbInfo

func (x *InfoResponse) GetDbInfo() *DBInfo

func (*InfoResponse) GetHostInfo

func (x *InfoResponse) GetHostInfo() *HostInfo

func (*InfoResponse) GetSystemInfo

func (x *InfoResponse) GetSystemInfo() *SystemInfo

func (*InfoResponse) ProtoMessage

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) ProtoReflect

func (x *InfoResponse) ProtoReflect() protoreflect.Message

func (*InfoResponse) Reset

func (x *InfoResponse) Reset()

func (*InfoResponse) String

func (x *InfoResponse) String() string

type SystemInfo

type SystemInfo struct {
	TotalDiskSpace         float64 `protobuf:"fixed64,1,opt,name=total_disk_space,json=totalDiskSpace,proto3" json:"total_disk_space,omitempty"`
	FreeDiskSpace          float64 `protobuf:"fixed64,2,opt,name=free_disk_space,json=freeDiskSpace,proto3" json:"free_disk_space,omitempty"`
	TotalMemory            float64 `protobuf:"fixed64,3,opt,name=total_memory,json=totalMemory,proto3" json:"total_memory,omitempty"`
	FreeMemory             float64 `protobuf:"fixed64,4,opt,name=free_memory,json=freeMemory,proto3" json:"free_memory,omitempty"`
	ServiceMemoryTotalUsed float64 `` /* 133-byte string literal not displayed */
	ServiceMemoryCurrent   float64 `protobuf:"fixed64,6,opt,name=service_memory_current,json=serviceMemoryCurrent,proto3" json:"service_memory_current,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemInfo) Descriptor deprecated

func (*SystemInfo) Descriptor() ([]byte, []int)

Deprecated: Use SystemInfo.ProtoReflect.Descriptor instead.

func (*SystemInfo) GetFreeDiskSpace

func (x *SystemInfo) GetFreeDiskSpace() float64

func (*SystemInfo) GetFreeMemory

func (x *SystemInfo) GetFreeMemory() float64

func (*SystemInfo) GetServiceMemoryCurrent

func (x *SystemInfo) GetServiceMemoryCurrent() float64

func (*SystemInfo) GetServiceMemoryTotalUsed

func (x *SystemInfo) GetServiceMemoryTotalUsed() float64

func (*SystemInfo) GetTotalDiskSpace

func (x *SystemInfo) GetTotalDiskSpace() float64

func (*SystemInfo) GetTotalMemory

func (x *SystemInfo) GetTotalMemory() float64

func (*SystemInfo) ProtoMessage

func (*SystemInfo) ProtoMessage()

func (*SystemInfo) ProtoReflect

func (x *SystemInfo) ProtoReflect() protoreflect.Message

func (*SystemInfo) Reset

func (x *SystemInfo) Reset()

func (*SystemInfo) String

func (x *SystemInfo) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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