Documentation
¶
Index ¶
Constants ¶
View Source
const ( // jot.yaml JotRelPath = "./" JotFile = "jot.yaml" // directories ProjectDirPath = "%s/%s/" MainDirPath = "./%s/cmd/%s/" BinDirPath = "./%s/bin/" AppPath = "../../bin/%s" HandlerDirPath = "./%s/api/handler/" MiddelwareDirPath = "./%s/api/middleware/" // go.mod GoModFileName = "go.mod" GoModPath = "./%s/" // .dockerfile DockerImageFileExt = ".dockerfile" DockerImageTpl = "image.gotpl" DockerImagePath = "./%s/deploy/image/" // api.go ApiDirPath = "./%s/api/" ApiFileName = "api.go" ApiTpl = "api.go.gotpl" // handlers.go HandlerTpl = "handler.go.gotpl" HandlerPath = "./%s/api/handler/%s/" // crud.go CrudTpl = "crud.go.gotpl" CrudPath = "./%s/api/handler/%s/" CrudFileName = "crud.go" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.