Add some managed key build tags to support incoming enterprise feature work. (#18902)
This commit is contained in:
parent
2b9a8c6c49
commit
20c1645329
|
@ -1,3 +1,5 @@
|
|||
//go:build !enterprise
|
||||
|
||||
package transit
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//go:build !enterprise
|
||||
|
||||
package keysutil
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue