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

@ -149,7 +149,7 @@ func (m *Monitor) Complete() error {
return errors.Wrapf(err, "failed to open file %s", file.Path)
}
stream := &model.FileStream{
Obj: model.Object{
Obj: &model.Object{
Name: path.Base(file.Path),
Size: size,
Modified: time.Now(),