Documentation
¶
Index ¶
- Constants
- type GenChannles
- type GenDwhInterface
- type GenDwhQuerySet
- type GenGoMod
- type GenMain
- type Generator
- func InitGenChannles(config *entities.Config, profile *entities.Profile, ...) Generator
- func InitGenDwhInterface(config *entities.Config, profile *entities.Profile) Generator
- func InitGenGoMod(config *entities.Config, profile *entities.Profile) Generator
- func InitGenMain(config *entities.Config, profile *entities.Profile) Generator
- func InitGenQuerySet(config *entities.Config, profile *entities.Profile, ...) Generator
Constants ¶
View Source
const GO_CHANNEL_DECLRATION_FILE_NAME = "channels.go"
View Source
const GO_DWH_INTERFACE_FILE_NAME = "interface.go"
View Source
const GO_MOD_FILE_NAME = "go.mod"
View Source
const MAIN_FILE_NAME = "main.go"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenChannles ¶ added in v0.0.3
type GenChannles struct {
// contains filtered or unexported fields
}
func (*GenChannles) GetFileName ¶ added in v0.0.3
func (g *GenChannles) GetFileName() string
GetFileName implements Generator.
func (*GenChannles) GetFullPath ¶ added in v0.0.3
func (g *GenChannles) GetFullPath() string
GetFullPath implements Generator.
func (*GenChannles) RenderToFile ¶ added in v0.0.3
func (g *GenChannles) RenderToFile() error
type GenDwhInterface ¶
type GenDwhInterface struct {
// contains filtered or unexported fields
}
func (*GenDwhInterface) GetFileName ¶
func (g *GenDwhInterface) GetFileName() string
GetFileName implements Generator.
func (*GenDwhInterface) GetFullPath ¶
func (g *GenDwhInterface) GetFullPath() string
GetFullPath implements Generator.
func (*GenDwhInterface) RenderToFile ¶
func (g *GenDwhInterface) RenderToFile() error
type GenDwhQuerySet ¶ added in v0.0.3
type GenDwhQuerySet struct {
// contains filtered or unexported fields
}
func (*GenDwhQuerySet) GetFileName ¶ added in v0.0.3
func (g *GenDwhQuerySet) GetFileName() string
GetFileName implements Generator.
func (*GenDwhQuerySet) GetFullPath ¶ added in v0.0.3
func (g *GenDwhQuerySet) GetFullPath() string
GetFullPath implements Generator.
func (*GenDwhQuerySet) RenderToFile ¶ added in v0.0.3
func (g *GenDwhQuerySet) RenderToFile() error
type GenGoMod ¶
type GenGoMod struct {
// contains filtered or unexported fields
}
func (*GenGoMod) GetFileName ¶
GetFileName implements Generator.
func (*GenGoMod) GetFullPath ¶
GetFullPath implements Generator.
func (*GenGoMod) RenderToFile ¶
type GenMain ¶
type GenMain struct {
// contains filtered or unexported fields
}
func (*GenMain) GetFileName ¶
GetFileName implements Generator.
func (*GenMain) GetFullPath ¶
GetFullPath implements Generator.
func (*GenMain) RenderToFile ¶
type Generator ¶
func InitGenChannles ¶ added in v0.0.3
func InitGenDwhInterface ¶
func InitGenQuerySet ¶ added in v0.0.3
func InitGenQuerySet( config *entities.Config, profile *entities.Profile, modelConfig *internalmodels.ModelConfig, ) Generator
Click to show internal directories.
Click to hide internal directories.