Skip to content

Latest commit

 

History

History
 
 

go-sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Apicurio Registry Go SDK

This is a generated SDK for easily interacting with Registry from a Go program.

Install

You can install this package using go get:

go get github.com/apicurio/apicurio-registry/go-sdk

Requirements

This package is built with Go 1.20+.

Generate

make generate

Test

make test