Versions in this module Expand all Collapse all v1 v1.0.0 Jul 6, 2022 Changes in this version + var APIPort = flag.String("api-port", "8080", "Set a custom api's listen port") + var Cron = flag.String("cron", "*/10 * * * *", ...) + var Debug = flag.String("debug", "false", "Sets log level to debug") + var EnableAPI = flag.String("api-enable", "true", ...) + var EnableCron = flag.String("cron-enable", "true", ...)