The highest tagged major version is
v2.
package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Jan 27, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ConsumerKey string `env:"TWITTER_CONSUMER_KEY,notEmpty"`
ConsumerSecret string `env:"TWITTER_CONSUMER_SECRET,notEmpty"`
AccessToken string `env:"TWITTER_ACCESS_TOKEN,notEmpty"`
AccessSecret string `env:"TWITTER_ACCESS_TOKEN_SECRET,notEmpty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.