Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMySQLConnection ¶
Types ¶
type MemoryHourRepository ¶
type MemoryHourRepository struct {
// contains filtered or unexported fields
}
func NewMemoryHourRepository ¶
func NewMemoryHourRepository(hourFactory hour.Factory) *MemoryHourRepository
type MySQLDatesRepository ¶
type MySQLDatesRepository struct {
// contains filtered or unexported fields
}
func NewMySQLDatesRepository ¶
func NewMySQLDatesRepository(db *sqlx.DB, factory hour.Factory) *MySQLDatesRepository
type MySQLHourRepository ¶
type MySQLHourRepository struct {
// contains filtered or unexported fields
}
func NewMySQLHourRepository ¶
func NewMySQLHourRepository(db *sqlx.DB, hourFactory hour.Factory) *MySQLHourRepository
Click to show internal directories.
Click to hide internal directories.