fix comment
This commit is contained in:
@@ -67,7 +67,7 @@ func WithStorageUrl(storageUrl string) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// WithStorageUrl sets the data gRPC client
|
||||
// WithHttpClient sets the data http client
|
||||
func WithHttpClient(httpClient *http.Client) Option {
|
||||
return func(cfg *RouterConfig) {
|
||||
cfg.httpClient = httpClient
|
||||
|
||||
Reference in New Issue
Block a user