| 217 | } |
| 218 | |
| 219 | type StatusCodeBlacklist struct { |
| 220 | Codes map[int]interface{} |
| 221 | } |
| 222 | |
| 223 | func NewStatusCodeBlacklist(valid []int) *StatusCodeBlacklist { |
| 224 | if len(valid) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected