-
Notifications
You must be signed in to change notification settings - Fork 45
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
Proxy discovery. #340
Proxy discovery. #340
Conversation
* skysocks instance no longer updates discovery entry if passcode is set. * Ensure skywire port of skysocks is submitted when updating.
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.
Overall great job! Just few small queries. Also, mock_proc_manager
shouldn't be removed as it'll be generated with the old name once we do make generate
. And it also seems more conventional to me
|
||
// Factory creates appdisc.Updater instances based on the app name. | ||
type Factory struct { | ||
Log logrus.FieldLogger |
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.
Shouldn't these fields be unexported for safety?
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.
My thoughts are that appdisc.Factory
acts as a config or sorts that generates discovery updaters. These fields are only read for generating such discovery updaters.
Hope that is okay?
Proxy discovery. Former-commit-id: 1dec436
No description provided.