Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/server-main.go

    func initAllSubsystems(ctx context.Context) {
    	// Initialize notification peer targets
    	globalNotificationSys = NewNotificationSys(globalEndpoints)
    
    	// Create new notification system
    	globalEventNotifier = NewEventNotifier(GlobalContext)
    
    	// Create new bucket metadata system.
    	if globalBucketMetadataSys == nil {
    		globalBucketMetadataSys = NewBucketMetadataSys()
    	} else {
    		// Reinitialize safely when testing.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top