(req *api.SignRequest)
| 28 | // certificates among other things. |
| 29 | type CaClient interface { |
| 30 | Sign(req *api.SignRequest) (*api.SignResponse, error) |
| 31 | Renew(tr http.RoundTripper) (*api.SignResponse, error) |
| 32 | RenewWithToken(ott string) (*api.SignResponse, error) |
| 33 | Revoke(req *api.RevokeRequest, tr http.RoundTripper) (*api.RevokeResponse, error) |
no outgoing calls