chore(auth): start refactoring for testable code #181
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
package types
|
||||
|
||||
import "github.com/google/uuid"
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
var (
|
||||
InternalServerError = errors.New("Internal server error")
|
||||
)
|
||||
|
||||
type User struct {
|
||||
Id uuid.UUID
|
||||
|
||||
Reference in New Issue
Block a user