use options
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import (
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
type EmbassyPlugin struct {
|
type EmbassyPlugin struct {
|
||||||
Connect func(url string) error
|
Connect func(url string, opts ...honeybee.ConnectOption) error
|
||||||
Remove func(url string) error
|
Remove func(url string) error
|
||||||
Send func(url string, data []byte) error
|
Send func(url string, data []byte) error
|
||||||
Events <-chan honeybee.PoolEvent
|
Events <-chan honeybee.PoolEvent
|
||||||
|
|||||||
Reference in New Issue
Block a user