orbiter/core/daemon.go
Gianluca Arbezzano fd1a0b1a2c
Removed multi provider and yml configuration
This PR removes code not in the project's scope anymore.
It removes yml configuration file. And digitalocean provider.

Oribiter will be a Docker Swarm specific autoscaler.

Fixed #17
2017-09-30 13:45:04 +01:00

10 lines
124 B
Go

package core
import (
"github.com/gianarb/orbiter/autoscaler"
)
type Core struct {
Autoscalers autoscaler.Autoscalers
}