add code for VmBeingModified endpoint
This commit is contained in:
11
internal/tasks/monitorVcenter.go
Normal file
11
internal/tasks/monitorVcenter.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package tasks
|
||||
|
||||
import (
|
||||
"context"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
// use gocron to check vcenters for VMs or updates we don't know about
|
||||
func (c *CronTask) RunVcenterPoll(ctx context.Context, logger *slog.Logger) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user