This website requires JavaScript.
Explore
Help
Sign in
ironmagma
/
quintodrome
Watch
1
Star
0
Fork
You've already forked quintodrome
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6152fadd92
quintodrome
/
server
/
subsonic
/
engine
/
wire_providers.go
11 lines
107 B
Go
Raw
Normal View
History
Unescape
Escape
Removed Beego routing/controllers, converted to Chi. Also introduced Wire for dependency injection
2020-01-07 10:56:26 -09:00
package
engine
refactor: more stable transcoder, based on http.FileSystem
2020-02-19 10:53:35 -09:00
import
(
"github.com/google/wire"
)
Removed Beego routing/controllers, converted to Chi. Also introduced Wire for dependency injection
2020-01-07 10:56:26 -09:00
var
Set
=
wire
.
NewSet
(
NewPlaylists
,
feat: transcoding and player datastores and configuration
2020-02-29 16:01:09 -09:00
NewPlayers
,
Removed Beego routing/controllers, converted to Chi. Also introduced Wire for dependency injection
2020-01-07 10:56:26 -09:00
)
Reference in a new issue
Copy permalink