probo/models/group.go

6 lines
88 B
Go

package models
type Group struct {
Name string
Participants []*Participant
}