package consts type EsStatus int const ( EsStatus_Free EsStatus = +iota //空闲 EsStatus_Busy //忙碌 EsStatus_block //阻塞 )