package
0.0.0-20240423142029-1418baeee485
Repository: https://github.com/danielpickens/mobiushpc.git
Documentation: pkg.go.dev

# Functions

ExpandContainerCommandOnlyStatic substitutes only static environment variable values from the container environment definitions.
ExpandContainerVolumeMounts expands the subpath of the given VolumeMount by replacing variable references with the values of given EnvVar.
No description provided by the author
NewLogLine creates a logLine struct from a container log string.
NewReverseReader returns a reader that reads from the end of a file rather than the beginning.

# Constants

ANSIEscapeResetCode is a code that resets all colors and text effects.
FullLogType signifies a log line is full.
LogTimeFormat is the time format used in the log.
PartialLogType signifies a log line that exceeded the buffer length and needed to spill into a new line.

# Structs

LogLine describes the information for each line of a log.
LogOptions is the options you can use for logs.
ReverseReader structure for reading a file backwards.