Documentation ¶
Index ¶
Constants ¶
View Source
const ( OPENAPI_BASE_URL string = "https://api.su.baidu.com/" PATH string = "v3/yjs/custom_certificates" )
签名算法
Variables ¶
This section is empty.
Functions ¶
func RefreshConfig ¶
func RefreshConfig()
Types ¶
type Secret ¶
type Secret struct { TlsName string TlsNamespace string Domain string SyncNamespaces []string SyncedNamespaces map[string]struct{} Timer *time.Timer CheckInterval time.Duration NotAfter time.Time Cert *bytes.Buffer Key *bytes.Buffer // contains filtered or unexported fields }
func (*Secret) SetCheckInterval ¶
func (*Secret) SetSyncNamespaces ¶
Click to show internal directories.
Click to hide internal directories.