Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
4956a156
Unverified
Commit
4956a156
authored
3 years ago
by
Scott Miller
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add the most basic interfaces to OSS (#13561)
parent
417eb9c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vault/managed_key.go
+11
-0
vault/managed_key.go
with
11 additions
and
0 deletions
+11
-0
vault/managed_key.go
0 → 100644
+
11
-
0
View file @
4956a156
package
vault
import
"context"
type
ManagedKey
interface
{
Name
()
string
}
type
ManagedKeySystemView
interface
{
GetManagedKey
(
context
.
Context
,
string
)
(
ManagedKey
,
error
)
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment