This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
from f7c2c21b chore: update .gitignore (#2558)
add b8e9aade feat: move interface definition into pkg (#2559)
No new revisions were added by this update.
Summary of changes:
api/internal/core/storage/etcd.go | 21 +++++++++++----------
.../core/storage/{storage_mock.go => mock.go} | 18 ++++++++++--------
api/internal/core/store/store.go | 13 ++++++++-----
.../storage/storage.go => pkg/storage/interface.go} | 2 +-
4 files changed, 30 insertions(+), 24 deletions(-)
rename api/internal/core/storage/{storage_mock.go => mock.go} (86%)
rename api/{internal/core/storage/storage.go => pkg/storage/interface.go} (98%)