vault/sdk/helper/pluginutil/run_config_stubs_oss.go
Thy Ton 193796bfc9
refactor database plugin SDK (#29479)
* prepare for enterprise database plugin SDK development
2025-02-03 09:50:33 -07:00

13 lines
221 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !enterprise
package pluginutil
type EntPluginClientConfig struct{}
func (p *PluginClientConfig) EntUpdate(_ *PluginRunner) {
// no-op
}