mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
13 lines
180 B
Go
13 lines
180 B
Go
package manager
|
|
|
|
type welcome struct {
|
|
GrpID int64 `db:"gid"`
|
|
Msg string `db:"msg"`
|
|
}
|
|
|
|
type member struct {
|
|
QQ int64 `db:"qq"`
|
|
// github username
|
|
Ghun string `db:"ghun"`
|
|
}
|