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