gosora/group.go

11 lines
108 B
Go

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