bugfix
This commit is contained in:
parent
c8a6a7f8fa
commit
46e07b7577
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Publisher interface {
|
type Publisher interface {
|
||||||
Start(chanLen uint) chan<- []byte
|
Start(ctx context.Context, chanLen uint) chan<- []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type pubHandler struct {
|
type pubHandler struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue