gosora/group.go

12 lines
120 B
Go

package main
type Group struct
{
ID int
Name string
Permissions string
Is_Admin bool
Is_Banned bool
Tag string
}