Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRepository ¶
type UserRepository interface { storage.GenericRepository[shared.User] }
UserRepository defines the interface for user-related database operations.
func NewUserRepository ¶
func NewUserRepository() UserRepository
NewUserRepository creates a new UserRepository instance using the shared.User type.
Click to show internal directories.
Click to hide internal directories.