package
Version:
v0.0.0-...-aeaa42d
Opens a new window with list of versions in this module.
Published: May 22, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Database is the connection holder for database access
Connect establishes a connection to the database server
GetUsers returns a list of all users in database that have a twitch setting
and have been on the webpage for the last 30 days or returns error.
type User struct {
Avatar string `json:"avatar"`
ID string `json:"id"`
Username string `json:"username"`
TwitchID string `json:"twitch_id"`
}
User database model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.