collectscollector

This commit is contained in:
Michael McGuinness
2024-12-19 19:49:40 +00:00
parent e5f59539df
commit 6b07844d46
9 changed files with 117 additions and 47 deletions
+4 -9
View File
@@ -53,12 +53,9 @@ func (ns NullQuerytype) Value() (driver.Value, error) {
}
type Activecollectorquery struct {
ID pgtype.UUID
Jobid pgtype.UUID
Mincleanversion int32
Mintextversion int32
Activeversion int32
Queryid pgtype.UUID
Collectorid pgtype.UUID
Activeversion int32
Queryid pgtype.UUID
}
type Activequeryrequirement struct {
@@ -87,13 +84,11 @@ type Collectorquery struct {
}
type Collectorquerydependencytree struct {
Collectorid pgtype.UUID
ID pgtype.UUID
Jobid pgtype.UUID
Type Querytype
Requiredqueryid pgtype.UUID
Queryversion int32
Mincleanversion int32
Mintextversion int32
}
type Query struct {