Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for loadMappedPolicyConcurrent (0.28 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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))
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 26.6K bytes
    - Click Count (0)
Back to Top