Skip to content
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

Add GetDomainLine method in ulit/conf.go #376

Closed
zhixiongdu027 opened this issue Jul 19, 2022 · 1 comment · Fixed by #377
Closed

Add GetDomainLine method in ulit/conf.go #376

zhixiongdu027 opened this issue Jul 19, 2022 · 1 comment · Fixed by #377
Assignees
Labels
enhancement New feature or request

Comments

@zhixiongdu027
Copy link

zhixiongdu027 commented Jul 19, 2022

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

@lbbniu lbbniu added the enhancement New feature or request label Jul 19, 2022
@lbbniu
Copy link
Collaborator

lbbniu commented Jul 19, 2022

Received, it will be supported in the next version

@lbbniu lbbniu linked a pull request Jul 19, 2022 that will close this issue
@lbbniu lbbniu self-assigned this Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants