[Fix: remove release unnecessary file.] (#40) (#40)

11 files changed
tree: e5ced4db9ab25ff1dd26094197660b1640e946a1
  1. .github/
  2. clients/
  3. common/
  4. doc/
  5. example/
  6. model/
  7. .asf.yaml
  8. .gitignore
  9. .licenserc.yaml
  10. docker-compose-consul.yml
  11. docker-compose-etcd.yml
  12. docker-compose-zk.yml
  13. go.mod
  14. go.sum
  15. LICENSE
  16. NOTICE
  17. README.md
  18. README_CN.md
  19. RELEASE-NOTES.md
README.md

shenyu-client-golang

English | 简体中文

Build and Test codecov.io GoDoc


Shenyu-client-golang

Shenyu-client-golang for Go client allows you to access ShenYu Gateway,it supports registory go service to ShenYu Gateway.


Supported Register Center to ShenYu Gateway

  • Http type Register
  • Nacos type Register
  • Zookeeper type Register
  • Consul type Register
  • Etcd type Register

Requirements

Supported Go version over 1.13

SDK Supported ShenYu version over 2.4.3

Installation

Use go get to install SDK:

$ go get -u github.com/apache/shenyu-client-golang

The Demo location

  • shenyu-client-golang/example/**_client/main.go

Get Start