mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
9 lines
217 B
Go
9 lines
217 B
Go
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"`
|
|
}
|