Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTextConstraintLanguagePlugin ¶
func NewTextConstraintLanguagePlugin() plugin_registry.ConstraintLanguagePlugin
Types ¶
type TextConstraintLanguagePlugin ¶
type TextConstraintLanguagePlugin struct { }
func (*TextConstraintLanguagePlugin) GetNextExpression ¶
func (p *TextConstraintLanguagePlugin) GetNextExpression(expression string) (string, string, error)
This function parses out the next property expression and returns it along with the remainder of the expression. It returns, the parsed out expression, and the remainder of the full expression, or an error.
func (*TextConstraintLanguagePlugin) GetNextOperator ¶
func (p *TextConstraintLanguagePlugin) GetNextOperator(expression string) (string, string, error)
Click to show internal directories.
Click to hide internal directories.