Expand description
Validation utilities for storage layer
Provides reusable validation functions to ensure data consistency and reduce code duplication across store modules.
Structs§
- Quota
Limit Validator - Builder for quota limit validation
Functions§
- validate_
collection_ size - Validate collection size is within bounds
- validate_
non_ empty_ string - Validate string is not empty or whitespace
- validate_
optional_ positive - Validate optional positive value
- validate_
positive - Validate that a value is positive