Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mustFindInPolicy (1.97 sec)

  1. cmd/postpolicyform.go

    				delete(mustFindInPolicy, k)
    				break
    			}
    		}
    	}
    
    	// Check mustFindInPolicy to see if any key is left, if so, it was not found in policy and we return an error.
    	if len(mustFindInPolicy) != 0 {
    		logKeys := make([]string, 0, len(mustFindInPolicy))
    		for key := range mustFindInPolicy {
    			logKeys = append(logKeys, key)
    		}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top