()
| 61 | type clientProvider interface { |
| 62 | GetClient(accountID types.AccountID) (*nbembed.Client, bool) |
| 63 | ListClientsForDebug() map[types.AccountID]roundtrip.ClientDebugInfo |
| 64 | ListClientsForStartup() map[types.AccountID]*nbembed.Client |
| 65 | } |
| 66 |
no outgoing calls
no test coverage detected