cleanup
This commit is contained in:
parent
06dcac4c2f
commit
3acc62e79e
2 changed files with 4 additions and 23 deletions
|
@ -39,10 +39,6 @@ type Storage interface {
|
|||
Health(context.Context) error
|
||||
}
|
||||
|
||||
type StorageNotFoundError interface {
|
||||
IsNotFound()
|
||||
}
|
||||
|
||||
type AuthRequest interface {
|
||||
GetID() string
|
||||
GetACR() string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue