Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HandlerSRV = `package handler type Handler struct{} ` HandlerAPISRV = `` /* 512-byte string literal not displayed */ )
View Source
var ( ProtoServiceSRV = `` /* 235-byte string literal not displayed */ ProtoModelSRV = `` /* 316-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 = `` /* 457-byte string literal not displayed */
)
View Source
var (
Makefile = `` /* 1255-byte string literal not displayed */
)
View Source
var (
Module = `` /* 250-byte string literal not displayed */
)
View Source
var (
Readme = `## 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.
Click to show internal directories.
Click to hide internal directories.