Documentation
¶
Index ¶
Constants ¶
View Source
const ( EXACT = "=" REGEX = "~" REGEX_NO_CASE_SENSITIVE = "~*" PREFIX_PRIORITY = "^~" PREFIX = "" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationMatcher ¶
type LocationMatcher struct { MatchPath string MatchModifer string Directives crossplane.Directive }
func NewLocationMatcher ¶
func NewLocationMatcher(conf *crossplane.Payload, targetPath string) (*LocationMatcher, error)
Click to show internal directories.
Click to hide internal directories.