Discover Packages
github.com/infectieradar-nl/self-swabbing-extension
pkg
types
package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Aug 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type NewCodeList struct {
Codes []string `json:"codes"`
}
type SamplerConfig struct {
SampleFilePath string
TargetSamples int
OpenSlotsAtStart int
MaxNrOfParticipants int64
}
type ValidationCode struct {
ID primitive .ObjectID `bson:"_id,omitempty" json:"id,omitempty"`
Code string `bson:"code,omitempty" json:"code,omitempty"`
UploadedAt int64 `bson:"uploadedAt" json:"uploadedAt"`
UsedAt int64 `bson:"usedAt" json:"usedAt"`
UsedBy string `bson:"usedBy" json:"usedBy"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.