crip/rtable/types.go

9 lines
98 B
Go
Raw Permalink Normal View History

2024-04-15 11:26:37 +01:00
package rtable
type COMMAND string
const (
ADD COMMAND = "add"
REMOVE COMMAND = "delete"
)