jsonextractionv0

This commit is contained in:
Michael McGuinness
2024-12-23 12:26:05 +00:00
parent 5f8c9c7b1d
commit 339ce185ad
132 changed files with 6448 additions and 651 deletions
+8
View File
@@ -98,6 +98,14 @@ type Query struct {
Type Querytype
}
type Queryconfig struct {
ID pgtype.UUID
Queryid pgtype.UUID
Config []byte
Addedversion int32
Removedversion pgtype.Int4
}
type Requiredquery struct {
ID pgtype.UUID
Queryid pgtype.UUID