feature/fanout #3
			
				
			
		
		
		
	|  | @ -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) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue