Skip to content

songmingming121/go_order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go_order Service

This is the Go_order service

Generated with

micro new go_order --namespace=go.micro --type=srv

Getting Started

Configuration

  • FQDN: go.micro.srv.go_order
  • Type: srv
  • Alias: go_order

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

./go_order-srv

Build a docker image

make docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published