Guides
Primary Value
Parse the first value in a tag expression
Primary Value
The first item in a tag expression is treated as the primary value.
prop:"'database.host'"Map it with option:"value".
type PropTag struct {
Key string `option:"value"`
}value is reserved for the primary value. Use it only once in a schema.
