(caller int)
| 406 | } |
| 407 | |
| 408 | func getFuncNameLoc(caller int) string { |
| 409 | pc, _, _, _ := runtime.Caller(caller) |
| 410 | return strings.TrimPrefix(runtime.FuncForPC(pc).Name(), "main.") |
| 411 | } |
| 412 | |
| 413 | type ClientConfig struct { |
| 414 | // MinIO client configuration |
no outgoing calls
no test coverage detected