Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions controllers/media.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"errors"
"fmt"
"time"

"golang.org/x/net/context"

Expand All @@ -15,7 +14,6 @@ import (
)

type MediaController struct {
interval time.Duration
channel *net.Channel
eventsCh chan events.Event
DestinationID string
Expand Down
2 changes: 0 additions & 2 deletions controllers/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package controllers
import (
"encoding/json"
"fmt"
"time"

"golang.org/x/net/context"

Expand All @@ -14,7 +13,6 @@ import (
)

type ReceiverController struct {
interval time.Duration
channel *net.Channel
eventsCh chan events.Event
status *ReceiverStatus
Expand Down
2 changes: 0 additions & 2 deletions controllers/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"errors"
"fmt"
"time"

"golang.org/x/net/context"

Expand All @@ -15,7 +14,6 @@ import (
)

type URLController struct {
interval time.Duration
channel *net.Channel
eventsCh chan events.Event
DestinationID string
Expand Down