You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/08/10 01:50:46 UTC

[apisix-dashboard] branch next updated (b349d40a -> 121fcb9f)

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 b349d40a test: fix store unit cases (#2577)
     add 121fcb9f feat: add Admin API storage implementation (#2570)

No new revisions were added by this update.

Summary of changes:
 api/internal/core/storage/adminapi.go | 190 ++++++++++++++++++++++++++++++++++
 go.mod                                |   2 +-
 go.sum                                |   6 +-
 3 files changed, 195 insertions(+), 3 deletions(-)
 create mode 100644 api/internal/core/storage/adminapi.go