package main func (p *Plugin) runJob() { // Include job logic here p.API.LogInfo("Job is currently running") }