Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
	CertificateRequest []byte `json:"certificateRequest"`
	Profile            string `json:"profile"`
}
    Request signing
type Response ¶
type Response struct {
	Certificate []byte `json:"certificate"`
}
    Response from lambda
 Click to show internal directories. 
   Click to hide internal directories.