mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 03:57:01 +02:00
12 lines
223 B
Go
12 lines
223 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !enterprise
|
|
|
|
package builtinplugins
|
|
|
|
//go:generate go run github.com/hashicorp/vault/tools/stubmaker
|
|
|
|
func entAddExtPlugins(r *registry) {
|
|
}
|