mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 05:04:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user