Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { // GetSysctl returns the value for the specified sysctl setting GetSysctl(sysctl string) (string, error) // SetSysctl modifies the specified sysctl flag to the new value SetSysctl(sysctl string, newVal string) error }
Interface is An injectable interface for running sysctl commands.
Click to show internal directories.
Click to hide internal directories.