()
| 361 | } |
| 362 | |
| 363 | func (f *FakeAgentAPI) AppHealthCh() <-chan *agentproto.BatchUpdateAppHealthRequest { |
| 364 | return f.appHealthCh |
| 365 | } |
| 366 | |
| 367 | func (f *FakeAgentAPI) UpdateStartup(ctx context.Context, req *agentproto.UpdateStartupRequest) (*agentproto.Startup, error) { |
| 368 | select { |
no outgoing calls