1
0
vault-redux/vault/logical_system_activity_write.go

13 lines
239 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !testonly
package vault
import (
"github.com/hashicorp/vault/sdk/framework"
)
func (b *SystemBackend) activityWritePath() *framework.Path { return nil }