github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/cloudflare/cfssl/api/client/api.go (about)

     1  package client
     2  
     3  // SignResult is the result of signing a CSR.
     4  type SignResult struct {
     5  	Certificate []byte `json:"certificate"`
     6  }