Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Context = &typctx.Context{ Name: "Typical REST Server", Description: "Example of typical and scalable RESTful API Server for Go", Version: "0.8.9", Package: "github.com/typical-go/typical-rest-server", AppModule: app.Module(), Modules: []interface{}{ &typdocker.Module{}, &typserver.Module{}, &typredis.Module{}, &typpostgres.Module{ DBName: "sample", }, }, ReadmeGenerator: typreadme.Generator{}, Releaser: &typrls.Releaser{ Targets: []typrls.Target{"linux/amd64", "darwin/amd64"}, Publishers: []typrls.Publisher{ &typrls.Github{Owner: "typical-go", RepoName: "typical-rest-server"}, }, }, }
Context of project
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.