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

@ -8,7 +8,7 @@ import (
type Addition struct {
// Usually one of two
driver.RootFolderPath
driver.RootFolderId
driver.RootFolderID
// define other
Field string `json:"field" type:"select" required:"true" options:"a,b,c" default:"a"`
}