# Functions
Catch panics on any non-nil error.
CatchWithLog calls Fatal() on any non-nil error.
CatchWithMsg panics on any non-nil error with the provided message (if any).
LevelFromString returns a logrus.Level and syslog.Priority from a string identifier.
RootCmdName returns the root command name.
SignalContext returns a context that cancels on given syscall signals.
ValidTag returns an error if the tag is invalid.
# Variables
Associated errors.
Associated errors.
Associated errors.
Associated errors.
Associated errors.
# Structs
ServiceFlags represents common flags which are shared across services.