constellation/internal/config
Malte Poll fc33a74c78
constants: make VersionInfo readonly (#1316)
The variable VersionInfo is supposed to be set by `go build -X ...` during link time but should not be modified at runtime.
This change ensures the underlying var is private and can only be accessed by a public getter.
2023-03-01 11:55:12 +01:00
..
instancetypes cli: add support for GCP C2D VMs 2023-02-22 15:25:51 +01:00
testdata config: fix digest naming (#1064) 2023-01-24 22:20:10 +01:00
config_doc.go cli: add basic support for constellation create on OpenStack (#1283) 2023-02-27 18:19:52 +01:00
config_test.go config: use toPtr func to get pointers (#1287) 2023-02-28 18:44:21 +01:00
config.go constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
images_enterprise.go release: bring back changes from v2.5.0 (#1061) 2023-01-24 11:35:26 +01:00
images_oss.go CLI: use global image version field 2022-11-23 15:47:46 +01:00
validation_test.go constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
validation.go constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00