Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsSignEvent ¶
type AwsSignEvent struct {
CertType string `json:"cert_type"`
Key string `json:"key"`
Username string `json:"username"`
Hostnames string `json:"hostnames"`
ValidUntil string `json:"valid_until"`
KMSAuthToken string `json:"kmsauth_token"`
}
AwsSignEvent used for function arguments
type AwsSignResponse ¶
type AwsSignResponse struct {
Cert string `json:"cert"`
}
AwsSignResponse used for function response
Click to show internal directories.
Click to hide internal directories.