style: use utils.SliceConvert uniformly

This commit is contained in:
Noah Hsu
2022-09-05 00:26:04 +08:00
parent 25ae1b8397
commit 3416861cab
8 changed files with 21 additions and 33 deletions

View File

@ -45,7 +45,7 @@ func (d *Teambition) List(ctx context.Context, dir model.Obj, args model.ListArg
}
//func (d *Teambition) Get(ctx context.Context, path string) (model.Obj, error) {
// // TODO this is optional
// // this is optional
// return nil, errs.NotImplement
//}