Add Docker ID integration
This commit is contained in:
@@ -41,4 +41,5 @@ type StorageApi interface {
|
||||
|
||||
UserFindByProvider(providerName, providerUserId string) (*types.User, error)
|
||||
UserPut(user *types.User) error
|
||||
UserGet(id string) (*types.User, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user