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.18", Package: "github.com/typical-go/typical-rest-server", App: typcore.NewApp(application). WithDependency( server, redis, postgres, ). WithPrepare( redis, postgres, ), Build: typcore.NewBuild(). WithCommands( docker, readme, postgres, redis, rails, ). WithRelease(typrls.New(). WithPublisher( typrls.GithubPublisher("typical-go", "typical-rest-server"), ), ), Configuration: typcore.NewConfiguration(). WithConfigure( application, server, redis, postgres, ), }
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.