typical

package
v0.8.29 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: MIT Imports: 6 Imported by: 0

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.29",

	EntryPoint: server.Main,

	Layouts: []string{"server", "pkg"},

	Configurer: typgo.Configurers{
		typredis.Configuration(),
		typpostgres.Configuration(nil),
		server.Configuration(),
	},

	Build: typgo.Builds{
		&typgo.StdBuild{},
		&typgo.Github{
			Owner:    "typical-go",
			RepoName: "typical-rest-server",
		},
	},

	Utility: typgo.Utilities{
		typpostgres.Utility(nil),
		typredis.Utility(),
		typmock.Utility(),

		typdocker.Compose(
			typpostgres.DockerRecipeV3(nil),
			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.

Jump to

Keyboard shortcuts

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