-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move validation into its separate package #2831
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
86fc64e
to
dbb053f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we make the jump, I wonder if its worth us picking a name which is a little bit more generic, as I forsee us publishing a few more things into public module space. For example, I think the yaml format itself, parsing of it and potentially building snapshots.
Maybe we make this a module called core
? With a validation
package in it?
…into validation-package * 'validation-package' of https://github.com/flipt-io/flipt: chore(deps): bump github.com/docker/docker in /build (#2879)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it so!
Move validation into a separate package, so we can leverage the functionality outside of Flipt via a go module.