5 lines
94 B
Go
5 lines
94 B
Go
package operations
|
|
|
|
// Operation represents a permission operation type
|
|
type Operation string
|