package model type Right string const ( RightRead = "R" RightWrite = "W" RightReadWrite = "RW" RightAdmin = "A" )