Interface: v4.Rule
import "../ibm-cos-sdk-go-v2/aws/signer/internal/v4"
Overview
Rule interface allows for more flexible rules and just simply checks whether or not a value adheres to that Rule
Implemented By
v4.AllowList, v4.ExcludeList, v4.InclusiveRules, v4.MapRule, v4.Patterns, v4.Rules
Interface Method Summary collapse
- IsValid(value string) bool interface
Interface Method Details
IsValid(value string) bool
This method is abstract.
13 |
// File 'aws/signer/internal/v4/header_rules.go', line 13
|