This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a change to branch INLONG-25
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git.
from 24b3c99 Fix comments
new 395072c [INLONG-620]Selector for Go SDK
new 2c6f4bb Address review comments
new 6fd7644 Use errs
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tubemq-client-twins/tubemq-client-go/errs/errs.go | 2 +
.../tubemq-client-go/selector/ip_selector.go | 83 +++++++++++++++
.../tubemq-client-go/selector/ip_selector_test.go | 111 +++++++++++++++++++++
.../tubemq-client-go/selector/selector.go | 59 +++++++++++
4 files changed, 255 insertions(+)
create mode 100644 tubemq-client-twins/tubemq-client-go/selector/ip_selector.go
create mode 100644
tubemq-client-twins/tubemq-client-go/selector/ip_selector_test.go
create mode 100644 tubemq-client-twins/tubemq-client-go/selector/selector.go