Skip to content

Commit

Permalink
Update authenticator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
laurfb authored Feb 10, 2023
1 parent 43310c4 commit 3d66916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/authenticator.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package auth

import "github.com/voc/srtrelay/stream"
import "github.com/laurfb/srt_relay/stream"

type Authenticator interface {
Authenticate(stream.StreamID) bool
Expand Down

0 comments on commit 3d66916

Please sign in to comment.