Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UsersServices ~ UsersServices usersServicesInterface UserDao UserRepoInterface EventsDao EventRepoInterface )
Functions ¶
This section is empty.
Types ¶
type EventRepoInterface ¶
func NewEventRepository ¶
func NewEventRepository(db *sqlx.DB) EventRepoInterface
type UserRepoInterface ¶
type UserRepoInterface interface {
Create() error
}
func NewUserRepository ¶
func NewUserRepository(db *sqlx.DB) UserRepoInterface
Click to show internal directories.
Click to hide internal directories.