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

@ -220,7 +220,7 @@ func FsPut(c *gin.Context) {
return
}
stream := &model.FileStream{
Obj: model.Object{
Obj: &model.Object{
Name: name,
Size: size,
Modified: time.Now(),