Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ClientID the extension or game clientID ClientID = os.Getenv("CLIENT_ID") //ClientSecret for extension, NOT EXTENSION SECRET ClientSecret = os.Getenv("CLIENT_SECRET") // OwnerID user's twitch account ID - NUMERIC OwnerID = os.Getenv("OWNER_ID") // TwitchAuthRedirect twitch auth redirect uri i.e. localhost:8080 TwitchAuthRedirect = os.Getenv("AUTH_REDIRECT_URL") )
View Source
var ( // Bucket the S3 bucket name Bucket = os.Getenv("BUCKET") // UsersTable the user dynamoDB table name UsersTable = os.Getenv("USERS_TBL") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.