Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Legistar site to scrape. // Please include trailing slash. LegistarBaseURL string // Olson time for legistar site TimeLocationName string // do we send updates when we see changes? UpdatesEnable bool // do we send tweets? TwitterEnable bool // API Key TwitterKey string // API Secret TwitterSecret string // Access token TwitterToken string // Access token secret TwitterTokenSecret string }
Click to show internal directories.
Click to hide internal directories.