chore: fix some function names (#20243)

Signed-off-by: rubyisrust <rustrover@icloud.com>
This commit is contained in:
rubyisrust
2024-08-14 02:23:33 +08:00
committed by GitHub
parent acdb355070
commit 516af01a12
3 changed files with 3 additions and 3 deletions

View File

@@ -3059,7 +3059,7 @@ func targetStatus(ctx context.Context, h logger.Target) madmin.Status {
return madmin.Status{Status: string(madmin.ItemOffline)}
}
// fetchLoggerDetails return log info
// fetchLoggerInfo return log info
func fetchLoggerInfo(ctx context.Context) ([]madmin.Logger, []madmin.Audit) {
var loggerInfo []madmin.Logger
var auditloggerInfo []madmin.Audit