package repository import ( "synoth.com/janus/internal/core" "synoth.com/janus/internal/model" ) type APIKeyRepo struct { core.BaseRepo[model.APIKey] }