(err error)
| 235 | } |
| 236 | |
| 237 | func IsErrRemoteBckNotFound(err error) bool { |
| 238 | _, ok := err.(*ErrRemoteBckNotFound) |
| 239 | return ok |
| 240 | } |
| 241 | |
| 242 | // ErrBckNotFound - applies to ais buckets exclusively |
| 243 | // (compare with ErrRemoteBckNotFound) |
no outgoing calls
no test coverage detected