use options

This commit is contained in:
Jay
2026-06-03 11:42:55 -04:00
parent b4f79f68c8
commit 29f6966ae0
+1 -1
View File
@@ -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