Files
vault/helper/constants/constants_oss.go
2024-01-02 10:35:40 -08:00

9 lines
139 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !enterprise
package constants
var IsEnterprise = false