Searched defs:GermBatch (Results 1 – 1 of 1) sorted by relevance
49 type GermBatch struct { struct50 DirtyGerms, CleanGerms map[int32][]*pb.Germ51 GermMap map[int32]*pb.Germ52 DishMap map[int32]*Dish53 HasPreviousResult bool54 DirtyID, CleanID int3255 GermStrain int3256 TotalDirtyGerms int57 InfectedAt time.Time