We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assume the following sample configuration:
<tars> <nodes> 172.6.8.11 172.6.8.12 172.6.8.13 </nodes> </tars>
In c++, via method getDomainLine, we can get the vector {"172.16.8.11", "172.16.8.12", "172.16.8.13" } value
In go, there is no function corresponding to getDomainLine, and can't get the target value via GetDomain
@lbbniu
The text was updated successfully, but these errors were encountered:
Received, it will be supported in the next version
Sorry, something went wrong.
lbbniu
Successfully merging a pull request may close this issue.
Assume the following sample configuration:
In c++, via method getDomainLine, we can get the
vector {"172.16.8.11", "172.16.8.12", "172.16.8.13" } value
In go, there is no function corresponding to getDomainLine,
and can't get the target value via GetDomain
@lbbniu
The text was updated successfully, but these errors were encountered: