mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-28 10:08:11 -07:00
rename frontends to frontend
This commit is contained in:
committed by
Jimmy Zelinskie
parent
88567d5b2e
commit
ae18d89627
+2
-2
@@ -20,7 +20,7 @@ package backend
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/jzelinskie/trakr/frontends"
|
||||
"github.com/jzelinskie/trakr/frontend"
|
||||
)
|
||||
|
||||
// GenericConfig is a block of configuration who's structure is unknown.
|
||||
@@ -42,6 +42,6 @@ func New(config BackendConfig, peerStore PeerStore) (*Backend, error) {
|
||||
|
||||
// Backend is a multi-protocol, customizable BitTorrent Tracker.
|
||||
type Backend struct {
|
||||
TrackerFuncs frontends.TrackerFuncs
|
||||
TrackerFuncs frontend.TrackerFuncs
|
||||
peerStore PeerStore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user