formatAttribute formats an attribute string
(entityName, attributeName string)
| 428 | |
| 429 | // formatAttribute formats an attribute string |
| 430 | func formatAttribute(entityName, attributeName string) string { |
| 431 | return fmt.Sprintf("%s#%s", entityName, attributeName) |
| 432 | } |
| 433 | |
| 434 | // formatAssertion formats an assertion/permission string |
| 435 | func formatAssertion(entityName, permissionName string) string { |
no outgoing calls
no test coverage detected