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