package repos type AllRepos interface { RoomsRepo } type RepoProvider struct { // db connection }