package md const ( CanalMsgInsertSqlType = "INSERT" CanalMsgDeleteSqlType = "DELETE" CanalMsgUpdateSqlType = "UPDATE" )