Example #1
0
func DropboxDelta(req *http.Request, ds *appx.Datastore, account *models.Account, authorization *models.ExternalServiceAuthorization) {
	services.DropboxDelta(req, ds, authorization, alreadyCategorized(ds))
}
Example #2
0
func DropboxInit(req *http.Request, ds *appx.Datastore, account *models.Account, authorization *models.ExternalServiceAuthorization) {
	services.DropboxDelta(req, ds, authorization, newItem(ds))
}