Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( NewRepository, NewUserRepo, )
Functions ¶
This section is empty.
Types ¶
type RepositoryImpl ¶
type RepositoryImpl struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(db *sqlx.DB) *RepositoryImpl
func (*RepositoryImpl) UserRepo ¶
func (r *RepositoryImpl) UserRepo() model.UserRepo
func (*RepositoryImpl) WithTransaction ¶
Click to show internal directories.
Click to hide internal directories.