mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
export WithUnaryClientInterceptor
This commit is contained in:
@@ -11,8 +11,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
WithDialOption = internal.WithDialOption
|
||||
WithTimeout = internal.WithTimeout
|
||||
WithDialOption = internal.WithDialOption
|
||||
WithTimeout = internal.WithTimeout
|
||||
WithUnaryClientInterceptor = internal.WithUnaryClientInterceptor
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user