Move docker provider to its own package 👼
Makes it simpler to manage :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
dc01094863
commit
3f293ee25b
17 changed files with 163 additions and 161 deletions
|
@ -182,7 +182,7 @@ func (provider *ECS) loadECSConfig(ctx context.Context, client *awsClient) (*typ
|
|||
|
||||
instances = fun.Filter(provider.filterInstance, instances).([]ecsInstance)
|
||||
|
||||
return provider.getConfiguration("templates/ecs.tmpl", ecsFuncMap, struct {
|
||||
return provider.GetConfiguration("templates/ecs.tmpl", ecsFuncMap, struct {
|
||||
Instances []ecsInstance
|
||||
}{
|
||||
instances,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue