NewQualifier creates a qualifier on the target object with a given value. The 'val' may be an Attribute or any proto-supported map key type: bool, int, string, uint. The qualifier may consider the object type being qualified, if present. If absent, the qualification should be considered dynamic an
(objType *types.Type, qualID int64, val any, opt bool)
| 60 | // qualification should be considered dynamic and the qualification should still work, though |
| 61 | // it may be sub-optimal. |
| 62 | NewQualifier(objType *types.Type, qualID int64, val any, opt bool) (Qualifier, error) |
| 63 | } |
| 64 | |
| 65 | // Qualifier marker interface for designating different qualifier values and where they appear |
no outgoing calls