package
Version:
v0.0.0-...-c5d597e
Opens a new window with list of versions in this module.
Published: May 9, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Filter struct {
ID uint64 `json:"id"`
Type string `json:"type"`
Value string `json:"value"`
}
type FilterJob struct {
JobID uint64 `db:"job_id"`
FilterID uint64 `db:"filter_id"`
Comparison string `db:"comparison"`
}
type FilterWorker struct {
WorkerID uint64 `db:"worker_id" json:"worker_id"`
FilterID uint64 `db:"filter_id" json:"filter_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.