Files
2026-08-06 16:56:22 +08:00

10 lines
187 B
Go

package cms
import (
common "github.com/certimate-go/certimate/pkg/sdk3rd/ctyun/zz-shared-common"
)
func WithAkSk(ak, sk string) common.OptionsFunc {
return common.WithAkSk(ak, sk)
}