kubernetes/vendor/github.com/cloudflare/cfssl/api/client/api.go
2018-08-08 21:01:29 -07:00

7 lines
130 B
Go

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