compose/cli/mobycli/delegate_ecs.go

10 lines
194 B
Go

// +build !ecs
package mobycli
import "github.com/docker/api/context/store"
func init() {
delegatedContextTypes = append(delegatedContextTypes, store.AwsContextType, store.EcsContextType)
}