mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 05:47:30 -06:00
it's coming along
This commit is contained in:
parent
8232400ff0
commit
c23075cac2
14 changed files with 725 additions and 198 deletions
10
testrig/timelinemanager.go
Normal file
10
testrig/timelinemanager.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package testrig
|
||||
|
||||
import (
|
||||
"github.com/superseriousbusiness/gotosocial/internal/db"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/processing/timeline"
|
||||
)
|
||||
|
||||
func NewTestTimelineManager(db db.DB) timeline.Manager {
|
||||
return timeline.NewManager(db, NewTestTypeConverter(db), NewTestConfig(), NewTestLog())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue