feat: add teambition driver

This commit is contained in:
Noah Hsu
2022-09-02 18:24:14 +08:00
parent bc155af255
commit 0f2425ce53
22 changed files with 523 additions and 30 deletions

View File

@ -26,7 +26,7 @@ func get(ctx context.Context, path string) (model.Obj, error) {
if err != nil {
// if there are no storage prefix with path, maybe root folder
if path == "/" {
return model.Object{
return &model.Object{
Name: "root",
Size: 0,
Modified: time.Time{},