feature/fanout #3

Merged
daniel.w merged 11 commits from feature/fanout into main 2024-09-03 11:45:06 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 1a770b5b41 - Show all commits

View File

@ -5,11 +5,12 @@ import (
"app-cloudep-tweeting-service/internal/domain"
"app-cloudep-tweeting-service/internal/domain/repository"
"context"
"testing"
"time"
"github.com/alicebob/miniredis/v2"
"github.com/stretchr/testify/assert"
"github.com/zeromicro/go-zero/core/stores/redis"
"testing"
"time"
)
func NewRepo() (*miniredis.Miniredis, repository.TimelineRepository, error) {