mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
7 lines
130 B
Go
7 lines
130 B
Go
package client
|
|
|
|
// SignResult is the result of signing a CSR.
|
|
type SignResult struct {
|
|
Certificate []byte `json:"certificate"`
|
|
}
|