()
| 1131 | } |
| 1132 | |
| 1133 | func (g ForgeCredentials) GetID() uint { |
| 1134 | return g.ID |
| 1135 | } |
| 1136 | |
| 1137 | func (g ForgeCredentials) GetHTTPClient(ctx context.Context) (*http.Client, error) { |
| 1138 | var roots *x509.CertPool |
no outgoing calls
no test coverage detected