Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsRepo ¶
type AccountsRepo struct {
Db *DbClient
}
func (*AccountsRepo) FindAll ¶
func (repo *AccountsRepo) FindAll() ([]Account, error)
func (*AccountsRepo) FindByName ¶
func (repo *AccountsRepo) FindByName(name string) (Account, error)
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) MountHandlers ¶
func (app *App) MountHandlers()
type DbClient ¶
func NewDbClient ¶
func (*DbClient) CreateStructure ¶
func (*DbClient) RemoveStructure ¶
type Event ¶
type EventsRepo ¶
type EventsRepo struct {
Db *DbClient
}
func (*EventsRepo) FindAll ¶
func (repo *EventsRepo) FindAll() (*[]Event, error)
type RecordNotFound ¶
type RecordNotFound struct{}
func (RecordNotFound) Error ¶
func (err RecordNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.