10000 GitHub - mayocream/go-kong: Go binding for Kong's admin API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mayocream/go-kong

 
 

Repository files navigation

go-kong

Go bindings for Kong's Admin API

GoDoc codecov Go Report Card

Build Status Build Status Build Status Build Status

Importing

go get github.com/kong/go-kong/kong

Compatibility

go-kong is compatible with Kong 2.x and 3.x. Semantic versioning is followed for versioning go-kong.

Generators

Some code in this repo such as kong/zz_generated.deepcopy.go is generated from API types (see kong/types.go).

After making a change to an API type you can run the generators with 609B :

./hack/update-deepcopy-gen.sh

License

go-kong is licensed with Apache License Version 2.0. Please read the LICENSE file for more details.

About

Go binding for Kong's admin API

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.7%
  • Other 1.3%
0