Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TypeID_SYS_MONITOR provides a monitoring snapshot (CPU/network/top processes). // // NOTE: The type_id must match Env App: internal/envapp/ui_src/src/ui/protocol/redeven_v1/typeIds.ts. TypeID_SYS_MONITOR uint32 = 3001 // TypeID_SYS_MONITOR_KILL_PROCESS terminates a process by PID. // // NOTE: The type_id must match Env App: internal/envapp/ui_src/src/ui/protocol/redeven_v1/typeIds.ts. TypeID_SYS_MONITOR_KILL_PROCESS uint32 = 3002 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) RegisterWithAccessGate ¶
Click to show internal directories.
Click to hide internal directories.