huaweicloud / huaweicloud-sdk-go-obs

Apache License 2.0
41 stars 24 forks source link

feat: make method testable and mockgen #21

Open kinsolee opened 1 year ago

kinsolee commented 1 year ago

Changes:

  1. make extensionOptions struct public to extract interface for unit tests.
  2. generate mockgen for unit tests.