mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 23:34:41 +00:00
9 lines
144 B
Go
9 lines
144 B
Go
package provider
|
|
|
|
type FakeProvider struct {
|
|
}
|
|
|
|
func (f FakeProvider) Scale(serviceId string, target int, direction bool) error {
|
|
return nil
|
|
}
|