Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor `TargetGroup` struct #3644
Comments
simonpasquier
referenced a pull request that will
close
this issue
Nov 26, 2018
Open
discovery: remove manager's dependency on config #4913
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
shubheksha commentedJan 2, 2018
In PR #3629, we moved
TargetGroupinto its own package fromconfig. However, we need to split this into two structs: one of them will resemble the YAML config and the other will be used for internal exchange betweenretrievalanddiscovery.