(uname string, smap *Smap)
| 26 | } |
| 27 | |
| 28 | func HrwTarget(uname string, smap *Smap) (si *Snode, err error) { |
| 29 | return _hrwTarget(uname, smap, true) |
| 30 | } |
| 31 | |
| 32 | // Include targets in maintenance |
| 33 | func HrwTargetAll(uname string, smap *Smap) (si *Snode, err error) { |
no test coverage detected