Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Descriptor = typgo.Descriptor{ Name: "typical-rest-server", Description: "Example of typical and scalable RESTful API Server for Go", Version: "0.8.31", EntryPoint: app.Main, Layouts: []string{ "internal", "pkg", }, Configurer: typgo.Configurers{ typredis.Configuration(redis), typpg.Configuration(mainDB), app.Configuration(), }, Build: typgo.Builds{ &typgo.StdBuild{}, &typgo.Github{ Owner: "typical-go", RepoName: "typical-rest-server", }, }, Utility: typgo.Utilities{ typpg.Utility(mainDB), typredis.Utility(redis), typmock.Utility(), typdocker.Compose( typpg.DockerRecipeV3(mainDB), typredis.DockerRecipeV3(redis), ), }, }
Descriptor of Typical REST Server Build-Tool and Application will be generated based on this descriptor
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.