(ctx context.Context)
| 252 | } |
| 253 | |
| 254 | func ScalingoUnauthenticatedAuthClient(ctx context.Context) (*scalingo.Client, error) { |
| 255 | config := C.scalingoClientBaseConfig(ClientConfigOpts{AuthOnly: true}) |
| 256 | return scalingo.New(ctx, config) |
| 257 | } |
| 258 | |
| 259 | func HomeDir() string { |
| 260 | if runtime.GOOS == "windows" { |
no test coverage detected