package user import ( "Crimson-Gatekeeper/internal/query" ) type Service struct { c *query.Query }