Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecError ¶
type ExecError struct { Options ExecOptions Result ExecResult }
type ExecOptions ¶
type ExecResult ¶
func Exec ¶
func Exec(name string, options ExecOptions) (ExecResult, error)
func (ExecResult) LogString ¶
func (result ExecResult) LogString() string
type HostInfo ¶
type HostInfo struct { KernelName string Hostname string OperatingSystemPrettyName string KernelVersion string KernelRelease string }
func GetHostInfo ¶
type JournalOptions ¶
type JournalReader ¶
func OpenJournal ¶
func OpenJournal(options JournalOptions) (JournalReader, error)
open journal for reading, if available
Click to show internal directories.
Click to hide internal directories.