5 líneas
103 B
Go
5 líneas
103 B
Go
package store
|
|
|
|
import "git.andreafazzi.eu/andrea/probo/models"
|
|
|
|
type GroupStore = Store[*models.Group]
|