mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-01 04:59:11 +08:00
10 lines
187 B
Go
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)
|
|
}
|