ReadAttributes reads multiple attributes from the storage based on the given filter and pagination. It returns a collection of attributes, a continuous token indicating the position in the data set, and any error encountered.
(ctx context.Context, tenantID string, filter *base.AttributeFilter, snap string, pagination database.Pagination)
| 29 | // ReadAttributes reads multiple attributes from the storage based on the given filter and pagination. |
| 30 | // It returns a collection of attributes, a continuous token indicating the position in the data set, and any error encountered. |
| 31 | ReadAttributes(ctx context.Context, tenantID string, filter *base.AttributeFilter, snap string, pagination database.Pagination) (collection *database.AttributeCollection, ct database.EncodedContinuousToken, err error) |
| 32 | |
| 33 | // QueryUniqueSubjectReferences reads unique subject references from the storage based on the given filter and pagination. |
| 34 | // It returns a slice of subject reference IDs, a continuous token indicating the position in the data set, and any error encountered. |
no outgoing calls
no test coverage detected