mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Refactor manifest verifier (#67218)
This commit is contained in:
committed by
GitHub
parent
62587eee88
commit
aa9838bd25
@@ -157,3 +157,7 @@ type KeyStore interface {
|
||||
GetLastUpdated(ctx context.Context) (*time.Time, error)
|
||||
SetLastUpdated(ctx context.Context) error
|
||||
}
|
||||
|
||||
type KeyRetriever interface {
|
||||
GetPublicKey(ctx context.Context, keyID string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user