// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 package vault import ( "net/http" ) // This file contains a number of methods that are useful for unit // tests within other packages. type HandlerHandler interface { Handler(*HandlerProperties) http.Handler }