(attr string)
| 89 | } |
| 90 | |
| 91 | func AttrInRootNamespace(attr string) string { |
| 92 | return NamespaceAttr(RootNamespace, attr) |
| 93 | } |
| 94 | |
| 95 | // ParseNamespaceAttr returns the namespace and attr from the given value. |
| 96 | func ParseNamespaceAttr(attr string) (uint64, string) { |