mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
feat: move yp under services
This commit is contained in:
parent
4a15820cca
commit
cb5cf7cecb
@ -14,10 +14,10 @@ import (
|
|||||||
"github.com/owncast/owncast/core/webhooks"
|
"github.com/owncast/owncast/core/webhooks"
|
||||||
"github.com/owncast/owncast/models"
|
"github.com/owncast/owncast/models"
|
||||||
"github.com/owncast/owncast/services/notifications"
|
"github.com/owncast/owncast/services/notifications"
|
||||||
|
"github.com/owncast/owncast/services/yp"
|
||||||
"github.com/owncast/owncast/utils"
|
"github.com/owncast/owncast/utils"
|
||||||
"github.com/owncast/owncast/video/rtmp"
|
"github.com/owncast/owncast/video/rtmp"
|
||||||
"github.com/owncast/owncast/video/transcoder"
|
"github.com/owncast/owncast/video/transcoder"
|
||||||
"github.com/owncast/owncast/yp"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user