raystack / stencil

Stencil is a schema registry that provides schema management and validation dynamically, efficiently, and reliably to ensure data compatibility across applications.
https://raystack.github.io/stencil/
Apache License 2.0
222 stars 41 forks source link

chore: move search and namespace domain to search package #139

Closed ravisuhag closed 2 years ago

ravisuhag commented 2 years ago

As per ODPF golang code conventions, domain objects are better placed in core package itself. As part of this PR we are moving search and namespace into the core packages.