Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MohamedBassem/gormgen
/ types & classes
Types & classes
21 in github.com/MohamedBassem/gormgen
⨍
Functions
107
◇
Types & classes
21
↓ 7 callers
TypeAlias
Predicate
Predicate is a string that acts as a condition in the where clause
predicate.go:4
Struct
AnotherPackageStruct
internal/tmp/struct.go:3
Struct
BasicModel
gormgen_basic_test.go:19
Struct
BasicModelQueryBuilder
structs_test.go:23
Struct
BasicTestSuite
gormgen_basic_test.go:11
Struct
ComplexModel
gormgen_complex_test.go:32
Struct
ComplexModelQueryBuilder
structs_test.go:159
Struct
ComplexTestSuite
gormgen_complex_test.go:12
Struct
EmbeddedStruct
gormgen_complex_test.go:20
Struct
EmbeddedStruct2
gormgen_complex_test.go:26
Struct
Generator
The Generator is the one responsible for generating the code, adding the imports, formating, and writing it to the file.
generator.go:41
Struct
MainTestSuite
main_test.go:21
Struct
Parser
The Parser is used to parse a directory and expose information about the structs defined in the files of this directory.
parser.go:14
Struct
RelationStruct
gormgen_complex_test.go:30
Struct
User
go:generate gormgen -structs User -output user_gen.go
examples/user.go:6
Struct
UserQueryBuilder
examples/user_gen.go:24
Struct
config
cmd/gormgen/main.go:12
Struct
fieldConfig
generator.go:22
Struct
structConfig
generator.go:28
Struct
structHelpers
generator.go:18
Struct
structsConfig
generator.go:34