Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfgCreator ¶ added in v1.1.153
func LoadCfg ¶ added in v1.1.153
func LoadCfg(filename string) (cfg *CfgCreator, err error)
type Creator ¶
type Creator struct {
*tpl.PackageBuilder
// contains filtered or unexported fields
}
Creator is interface for generate go-interface according to DB structures (tables & routines)
func NewCreator ¶
func NewCreator(DB *dbEngine.DB, cfg *CfgCreator) (*Creator, error)
NewCreator create with destination directory 'dst'
func (*Creator) MakeInterfaceDB ¶ added in v1.1.7
MakeInterfaceDB create interface of DB
Click to show internal directories.
Click to hide internal directories.