typical

package
v0.8.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2020 License: MIT Imports: 12 Imported by: 0

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.19",
	Package:     "github.com/typical-go/typical-rest-server",

	App: typapp.New(application).
		WithDependency(
			server,
			redis,
			postgres,
		).
		WithPrepare(
			redis,
			postgres,
		),

	Build: typbuild.New().
		WithCommands(
			docker,
			readme,
			postgres,
			redis,
			rails,
		).
		WithRelease(stdrelease.New().
			WithPublisher(

				stdrelease.GithubPublisher("typical-go", "typical-rest-server"),
			),
		),

	Configuration: typcfg.New().
		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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL