goharbor-client
A Go client library enabling programs to perform CRUD operations on the goharbor API.
This client library utilizes types generated by go-swagger.
Compatibility
This library includes separate clients supporting the v1.10 & v2.4 versions of goharbor.
Installation
Install the desired client library version using go get
:
# v1 Client
go get github.com/spotmaxtech/goharbor-client/v5/apiv1
or
# v2 Client
go get github.com/spotmaxtech/goharbor-client/v5/apiv2