Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadMappedPolicyConcurrent (0.14 sec)

  1. cmd/iam-object-store.go

    	if err != nil {
    		if err == errConfigNotFound {
    			return p, errNoSuchPolicy
    		}
    		return p, err
    	}
    	return p, nil
    }
    
    func (iamOS *IAMObjectStore) loadMappedPolicyConcurrent(ctx context.Context, userType IAMUserType, isGroup bool, users ...string) ([]MappedPolicy, error) {
    	mappedPolicies := make([]MappedPolicy, len(users))
    	g := errgroup.WithNErrs(len(users))
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 23:40:37 UTC 2024
    - 26.6K bytes
    - Viewed (0)
Back to top