Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLPresenterRepository ¶
func NewMySQLPresenterRepository ¶
func NewMySQLPresenterRepository(dbConn *sql.DB) *MySQLPresenterRepository
func (*MySQLPresenterRepository) FetchAllPresenters ¶
func (m *MySQLPresenterRepository) FetchAllPresenters() ([]*presenter.Presenter, error)
func (*MySQLPresenterRepository) GetPresenter ¶
func (m *MySQLPresenterRepository) GetPresenter(presenterID int64) (*presenter.Presenter, error)
func (*MySQLPresenterRepository) StorePresenter ¶
func (m *MySQLPresenterRepository) StorePresenter(p *presenter.Presenter) error
Click to show internal directories.
Click to hide internal directories.