Documentation
¶
Index ¶
- func InitializeGender(ctx context.Context, db *sql.DB, genderData []GenderData)
- func InitializeGenderCSV(filePath string) *[]GenderData
- func InitializeGenderCountry(ctx context.Context, db *sql.DB, genderCountryData []GenderCountryData)
- func InitializeGenderCountryCSV(filePath string) *[]GenderCountryData
- func InitializeSqlite(ctx context.Context, db *sql.DB)
- type GenderCountryData
- type GenderData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeGender ¶
func InitializeGender(ctx context.Context, db *sql.DB, genderData []GenderData)
func InitializeGenderCSV ¶
func InitializeGenderCSV(filePath string) *[]GenderData
func InitializeGenderCountry ¶
func InitializeGenderCountry(ctx context.Context, db *sql.DB, genderCountryData []GenderCountryData)
func InitializeGenderCountryCSV ¶
func InitializeGenderCountryCSV(filePath string) *[]GenderCountryData
Types ¶
type GenderCountryData ¶
type GenderData ¶
Click to show internal directories.
Click to hide internal directories.