Lines Matching defs:Manager
35 type Manager struct { struct
36 name string
37 corpusSeq uint64
38 reproSeq uint64
39 corpusFile string
40 corpusSeqFile string
41 reproSeqFile string
42 ownRepros map[string]bool
43 Connected time.Time
44 Added int
45 Deleted int
46 New int
47 SentRepros int
48 RecvRepros int
49 Calls map[string]struct{}
50 Corpus *db.DB