constellation/cli/internal/featureset/featureset_enterprise.go

16 lines
236 B
Go
Raw Normal View History

//go:build enterprise
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package featureset
const (
edition = EditionEnterprise
canFetchMeasurements = true
canUpgradeCheck = true
)