Add trello migration #734

Merged
konrad merged 20 commits from feature/migrate-trello into master 2020-12-17 13:44:06 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b72a651fe4 - Show all commits

View File

@ -26,6 +26,7 @@ import (
"github.com/adlio/trello"
)
// Migration represents the trello migration struct
type Migration struct {
Token string `json:"code"`
}