Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminRepository ¶
type AdminRepository struct {
// contains filtered or unexported fields
}
func NewAdminRepository ¶
func NewAdminRepository(db *postgres.Db) *AdminRepository
type AppRepository ¶
type AppRepository struct {
// contains filtered or unexported fields
}
func NewAppRepository ¶
func NewAppRepository(db *postgres.Db) *AppRepository
type UserRepository ¶
type UserRepository struct {
// contains filtered or unexported fields
}
func NewUserRepository ¶
func NewUserRepository(db *postgres.Db) *UserRepository
Click to show internal directories.
Click to hide internal directories.