Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientRepository ¶
type ClientRepository struct {
// contains filtered or unexported fields
}
func NewClientRepository ¶
func NewClientRepository(db *sql.DB) ClientRepository
func (ClientRepository) FindById ¶
func (c ClientRepository) FindById(id string) (*model.Client, error)
func (ClientRepository) FindByName ¶
func (c ClientRepository) FindByName(name string) (*model.Client, error)
func (ClientRepository) GetClientsBetweenBirthdays ¶
Click to show internal directories.
Click to hide internal directories.