Lines Matching defs:Manager
27 type Manager struct { struct
28 Namespace string
29 Name string
30 Link string
31 CurrentBuild string
32 FailedBuildBug string
33 LastAlive time.Time
34 CurrentUpTime time.Duration
50 Manager string member
101 Manager string member
145 Manager string member
209 func updateManager(c context.Context, ns, name string, fn func(mgr *Manager, stats *ManagerStats)) …