SYMBOL INDEX (43 symbols across 6 files) FILE: cmd/db2struct/main.go function init (line 30) | func init() { function main (line 46) | func main() { function getMariadbPassword (line 126) | func getMariadbPassword(password string) error { FILE: tests/mariadb.sql type test (line 3) | CREATE TABLE test.`all_data_types` ( FILE: utils.go constant golangByteArray (line 13) | golangByteArray = "[]byte" constant gureguNullInt (line 14) | gureguNullInt = "null.Int" constant sqlNullInt (line 15) | sqlNullInt = "sql.NullInt64" constant golangInt (line 16) | golangInt = "int" constant golangInt64 (line 17) | golangInt64 = "int64" constant gureguNullFloat (line 18) | gureguNullFloat = "null.Float" constant sqlNullFloat (line 19) | sqlNullFloat = "sql.NullFloat64" constant golangFloat (line 20) | golangFloat = "float" constant golangFloat32 (line 21) | golangFloat32 = "float32" constant golangFloat64 (line 22) | golangFloat64 = "float64" constant gureguNullString (line 23) | gureguNullString = "null.String" constant sqlNullString (line 24) | sqlNullString = "sql.NullString" constant gureguNullTime (line 25) | gureguNullTime = "null.Time" constant golangTime (line 26) | golangTime = "time.Time" function Generate (line 84) | func Generate(columnTypes map[string]map[string]string, columnsSorted []... function fmtFieldName (line 110) | func fmtFieldName(s string) string { function lintFieldName (line 125) | func lintFieldName(name string) string { function stringifyFirstChar (line 202) | func stringifyFirstChar(str string) string { FILE: utils_mysql.go function GetColumnsFromMysqlTable (line 12) | func GetColumnsFromMysqlTable(mariadbUser string, mariadbPassword string... function generateMysqlTypes (line 76) | func generateMysqlTypes(obj map[string]map[string]string, columnsSorted ... function mysqlTypeToGoType (line 119) | func mysqlTypeToGoType(mysqlType string, nullable bool, gureguTypes bool... FILE: utils_mysql_test.go constant testMariadbUsername (line 10) | testMariadbUsername = "root" constant testMariadbPassword (line 11) | testMariadbPassword = "" constant testMariadbHost (line 12) | testMariadbHost = "127.0.0.1" constant testMariadbPort (line 13) | testMariadbPort = 3306 constant testMariadbDatabase (line 14) | testMariadbDatabase = "test" function TestGetColumnsFromMysqlTable (line 16) | func TestGetColumnsFromMysqlTable(t *testing.T) { FILE: utils_test.go function TestLintFieldName (line 9) | func TestLintFieldName(t *testing.T) { function TestMysqlStringGenerate (line 41) | func TestMysqlStringGenerate(t *testing.T) { function TestMysqlBlobGenerate (line 63) | func TestMysqlBlobGenerate(t *testing.T) { function TestMysqlDateGenerate (line 101) | func TestMysqlDateGenerate(t *testing.T) { function TestMysqlFloatGenerate (line 158) | func TestMysqlFloatGenerate(t *testing.T) { function TestMysqlIntGenerate (line 210) | func TestMysqlIntGenerate(t *testing.T) { function TestMysqlJSONStringGenerate (line 273) | func TestMysqlJSONStringGenerate(t *testing.T) { function TestMysqlGormStringGenerate (line 296) | func TestMysqlGormStringGenerate(t *testing.T) { function TestMysqlStringWithIntGenerate (line 323) | func TestMysqlStringWithIntGenerate(t *testing.T) { function TestMysqlStringWithUnderscoresGenerate (line 343) | func TestMysqlStringWithUnderscoresGenerate(t *testing.T) { function TestMysqlStringWithCommonInitialismGenerate (line 363) | func TestMysqlStringWithCommonInitialismGenerate(t *testing.T) { function TestMysqlTypeToGureguType (line 384) | func TestMysqlTypeToGureguType(t *testing.T) {