Apache ShenYu Client SDK for golang.

Clone this repo:
  1. f6181c6 [Fix: Supports namespaceId.] (#49) by KoonChen · 10 days ago main
  2. 86a69b9 [Fix: remove release unnecessary file.] (#40) (#40) by Lisandro · 2 years, 2 months ago v1.0.0
  3. 103bee0 [Feature: Add RELEASE-NOTES.md] (#39) by Lisandro · 2 years, 2 months ago
  4. 71a6054 [Refactor :Change logger lib & add license.] (#36) by Lisandro · 2 years, 4 months ago
  5. 415b7b4 feat:add implement shenyu etcd client (#35) by bingtianyiyan · 2 years, 4 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