package
0.7.3
Repository: https://github.com/fmotalleb/crontab-go.git
Documentation: pkg.go.dev

# Packages

Package cmdutils contain helper methods for cmd executors.

# Functions

CompileConnection compiles the task connection based on the provided configuration and logger.
NewDockerAttachConnection creates a new DockerAttachConnection instance.
NewDockerCreateConnection initializes a new DockerCreateConnection instance.
NewLocalCMDConn creates a new instance of Local command connection.

# Structs

No description provided by the author
DockerCreateConnection is a struct that manages the creation and execution of Docker containers.
Local represents a local command connection.