mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-14 06:46:27 +03:00
docs: link to CEL standard definitions (#3407)
* docs: link to CEL standard definitions * Rephrase the anchor to CEL standard definitions Co-authored-by: Matt Holt <mholt@users.noreply.github.com> Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
90c7b4b0a1
commit
cee5589b98
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ func init() {
|
||||||
// MatchExpression matches requests by evaluating a
|
// MatchExpression matches requests by evaluating a
|
||||||
// [CEL](https://github.com/google/cel-spec) expression.
|
// [CEL](https://github.com/google/cel-spec) expression.
|
||||||
// This enables complex logic to be expressed using a comfortable,
|
// This enables complex logic to be expressed using a comfortable,
|
||||||
// familiar syntax.
|
// familiar syntax. Please refer to
|
||||||
|
// [the standard definitions of CEL functions and operators](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
|
||||||
//
|
//
|
||||||
// This matcher's JSON interface is actually a string, not a struct.
|
// This matcher's JSON interface is actually a string, not a struct.
|
||||||
// The generated docs are not correct because this type has custom
|
// The generated docs are not correct because this type has custom
|
||||||
|
|
Loading…
Reference in a new issue