goharbor-client
⚠ STABILITY NOTICE: This project is still under development and not stable yet - breaking changes may happen at any time and without notice
A Go client library enabling programs to perform CRUD operations on the goharbor API.
This client library utilizes types generated by go-swagger.
Installation
This library includes separate clients for the v1
& v2
versions of Harbor.
Install the desired library version using go get
:
go get github.com/mittwald/goharbor-client/v2/apiv1
or
go get github.com/mittwald/goharbor-client/v2/apiv2
Usage
Example usage of the client can be found in the package examples.
Documentation
For more specific documentation, please refer to the godoc of this library.