Documentation
¶
Index ¶
Constants ¶
View Source
const ( DBTypePostgres = "postgres" DBTypeDynamo = "dynamo" )
Database type constants
View Source
const ( PathServices = "services/" PathDomains = "domains/" PathCmd = "cmd/" )
Common directory paths
View Source
const ( LambdaPathHandler = "/handler" LambdaPathHandlerWorker = "/handler/worker" LambdaPathHandlerEmbed = "/handler/embed" LambdaPathHandlerDtos = "/handler/dtos" LambdaPathMain = "/main.go" LambdaPathConfig = "/lambda-config.yml" )
Lambda directory paths
View Source
const ( NextImportTag = "//draft:next-import" NextDbModelTag = "//draft:next-db-model" NextLambdaImportTag = "#draft:next-lambda-import" )
Variables ¶
View Source
var Flags = flags{}
View Source
var Meta = meta{}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.