Structs§
Traits§
- Frontend
Meta Client  - A wrapper around the 
MetaClientthat only provides a minor set of meta rpc. Most of the rpc to meta are delegated by other separate structs likeCatalogWriter,WorkerNodeManager, etc. So frontend rarely needs to callMetaClientdirectly. Hence instead of to mock all rpc ofMetaClientin tests, we aggregate those “direct” rpc in this trait so that the mocking can be simplified.