Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Supplier (0.16 sec)

  1. cmd/admin-handlers-users.go

    			return
    		}
    		w.Write(buf)
    		return
    	} else if infoPolicyAPIVersion != "" {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, errors.New("invalid version parameter 'v' supplied")), r.URL)
    		return
    	}
    
    	// Return the older API response value of just the policy json.
    	buf, err := json.MarshalIndent(policyDoc.Policy, "", " ")
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 12:41:13 GMT 2024
    - 77.5K bytes
    - Viewed (0)
Back to top