package controller
import (
"git.itzana.me/strafesnet/maps-service/internal/datastore"
)
type Users struct {
Store datastore.Datastore
}