mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 23:46:31 +01:00
Integrate images into a providers layer
This commit is contained in:
8
internal/model/providers.go
Normal file
8
internal/model/providers.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user