package
1.8.0
Repository: https://github.com/synapsecns/sanguine.git
Documentation: pkg.go.dev

# Functions

GetPort returns the port of a container.
TailContainerLogs tails the logs of a container and outputs them to a processlog file.
ValidateOptions validates the options for the TailContainerLogs function.
WithCallback sets the callback function for the TailContainerLogs function.
WithContext sets the context for the TailContainerLogs function.
WithFollow sets the Follow option for the TailContainerLogs function.
WithPool sets the pool for the TailContainerLogs function.
WithProcessLogOptions sets the process log options for the TailContainerLogs function.
WithRawTerminal sets the RawTerminal option for the TailContainerLogs function.
WithResource sets the resource for the TailContainerLogs function.
WithSince sets the Since option for the TailContainerLogs function.
WithStderr sets the Stderr option for the TailContainerLogs function.
WithStdout sets the Stdout option for the TailContainerLogs function.
WithTimestamps sets the Timestamps option for the TailContainerLogs function.

# Type aliases

Callback is a callback function that is called when a container log process is started.
Option is a function that configures a logOptions struct.