package
0.0.0-20201106104914-e99cc0b83bb6
Repository: https://github.com/ozonep/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.