Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infraer ¶ added in v0.0.7
type Infraer struct {
// contains filtered or unexported fields
}
func NewInfraer ¶ added in v0.0.7
func (*Infraer) Inject ¶ added in v0.0.7
func (ir *Infraer) Inject(v *viper.Viper, injectInfos []*domain_file.InjectInfo) bool
injectToInfra inject repo to infra.go and execute wire command.
type Option ¶ added in v0.0.7
type Option func(*Infraer)
func WithIfacerExecer ¶ added in v0.0.7
func WithIfacerInfraInfo ¶ added in v0.0.7
func WithIfacerLogger ¶ added in v0.0.7
func WithIfacerWriter ¶ added in v0.0.7
func WithIfacerWriter(writer filedir.IfaceWriter) Option
Click to show internal directories.
Click to hide internal directories.