Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Context = &typictx.Context{ Name: "Typical-RESTful-Server", Version: "0.6.1", Description: "Example of typical and scalable RESTful API Server for Go", Modules: []*typictx.Module{ {ConfigPrefix: "APP", ConfigSpec: &config.Config{}}, typserver.Module(), typpostgres.Module(), }, Application: typictx.Application{ StartFunc: app.Start, }, Initiations: []interface{}{ app.Middlewares, app.Routes, }, Release: typictx.Release{ GoOS: []string{"linux", "darwin"}, GoArch: []string{"amd64"}, Github: &typictx.Github{ Owner: "typical-go", RepoName: "typical-rest-server", }, }, DockerCompose: docker.NewCompose("3"), }
Context instance of Context
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.