template

package
v0.0.0-...-5e24cfe Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HandlerSRV = `package handler

type Handler struct{}
`

	HandlerAPISRV = `` /* 404-byte string literal not displayed */

)
View Source
var (
	ProtoServiceSRV = `` /* 242-byte string literal not displayed */

	ProtoModelSRV = `` /* 179-byte string literal not displayed */

)
View Source
var (
	DockerSRV = `FROM alpine
ADD {{.Alias}} /{{.Alias}}
ENTRYPOINT [ "/{{.Alias}}" ]
`
)
View Source
var (
	GitIgnore = `
{{.Alias}}
`
)
View Source
var (
	MainSRV = `` /* 436-byte string literal not displayed */

)
View Source
var (
	Makefile = `` /* 976-byte string literal not displayed */

)
View Source
var (
	Module = `` /* 230-byte string literal not displayed */

)
View Source
var (
	Readme = `# {{title .Alias}} Service

This is the {{title .Alias}} service

Generated with

` + "```" +
		`
micro new {{.Alias}}
` + "```" + `

## Usage

Generate the proto code

` + "```" +
		`
make proto
` + "```" + `

Run the service

` + "```" +
		`
micro run .
` + "```"
)
View Source
var (
	// Service template is the Micro .mu definition of a service
	Service = `service {{lower .Alias}}
`
)

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