Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsTargetSupported (0.09 sec)

  1. pkg/test/framework/components/authz/provider.go

    	API() API
    
    	// IsProtocolSupported returns true if the given request protocol is supported by this provider.
    	IsProtocolSupported(protocol.Instance) bool
    
    	// IsTargetSupported returns true if the given target is supported by this provider.
    	IsTargetSupported(target echo.Target) bool
    
    	// MatchSupportedTargets returns a Matcher for filtering unsupported targets.
    	MatchSupportedTargets() match.Matcher
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 23 16:02:21 UTC 2022
    - 5.9K bytes
    - Viewed (0)
Back to top