delegate_ecs.go 194 B

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