Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct {
// contains filtered or unexported fields
}
Args represents Arguments of the query command
type CustomFunc ¶
type CustomFunc struct {
// contains filtered or unexported fields
}
CustomFunc handles Custom Functions that are applied to the statement
func CreateCustomFunc ¶
func CreateCustomFunc(args Args) *CustomFunc
CreateCustomFunc initializes the CustomFunc struct.
func (*CustomFunc) Apply ¶
func (c *CustomFunc) Apply(statement string) string
Apply is a facade method that runs custom functions
type Decorator ¶
type Decorator struct {
// contains filtered or unexported fields
}
Decorator transforms the no-decorated statement into the decorated one
func CreateDecorator ¶
CreateDecorator initializes the Decorator struct.
Click to show internal directories.
Click to hide internal directories.