Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncryptCertificate ¶
type NotifyResource ¶
type NotifyResponse ¶
type NotifyResponse struct {
CreateTime string `json:"create_time"`
Resource NotifyResource `json:"resource"`
}
type TokenResponse ¶
type TokenResponse struct {
Data []TokenResponseData `json:"data"`
}
type TokenResponseData ¶
type TokenResponseData struct {
EffectiveTime string `json:"effective_time"`
EncryptCertificate EncryptCertificate `json:"encrypt_certificate"`
ExpireTime string `json:"expire_time"`
SerialNo string `json:"serial_no"`
}
Click to show internal directories.
Click to hide internal directories.