probo/models/group.go

7 lines
88 B
Go
Raw Normal View History

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