package consts // server status const ( Idle = iota Working ) // connection type const ( CtlConn = iota WorkConn )