package
0.0.0-20200319182739-383e6fcdace5
Repository: https://github.com/brainupdaters/drlm-core.git
Documentation: pkg.go.dev
# Functions
AgentList returns a list with all the agents.
IsErrUsrPwdStrength checks if an error is a password strength error.
JobList returns a list with all the jobs.
UserList returns a list with all the users.
# Constants
JobStatusCancelled is when a job has been cancelled during the execution.
JobStatusFailed is when a job has failed during the execution.
JobStatusFinished is when a job has already finished.
JobStatusRunning is when a job is currently running.
JobStatusScheduled is when a job has been scheduled.
JobStatusUnknown is when a job status is not known.
# Type aliases
JobStatus is the status of a job.