Structs§
Traits§
- A wrapper around the
MetaClient
that 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 callMetaClient
directly. Hence instead of to mock all rpc ofMetaClient
in tests, we aggregate those “direct” rpc in this trait so that the mocking can be simplified.