mirror of
https://github.com/docker/compose.git
synced 2026-06-25 10:38:23 +00:00
9 lines
194 B
Go
9 lines
194 B
Go
// +build !ecs
|
|
|
|
package mobycli
|
|
|
|
import "github.com/docker/api/context/store"
|
|
|
|
func init() {
|
|
delegatedContextTypes = append(delegatedContextTypes, store.AwsContextType, store.EcsContextType)
|
|
}
|