Resource represents a protected API resource that can be accessed via API keys. Each resource corresponds to a specific API endpoint category.
| 21 | // Resource represents a protected API resource that can be accessed via API keys. |
| 22 | // Each resource corresponds to a specific API endpoint category. |
| 23 | type Resource string |
| 24 | |
| 25 | // Action represents the allowed actions on a resource. |
| 26 | // Actions include read, write, delete, and wildcard (*). |