Apache ShenYu Client SDK for golang.

Clone this repo:
  1. 86a69b9 [Fix: remove release unnecessary file.] (#40) (#40) by Lisandro · 1 year, 7 months ago main v1.0.0
  2. 103bee0 [Feature: Add RELEASE-NOTES.md] (#39) by Lisandro · 1 year, 7 months ago
  3. 71a6054 [Refactor :Change logger lib & add license.] (#36) by Lisandro · 1 year, 8 months ago
  4. 415b7b4 feat:add implement shenyu etcd client (#35) by bingtianyiyan · 1 year, 8 months ago
  5. ffb5b6b [Feature: refactor consul_meta_data_register.go] (#34) by Lisandro · 1 year, 9 months ago

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