command
Version:
v0.0.0-...-4264aab
Opens a new window with list of versions in this module.
Published: May 14, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Blog Service
This is the Blog service
Generated with
micro new blog --namespace=go.micro --type=web
Getting Started
Configuration
- FQDN: go.micro.web.blog
- Type: web
- Alias: blog
Dependencies
Micro services depend on service discovery. The default is multicast DNS, a zeroconf system.
In the event you need a resilient multi-host setup we recommend consul.
# install consul
brew install consul
# run consul
consul agent -dev
Usage
A Makefile is included for convenience
Build the binary
make build
Run the service
./blog-web
Build a docker image
make docker
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.