SetCommonBasicAuth is a global wrapper methods which delegated to the default client's Client.SetCommonBasicAuth.
(username, password string)
| 408 | // SetCommonBasicAuth is a global wrapper methods which delegated |
| 409 | // to the default client's Client.SetCommonBasicAuth. |
| 410 | func SetCommonBasicAuth(username, password string) *Client { |
| 411 | return defaultClient.SetCommonBasicAuth(username, password) |
| 412 | } |
| 413 | |
| 414 | // SetCommonDigestAuth is a global wrapper methods which delegated |
| 415 | // to the default client's Client.SetCommonDigestAuth. |
nothing calls this directly
no test coverage detected
searching dependent graphs…