Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HandlerSRV = `` /* 1414-byte string literal not displayed */ SubscriberSRV = `` /* 403-byte string literal not displayed */ )
View Source
var (
GitIgnore = `
{{.Alias}}
`
)
View Source
var (
MainSRV = `` /* 388-byte string literal not displayed */
)
View Source
var (
Makefile = `` /* 563-byte string literal not displayed */
)
View Source
var (
Module = `` /* 383-byte string literal not displayed */
)
View Source
var (
ProtoSRV = `` /* 579-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 .
` + "```"
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.