Add FindOptions

This commit is contained in:
George Suntres
2026-04-18 12:11:00 -04:00
parent 7599b8b856
commit 6e91f84750
4 changed files with 34 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ type Filter struct {
}
func makeFilter(name string, value any) *Filter {
log.Printf("FILTER: %#v", value)
var op string
var v string