-
Notifications
You must be signed in to change notification settings - Fork 113
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
Refactor EOS fs #830
Refactor EOS fs #830
Conversation
@ishank011 ready for review? |
@labkode Yep. |
var hiddenReg = regexp.MustCompile(`\.sys\..#.`) | ||
|
||
// Config holds the configuration details for the EOS fs. | ||
type Config struct { |
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.
Can this be somehow re-used?
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.
Yes, we can use only a single config in utils/eosfs/eosfs.go, but I wanted to keep it separately in eos and eoshome so that it can be picked up by cato. Since both of them have a difference in their configs, using a common config will not be reflected in the documentation.
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.
Okay
No description provided.