diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-24 15:38:36 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-24 15:38:36 -0600 |
| commit | 7fb5255aafc435f5b47725716963f3aebfb9feb2 (patch) | |
| tree | 2779faa2ce03296013722086019262bbc390cadf /app/domain/user.go | |
| parent | 5f04ff8b3051d176dca586357ed68482d62b8eef (diff) | |
test: Validate Entity ObjectReference
Diffstat (limited to 'app/domain/user.go')
| -rw-r--r-- | app/domain/user.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/domain/user.go b/app/domain/user.go index e618b5f..c9dcfb4 100644 --- a/app/domain/user.go +++ b/app/domain/user.go @@ -2,7 +2,6 @@ package domain import ( v1 "github.com/authzed/authzed-go/proto/authzed/api/v1" - "github.com/xlgmokha/x/pkg/x" ) type User struct { @@ -12,10 +11,6 @@ type User struct { Picture string `json:"picture" jsonapi:"attr,picture"` } -func NewUser(options ...x.Configure[*User]) *User { - return New[*User](options...) -} - func (u *User) GetID() ID { return u.ID } |
