mirror of https://github.com/tikv/client-go.git
update mock impl
Signed-off-by: lance6716 <lance6716@gmail.com>
This commit is contained in:
parent
a5de69ac4d
commit
60d940f97b
|
|
@ -424,3 +424,6 @@ func (c *pdClient) Put(ctx context.Context, key []byte, value []byte, opts ...pd
|
||||||
func (m *pdClient) LoadResourceGroups(ctx context.Context) ([]*rmpb.ResourceGroup, int64, error) {
|
func (m *pdClient) LoadResourceGroups(ctx context.Context) ([]*rmpb.ResourceGroup, int64, error) {
|
||||||
return nil, 0, nil
|
return nil, 0, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *pdClient) GetServiceDiscovery() pd.ServiceDiscovery { return nil }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue