Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SentryDsn = os.Getenv("SENTRY_DSN") Debug, _ = strconv.ParseBool(getEnv("DEBUG", "false")) TGToken = os.Getenv("TG_TOKEN") BitlyToken = os.Getenv("SHORT_LINK_TOKEN") ChatIds = strings.Split(os.Getenv("CHAT_IDS"), ",") DBHost = getEnv("DB_HOST", "localhost:6370") FeedUrl = os.Getenv("FEED_URL") ImgName = os.Getenv("IMG_NAME") Name = os.Getenv("NAME") Interval, _ = strconv.ParseBool(os.Getenv("INTERVAL")) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.