6 lines
115 B
Go
6 lines
115 B
Go
|
package store
|
||
|
|
||
|
import "git.andreafazzi.eu/andrea/probo/models"
|
||
|
|
||
|
type ParticipantStore = Store[*models.Participant]
|