Go CLI: admin list configs (#16221)

### What problem does this PR solve?

- list configs;

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-06-22 08:19:23 +08:00
committed by GitHub
parent 5039f46999
commit 760229d917
11 changed files with 689 additions and 804 deletions

View File

@@ -250,7 +250,7 @@ func (c *CLI) Logout() (ResponseIf, error) {
return &result, nil
}
func (c *CLI) ListAvailableProviders(cmd *Command) (ResponseIf, error) {
func (c *CLI) CommonAvailableProvidersCommand(cmd *Command) (ResponseIf, error) {
var resp *Response
var err error