2023-03-28 18:39:22 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-02-22 16:36:36 +00:00
|
|
|
// Package configentry contains structs and logic related to the Configuration
|
|
|
|
// Entry subsystem. Currently this is restricted to structs used during
|
|
|
|
// runtime, but which are not serialized to the network or disk.
|
|
|
|
|
|
|
|
package configentry
|