(endpoint string)
| 102 | } |
| 103 | |
| 104 | func (srv *server) getURL(endpoint string) string { |
| 105 | return fmt.Sprintf("%s/api/v1/cfssl/%s", srv.URL, endpoint) |
| 106 | } |
| 107 | |
| 108 | func (srv *server) createTransport() *http.Transport { |
| 109 | // Start with defaults from http.DefaultTransport |
no outgoing calls
no test coverage detected