package
0.0.0-20190731215431-22e582fa9b93
Repository: https://github.com/mlowicki/rhythm.git
Documentation: pkg.go.dev
# Structs
BaseCommand implements funcionality shared by all commands.
ClientCommand implements interactive client.
CreateJobCommand implements command for adding new job.
DeleteJobCommand implements command for deleting existing job.
FindJobsCommand implements command for searching based on specified pattern.
HealthCommand implements command for returning server's info.
ReadJobCommand implements command for getting job's info.
ReadTasksCommand implements command for returning job's run (history).
RunJobCommand implements command for scheduling job for immediate run.
ServerCommand implements command for running server.
UpdateJobCommand implements command for changing existing job.
UpdateTokenCommand implements command for updating authz token.