mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 22:04:42 +00:00
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
10 lines
124 B
Go
10 lines
124 B
Go
package core
|
|
|
|
import (
|
|
"github.com/gianarb/orbiter/autoscaler"
|
|
)
|
|
|
|
type Core struct {
|
|
Autoscalers autoscaler.Autoscalers
|
|
}
|