package operations type Operation string const ( Read Operation = "read" Write Operation = "write" )