mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Add first part of query parser / Finish query building
This commit is contained in:
parent
6ed50f34fb
commit
115b18dfb6
17 changed files with 337 additions and 66 deletions
|
@ -17,3 +17,7 @@ func (c *errorCondition) complies(f Fetcher) bool {
|
|||
func (c *errorCondition) check() error {
|
||||
return c.err
|
||||
}
|
||||
|
||||
func (c *errorCondition) string() string {
|
||||
return "[ERROR]"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue