## Description adds extensible options to folder-level scopes that allows the caller to specify whether they want a prefix-comparison matcher or a contains-comparison matcher. Also corrects the behavior of the prefix filter so that it accurately follows the "target is prefix of input" specification, rather than the reverse. ## Type of change - [x] 🌻 Feature ## Issue(s) * #1133 ## Test Plan - [x] ⚡ Unit test - [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.