package
1.0.1
Repository: https://github.com/opengemini/gemix.git
Documentation: pkg.go.dev

# Functions

NewShellModule builds and returns a ShellModule object base on given config.
NewSystemdModule builds and returns a SystemdModule object base on given config.
NewWaitFor create a WaitFor instance.

# Constants

scope can be either "system", "user" or "global".
scope can be either "system", "user" or "global".
scope can be either "system", "user" or "global".

# Structs

ShellModule is the module used to control systemd units.
ShellModuleConfig is the configurations used to initialize a GemixModuleSystemd.
SystemdModule is the module used to control systemd units.
SystemdModuleConfig is the configurations used to initialize a SystemdModule.
WaitFor is the module used to wait for some condition.
WaitForConfig is the configurations of WaitFor module.