SetOutputDirectory is a global wrapper methods which delegated to the default client's Client.SetOutputDirectory.
(dir string)
| 72 | // SetOutputDirectory is a global wrapper methods which delegated |
| 73 | // to the default client's Client.SetOutputDirectory. |
| 74 | func SetOutputDirectory(dir string) *Client { |
| 75 | return defaultClient.SetOutputDirectory(dir) |
| 76 | } |
| 77 | |
| 78 | // SetCertFromFile is a global wrapper methods which delegated |
| 79 | // to the default client's Client.SetCertFromFile. |
nothing calls this directly
no test coverage detected
searching dependent graphs…