项目作者: tomdong2010

项目描述 :
go-micro v2 impl
高级语言: Go
项目地址: git://github.com/tomdong2010/go-micro-api-v2.git
创建时间: 2020-07-22T02:12:25Z
项目社区:https://github.com/tomdong2010/go-micro-api-v2

开源协议:

下载


使用说明

功能简介

该demo使用fasthttp做网关和api接口,使用go-micro做server微服务

使用etcd或yaml文件做配置

功能简单明了

提供了2个脚本

  1. ./proto.sh srv.user.proto
  2. ./local.sh srv.user --registry=etcd --registry_address=127.0.0.1:2379 --etcd_addr=127.0.0.1:2379