Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for notifyForGroup (0.06 seconds)

  1. cmd/iam.go

    	u, ok, _ = sys.CheckKey(ctx, accessKey)
    	return u, ok
    }
    
    // Notify all other MinIO peers to load group.
    func (sys *IAMSys) notifyForGroup(ctx context.Context, group string) {
    	if !sys.HasWatcher() {
    		for _, nerr := range globalNotificationSys.LoadGroup(ctx, group) {
    			if nerr.Err != nil {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 76.5K bytes
    - Click Count (0)
Back to Top