5 rivejä
113 B
Go
5 rivejä
113 B
Go
package store
|
|
|
|
import "git.andreafazzi.eu/andrea/probo/models"
|
|
|
|
type CollectionStore = Store[*models.Collection]
|