Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Descriptor = typcore.Descriptor{ Name: "typical-rest-server", Description: "Example of typical and scalable RESTful API Server for Go", Version: "0.8.26", App: typapp.EntryPoint(server.Main, "server"). Imports( server.Configuration(), typredis.Module(), typpostgres.Module(), ), BuildTool: typbuildtool. BuildSequences( typbuildtool.StandardBuild(), typbuildtool.Github("typical-go", "typical-rest-server"), ). Utilities( typpostgres.Utility(), typredis.Utility(), typdocker.Compose( typpostgres.DockerRecipeV3(), typredis.DockerRecipeV3(), ), ), }
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.