feat: show

This commit is contained in:
zhaoyupeng
2024-10-11 18:36:59 +08:00
parent f54ed67f0f
commit edfb7bee2e
6 changed files with 24 additions and 9 deletions

View File

@ -6,7 +6,7 @@ import (
"github.com/loveuer/nf-disk/ndh"
)
func BucketFile(c *ndh.Ctx) error {
func BucketFiles(c *ndh.Ctx) error {
type Req struct {
ConnId uint64 `json:"conn_id"`
Bucket string `json:"bucket"`