package
1.7.2
Repository: https://github.com/nsigarora/drone.git
Documentation: pkg.go.dev

# Functions

HandleCreate returns an http.HandlerFunc that processes http requests to create a new cronjob.
HandleDelete returns an http.HandlerFunc that processes http requests to delete the cron job.
HandleExec returns an http.HandlerFunc that processes http requests to execute a cronjob on-demand.
HandleFind returns an http.HandlerFunc that writes json-encoded cronjob details to the the response body.
HandleList returns an http.HandlerFunc that writes a json-encoded list of cron jobs to the response body.
HandleUpdate returns an http.HandlerFunc that processes http requests to enable or disable a cron job.