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.

# Structs

Agent (s) are the clients of DRLM Core that are installed in the servers.
Job is an individual job of the scheduler.
Plugin is an individual plugin that's installed in an Agent.
User is an individual user of DRLM Core.

# Type aliases

JobStatus is the status of a job.