Skip to content

Commit b765a39

Browse files
committed
chore: Fix codegen
1 parent f48f178 commit b765a39

File tree

2 files changed

+138
-0
lines changed

2 files changed

+138
-0
lines changed

internal/config.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package kotlin
2+
3+
type Config struct {
4+
Package string `json:"package"`
5+
EmitExactTableNames bool `json:"emit_exact_table_names"`
6+
InflectionExcludeTableNames []string `json:"inflection_exclude_table_names"`
7+
}

internal/config_easyjson.go

Lines changed: 131 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)