Documentation ¶
Overview ¶
package conftags implements Go struct tag like syntax parser. Used exclusively in Search Replica. You probably don't need it. Syntaxt is slightly different from standard Go struct tag syntax. Contains code from golang standard library (reflect package)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tag ¶
A Tag is the tag string in a config.
By convention, tag strings are a concatenation of optionally space-separated key:"value" pairs. Each key is a non-empty string consisting of non-control characters other than space (U+0020 ' '), quote (U+0022 '"'), and colon (U+003A ':'). Each value is quoted using U+0022 '"' characters and Go string literal syntax.
Click to show internal directories.
Click to hide internal directories.