Sign in
third-party-mirror
/
hashicorp
/
vault
/
refs/heads/main
/
.
/
v1.14.6
/
sdk
/
logical
/
acme_billing.go
blob: 6e4f6ef398b83991c72a773c7c8748fb38a61fbd [
file
] [
log
] [
blame
] [
edit
]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package logical
import "context"
type ACMEBillingSystemView interface {
CreateActivityCountEventForIdentifiers(ctx context.Context, identifiers []string) error
}