Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenderLabelStorage ¶
type GenderLabelStorage struct {
// contains filtered or unexported fields
}
func NewGenderLabelStorage ¶
func NewGenderLabelStorage(db *sql.DB) *GenderLabelStorage
func (*GenderLabelStorage) FindByName ¶
func (handler *GenderLabelStorage) FindByName(name string) (*domain.GenderLabel, error)
func (*GenderLabelStorage) FindByNameAndCountry ¶
func (handler *GenderLabelStorage) FindByNameAndCountry(name string, country string) (*domain.GenderCountryLabel, error)
Click to show internal directories.
Click to hide internal directories.