Skip to content

Go Client for the Harbor container registry

License

Notifications You must be signed in to change notification settings

EthenQ/goharbor-client

 
 

Repository files navigation

goharbor-client

GitHub license Go Report Card Go Doc Release

Maintainability Test Coverage Actions Status

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.8 versions of goharbor.

Installation

Install the desired client library version using go get:

# v1 Client
go get github.com/ethenq/goharbor-client/v5/apiv1

or

# v2 Client
go get github.com/ethenq/goharbor-client/v5/apiv2

Contributing

Before you make your changes, check to see if an issue already exists for the change you want to make.

When in doubt where to start when making changes to the client, please refer to the Contribution guide.

Documentation

For more specific documentation, please refer to the godoc of this library (which also contains usage examples).

About

Go Client for the Harbor container registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Shell 1.4%
  • Makefile 0.5%