This commit is contained in:
Livio Amstutz 2020-10-20 07:39:36 +02:00
parent 06dcac4c2f
commit 3acc62e79e
2 changed files with 4 additions and 23 deletions

View file

@ -39,10 +39,6 @@ type Storage interface {
Health(context.Context) error
}
type StorageNotFoundError interface {
IsNotFound()
}
type AuthRequest interface {
GetID() string
GetACR() string