Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRepositoryInterfaces ¶
type UserRepositoryInterfaces interface { InsertUser(*entity.MasterUser) (*gorm.DB, error) CreateUserAuth(*gorm.DB, *entity.UserAuth) error GetCurrentDeviceID(int64) string GetUserAuth(int64) *entity.UserAuth GetUserByUsername(string) *entity.MasterUser UpdateDeviceIDLastLogin(string, int64) error }
type UserServicesInterfaces ¶
type UserServicesInterfaces interface { LoginUser(*models.ReqUserLogin) (string, error) RegisterUser(*models.ReqUserRegister) error GetCurrentDeviceID(int64) string }
Click to show internal directories.
Click to hide internal directories.