mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Support persistent queue store for loggers (#17121)
This commit is contained in:
@@ -60,8 +60,8 @@ func (target ExampleTarget) send(eventData Event) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Send - interface compatible method does no-op.
|
||||
func (target ExampleTarget) Send(eventKey string) error {
|
||||
// SendFromStore - interface compatible method does no-op.
|
||||
func (target *ExampleTarget) SendFromStore(eventKey string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user