package rtable type COMMAND string const ( ADD COMMAND = "add" REMOVE COMMAND = "delete" )