package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev

# Functions

JournalRemoteCmdPath searches for the systemd-journal-remote command in well-known paths and the directories named in the $PATH environment variable.
New constructs a new Sender which will write journal entries to outpath.
NewT is like New but will skip the test if the systemd-journal-remote command is not available.

# Variables

ErrCommandNotFound is returned when the systemd-journal-remote command could not be located at the well-known paths or $PATH.

# Structs

Sender fakes github.com/coreos/go-systemd/v22/journal.Send, writing journal entries to an arbitrary journal file without depending on a running journald process.