Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth interface { Register(ctx context.Context, data entity.User) (models.AuthResponse, error) Login(ctx context.Context, data models.LoginReq) (models.AuthResponse, error) Refresh(ctx context.Context, uuid, token string) (models.AuthResponse, error) GetPasswordAndID(ctx context.Context, email string) (string, string, error) }
type CarManagement ¶
type NotifierRepo ¶
type Repository ¶
type Repository interface { Auth Rent User CarManagement NotifierRepo }
Click to show internal directories.
Click to hide internal directories.