This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


    from 3e060ac8 Merge pull request #138 from ev1lQuark/cache-bootstrap
     new 2bc2577d feat:add dubboctl zk ls command
     new 0b8fa4f4 fix ci
     new 36698e2a Merge branch 'master' into dubboctl-zk
     new 143cfbfb Merge pull request #135 from sjcsjc123/dubboctl-zk

The 1003 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:
 app/dubboctl/cmd/registry.go                       |  96 ++++++++++++++++++
 app/dubboctl/cmd/root.go                           |   1 +
 .../{mock/pusher.go => registry/registry.go}       |  30 +++---
 app/dubboctl/internal/registry/zk/zk.go            | 107 +++++++++++++++++++++
 go.mod                                             |   4 +
 go.sum                                             |   8 ++
 6 files changed, 229 insertions(+), 17 deletions(-)
 create mode 100644 app/dubboctl/cmd/registry.go
 copy app/dubboctl/internal/{mock/pusher.go => registry/registry.go} (63%)
 create mode 100644 app/dubboctl/internal/registry/zk/zk.go

Reply via email to