()
| 222 | } |
| 223 | |
| 224 | func AllowListAll() AllowListElement { |
| 225 | return AllowListElement{ID: policy.WildcardSymbol, Type: policy.WildcardSymbol} |
| 226 | } |
| 227 | |
| 228 | // String encodes the allow list element into the canonical database representation |
| 229 | // "type:id". This avoids fragile manual concatenations scattered across the codebase. |
no outgoing calls