Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notifyForGroup (0.1 sec)

  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 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 29 16:01:48 UTC 2024
    - 74.6K bytes
    - Viewed (0)
Back to top