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
Install this library using go get
:
go get github.com/mittwald/goharbor-client
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.