mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 16:39:29 -05:00
9 lines
98 B
Go
9 lines
98 B
Go
|
//go:build !enterprise
|
||
|
|
||
|
package config
|
||
|
|
||
|
const (
|
||
|
DefaultImageAzure = ""
|
||
|
DefaultImageGCP = ""
|
||
|
)
|