error in publisher
This commit is contained in:
@@ -10,5 +10,5 @@ type Publisher interface {
|
||||
|
||||
type PublisherProvider interface {
|
||||
// New initializes a new publisher instance with the given configuration.
|
||||
New(ctx context.Context, config map[string]string) (Publisher, func(), error)
|
||||
New(ctx context.Context, config map[string]string) (Publisher, func() error, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user