package constant const ( FETTER_STATE_NONE uint16 = 0 FETTER_STATE_NOT_OPEN uint16 = 1 FETTER_STATE_OPEN uint16 = 1 FETTER_STATE_FINISH uint16 = 3 )