Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for Adel (0.13 sec)

  1. internal/logger/target/http/http.go

    	}
    
    	if err := h.send(context.Background(), eventData, h.payloadType, webhookCallTimeout); err != nil {
    		atomic.AddInt64(&h.failedMessages, 1)
    		return err
    	}
    	// Delete the event from store.
    	return h.store.Del(key.Name)
    }
    
    // Send the log message 'entry' to the http target.
    // Messages are queued in the disk if the store is enabled
    // If Cancel has been called the message is ignored.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 25 16:44:20 GMT 2024
    - 14.9K bytes
    - Viewed (0)
Back to top