QuerySingleAttribute retrieves a single attribute from the storage based on the given filter. It returns the retrieved attribute and any error encountered.
(ctx context.Context, tenantID string, filter *base.AttributeFilter, snap string)
| 21 | // QuerySingleAttribute retrieves a single attribute from the storage based on the given filter. |
| 22 | // It returns the retrieved attribute and any error encountered. |
| 23 | QuerySingleAttribute(ctx context.Context, tenantID string, filter *base.AttributeFilter, snap string) (attribute *base.Attribute, err error) |
| 24 | |
| 25 | // QueryAttributes reads multiple attributes from the storage based on the given filter. |
| 26 | // It returns an iterator to iterate over the attributes and any error encountered. |
no outgoing calls
no test coverage detected