mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-19 21:38:44 -04:00
config: improve usage and meaning of validate (#1975)
* discuss miniup config.Default() usage + discourage usage for Default() in comment * Update internal/config/config_test.go Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com> * add enterprise version check for config.Default * split config comment lines * daniel feedback * featureset.CanUseEmbeddedMeasurmentsAndImage --------- Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
1edbe962c1
commit
161bb37cba
6 changed files with 43 additions and 17 deletions
|
@ -9,7 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
package featureset
|
||||
|
||||
const (
|
||||
edition = EditionEnterprise
|
||||
canFetchMeasurements = true
|
||||
canUpgradeCheck = true
|
||||
edition = EditionEnterprise
|
||||
canFetchMeasurements = true
|
||||
canUpgradeCheck = true
|
||||
canUseEmbeddedMeasurmentsAndImage = true
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue