Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DB *sql.DB
)
DB for bot
Functions ¶
func CreateUserTable ¶
func CreateUserTable()
CreateUserTable table bot_users (id INT PRIMARY KEY, sign INT)
func GetAllUser ¶
func GetAllUser(out chan<- *User)
GetAllUser get all user from table and send to out ch
Types ¶
Click to show internal directories.
Click to hide internal directories.