collectscollector
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user