go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

feat(ssl): Add API interfaces for managing SSL certificates

Open eust-w opened this issue 1 year ago • 3 comments

  • Add CertListReq and CertListResp for retrieving SSL certificate lists
  • Add CertDetailResp and RealCertDetailResp for retrieving SSL certificate details
  • Implement GetCertList and GetCertDetail methods for fetching SSL certificate lists and details
  • Add UploadCertReq and UploadCertResp for uploading SSL certificates
  • Implement UploadCert method for uploading SSL certificates
  • Implement DeleteCert method for deleting SSL certificates

Refs #136

eust-w avatar Aug 08 '24 13:08 eust-w

Hi @eust-w. Thanks for your PR.

I'm waiting for a qiniu member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

qiniu-prow[bot] avatar Aug 08 '24 13:08 qiniu-prow[bot]

PTAL @bachue

eust-w avatar Aug 08 '24 13:08 eust-w

I didn't add tests with mocks because I didn't see any. If you have any good suggestions, please let me know.

eust-w avatar Aug 08 '24 13:08 eust-w