package router type Flow int const ( flowStop Flow = iota flowBegin flowNext )