package dart import "github.com/robfig/cron/v3" type CloudFunction struct { Name string EntryID cron.EntryID Handler CloudHandler }