Documentation ¶
Index ¶
Constants ¶
View Source
const ( PlaceHolderStyleDollar = "$" PlaceHolderStyleQuestionMark = "?" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliveryConfig ¶
type DeliveryConfig struct { PackageName string StructSuffix string ContextPackageName string PlaceholderStyle string ReferenceTag string TemplatePath string TableFormat string }
func GetDeliveryConfig ¶
func GetDeliveryConfig() DeliveryConfig
type RepositoryConfig ¶
type RepositoryConfig struct { PackageName string StructSuffix string ContextPackageName string PlaceholderStyle string ReferenceTag string TemplatePath string TableFormat string }
func GetRepositoryConfig ¶
func GetRepositoryConfig() RepositoryConfig
type UseCaseConfig ¶
type UseCaseConfig struct { PackageName string StructSuffix string ContextPackageName string TemplatePath string }
func GetUseCaseConfig ¶
func GetUseCaseConfig() UseCaseConfig
Click to show internal directories.
Click to hide internal directories.