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