Exemplo n.º 1
0
func init() {
	ql.RegisterFilter("uuid", &Handler{})
}
Exemplo n.º 2
0
func init() {
	ql.RegisterFilter("uppercase", &uppercase{})
}
Exemplo n.º 3
0
func init() {
	ql.RegisterFilter("hostname", &hostnameHandler{})
}
Exemplo n.º 4
0
func init() {
	ql.RegisterFilter("rename_field", &rename{})
}