mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(api): add go module support (#3408)
* feat(api): experiment with go mod * feat(api): experiment with go mod * feat(api): experiment with go mod * feat(api): add go module support * refactor(api): go fmt
This commit is contained in:
parent
bba13f69ad
commit
e9f6861df0
4 changed files with 313 additions and 2 deletions
|
@ -2,7 +2,7 @@ package cron
|
|||
|
||||
import (
|
||||
"github.com/portainer/portainer/api"
|
||||
"github.com/robfig/cron"
|
||||
"github.com/robfig/cron/v3"
|
||||
)
|
||||
|
||||
// JobScheduler represents a service for managing crons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue