github.com/gradientzero/comby-store-postgres
Advanced tools
@@ -302,2 +302,5 @@ package store | ||
| } | ||
| if len(listOpts.DataType) > 0 { | ||
| whereList = append(whereList, fmt.Sprintf("data_type='%s'", listOpts.DataType)) | ||
| } | ||
| if len(listOpts.Domains) > 0 { | ||
@@ -304,0 +307,0 @@ inStr := "" |
+1
-0
@@ -16,2 +16,3 @@ module github.com/gradientzero/comby-store-postgres | ||
| github.com/huandu/go-clone v1.7.2 // indirect | ||
| github.com/joho/godotenv v1.5.1 // indirect | ||
| github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
@@ -18,0 +19,0 @@ github.com/mattn/go-isatty v0.0.20 // indirect |