1
0
vault-redux/vault/logical_system_activity_write.go
2024-01-02 10:36:20 -08:00

13 lines
239 B
Go

// 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 }