mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 23:34:41 +00:00
10 lines
125 B
Go
10 lines
125 B
Go
package core
|
|
|
|
import (
|
|
"github.com/sarkk0x0/orbiter/autoscaler"
|
|
)
|
|
|
|
type Core struct {
|
|
Autoscalers autoscaler.Autoscalers
|
|
}
|