init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package middleware
|
||||
|
||||
import (
|
||||
"apskel-pos-be/internal/models"
|
||||
"context"
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type UserProcessor interface {
|
||||
GetUserByID(ctx context.Context, id uuid.UUID) (*models.UserResponse, error)
|
||||
}
|
||||
Reference in New Issue
Block a user