Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewEventNotifier (0.23 sec)

  1. cmd/server-main.go

    	// Initialize notification peer targets
    	globalNotificationSys = NewNotificationSys(globalEndpoints)
    
    	// Create new notification system
    	if globalEventNotifier == nil {
    		globalEventNotifier = NewEventNotifier(GlobalContext)
    	}
    
    	// Create new bucket metadata system.
    	if globalBucketMetadataSys == nil {
    		globalBucketMetadataSys = NewBucketMetadataSys()
    	} else {
    		// Reinitialize safely when testing.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:18:36 UTC 2025
    - 35.9K bytes
    - Viewed (4)
Back to top