diff --git a/client/client_transport.go b/client/client_transport.go index 7f5b6f394a4981cf240f420206712ce6904ae8b5..0400511ae168ed9ca488c67e0e4799ba289e590a 100644 --- a/client/client_transport.go +++ b/client/client_transport.go @@ -11,7 +11,7 @@ import ( type Transport interface { Call(ctx context.Context, url *registry.ServiceURL, request Request, resp interface{}) error - NewRequest(conf registry.ServiceConfig, method string, args interface{}) Request + NewRequest(conf registry.DefaultServiceConfig, method string, args interface{}) Request } //////////////////////////////////////////////