NewLuaScript creates a new filter spec
()
| 58 | |
| 59 | // NewLuaScript creates a new filter spec |
| 60 | func NewLuaScript() filters.Spec { |
| 61 | spec, _ := NewLuaScriptWithOptions(LuaOptions{}) |
| 62 | return spec |
| 63 | } |
| 64 | |
| 65 | // NewLuaScriptWithOptions creates a new filter spec with options |
| 66 | func NewLuaScriptWithOptions(opts LuaOptions) (filters.Spec, error) { |
no test coverage detected
searching dependent graphs…