8 lines
101 B
Go
8 lines
101 B
Go
// +build !enterprise
|
|
|
|
package vault
|
|
|
|
func (c *Core) setupManagedKeyRegistry() error {
|
|
return nil
|
|
}
|