mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
Fix build issues with event target logger
This commit is contained in:
@@ -172,7 +172,7 @@ func (target *WebhookTarget) Close() error {
|
||||
}
|
||||
|
||||
// NewWebhookTarget - creates new Webhook target.
|
||||
func NewWebhookTarget(id string, args WebhookArgs, doneCh <-chan struct{}, loggerOnce func(ctx context.Context, err error, id interface{})) *WebhookTarget {
|
||||
func NewWebhookTarget(id string, args WebhookArgs, doneCh <-chan struct{}, loggerOnce func(ctx context.Context, err error, id interface{}, kind ...interface{})) *WebhookTarget {
|
||||
|
||||
var store Store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user