mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01:00
Add Docker engines provider
This commit is contained in:
@@ -4,5 +4,6 @@ import "github.com/crazy-max/diun/internal/model/provider"
|
||||
|
||||
// Providers represents a provider configuration
|
||||
type Providers struct {
|
||||
Image []provider.Image `yaml:"image,omitempty" json:",omitempty"`
|
||||
Image []provider.Image `yaml:"image,omitempty" json:",omitempty"`
|
||||
Docker []provider.Docker `yaml:"docker,omitempty" json:",omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user