Record project continuation changes
This commit is contained in:
@@ -7,8 +7,10 @@ import (
|
||||
)
|
||||
|
||||
type UserRepository interface {
|
||||
List(ctx context.Context) ([]User, error)
|
||||
GetByEmail(ctx context.Context, email string) (*User, error)
|
||||
GetByID(ctx context.Context, userID string) (*User, error)
|
||||
Create(ctx context.Context, user User) (*User, error)
|
||||
}
|
||||
|
||||
type DeviceRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user