Action represents the allowed actions on a resource. Actions include read, write, delete, and wildcard (*).
| 25 | // Action represents the allowed actions on a resource. |
| 26 | // Actions include read, write, delete, and wildcard (*). |
| 27 | type Action string |
| 28 | |
| 29 | const ( |
| 30 | // Actions |