Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationRepository ¶
type NotificationRepository struct {
// contains filtered or unexported fields
}
func NewNotificationRepository ¶
func NewNotificationRepository(con *grpc.ClientConn) NotificationRepository
func (*NotificationRepository) SendNotification ¶
func (u *NotificationRepository) SendNotification(ctx context.Context, payload entities.NotificationSends) error
type UserRepository ¶
type UserRepository struct {
// contains filtered or unexported fields
}
func NewUserRepository ¶
func NewUserRepository(con *grpc.ClientConn) UserRepository
func (*UserRepository) CreateUser ¶
func (*UserRepository) UpdateEmailVerifiedUser ¶
Click to show internal directories.
Click to hide internal directories.