## Description Adds two specialized filters: path prefix and path contains. These filters differ from prior additions in two ways: 1/ they accept a slice of inputs and perform an implicit any-match when compared, 2/ they have particular rules about matching completely within delimited elements. In the next PR, these filters will replace the standard prefix and contains comparisons that are currently used in folder selection. ## Type of change - [x] 🌻 Feature ## Issue(s) * #1224 ## Test Plan - [x] 💚 E2E
SRC Directory
/pkg
API and Components which are exposed for external usage.
-
/pkg/repository
Control layer for coordinating connections and communication with storage provider repositories. -
/pkg/storage
Manages compilation and validation of repository configuration and consts. Both those that are specific to storage providers, and those that are provider-agnostic.
/cli
Command Line Interface controller. Utilizes /pkg/repository as an exernal dependency.
/internal
Packages which are only intended for use within Corso.