Documentation ¶
Index ¶
- func RenderInitSpellTemplate(args []string) error
- func RenderInitTemplate(args []string) error
- func RenderNewSpellCommandTemplate(args []string) error
- func RenderaddgatewayTemplate(args []string) error
- func RenderaddusecaseTemplate(args []string) error
- type AddComponentConstantToContext
- type AddEnvironmentVariable
- type AddPackageImportToMain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderInitSpellTemplate ¶
RenderInitSpellTemplate renders the templates defined to the initspell command with the proper variables
func RenderInitTemplate ¶
RenderInitTemplate renders the templates defined to the init command with the proper variables
func RenderNewSpellCommandTemplate ¶
RenderNewSpellCommandTemplate renders the templates defined to the addspellcommand command with the proper variables
func RenderaddgatewayTemplate ¶ added in v0.7.0
RenderaddgatewayTemplate renders the templates defined to the addgateway command with the proper variables
func RenderaddusecaseTemplate ¶ added in v0.6.0
RenderaddusecaseTemplate renders the templates defined to the addusecase command with the proper variables
Types ¶
type AddComponentConstantToContext ¶ added in v0.6.0
type AddComponentConstantToContext struct { }
AddComponentConstantToContext adds a new component constant to the context file
func GetAddComponentConstantToContext ¶ added in v0.6.0
func GetAddComponentConstantToContext() *AddComponentConstantToContext
type AddEnvironmentVariable ¶ added in v0.6.4
type AddEnvironmentVariable struct { }
AddEnvironmentVariable
func GetAddEnvironmentVariable ¶ added in v0.6.4
func GetAddEnvironmentVariable() *AddEnvironmentVariable
type AddPackageImportToMain ¶ added in v0.6.0
type AddPackageImportToMain struct { }
AddPackageImportToMain adds a new import to the main file
func GetAddPackageImportToMain ¶ added in v0.6.0
func GetAddPackageImportToMain() *AddPackageImportToMain