goharbor / go-client

Client library with golang for accessing Harbor API.
Apache License 2.0
39 stars 18 forks source link

Refactor the ClientSet with ClientSetConfig #7

Closed lubronzhan closed 2 years ago

lubronzhan commented 2 years ago
  1. Currently, the each ToConfig will change the same config, fix the logic.
  2. ClientSet has as simple Config ClientSetConfig with some simple parameters
  3. Add more integration tests.