Browse Source

feat: move yp under services

backend-refactor
Gabe Kangas 3 years ago
parent
commit
309bc72bda
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      core/core.go
  2. 0
      services/yp/README.md
  3. 0
      services/yp/yp.go

2
core/core.go

@ -14,10 +14,10 @@ import ( @@ -14,10 +14,10 @@ import (
"github.com/owncast/owncast/core/webhooks"
"github.com/owncast/owncast/models"
"github.com/owncast/owncast/services/notifications"
"github.com/owncast/owncast/services/yp"
"github.com/owncast/owncast/utils"
"github.com/owncast/owncast/video/rtmp"
"github.com/owncast/owncast/video/transcoder"
"github.com/owncast/owncast/yp"
)
var (

0
yp/README.md → services/yp/README.md

0
yp/yp.go → services/yp/yp.go

Loading…
Cancel
Save