Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnInfo ¶
type RepositoryGenerator ¶
type RepositoryGenerator struct { EntityModel code.Struct RepositoryType code.Type RepositoryInterfaceType code.ExternalType }
func NewRepositoryGenerator ¶
func NewRepositoryGenerator(entityModel code.Struct, repositoryType code.ExternalType) *RepositoryGenerator
func (*RepositoryGenerator) GenerateConstructor ¶
func (repoGen *RepositoryGenerator) GenerateConstructor(buffer io.Writer) error
func (*RepositoryGenerator) GenerateMethod ¶
func (repoGen *RepositoryGenerator) GenerateMethod(methodSpec spec.MethodSpec, buffer io.Writer) error
Click to show internal directories.
Click to hide internal directories.