Apache ShenYu Client SDK for golang.

Clone this repo:
  1. c471f6d [type:release] modify LICENSE and NOTICE (#53) by aias00 · 4 months ago main v1.1.0
  2. 0cb3656 [type:release] release note (#52) by aias00 · 4 months ago
  3. f6181c6 [Fix: Supports namespaceId.] (#49) by KoonChen · 5 months ago
  4. 86a69b9 [Fix: remove release unnecessary file.] (#40) (#40) by Lisandro · 2 years, 7 months ago v1.0.0
  5. 103bee0 [Feature: Add RELEASE-NOTES.md] (#39) by Lisandro · 2 years, 7 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