Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientGrpcInterceptor ¶
type ClientGrpcInterceptor struct {
// contains filtered or unexported fields
}
func NewClientGrpcInterceptor ¶
func NewClientGrpcInterceptor(tr interfaces.Tracing, save interfaces.DefaultLogSpanSave) *ClientGrpcInterceptor
func (*ClientGrpcInterceptor) Unary ¶
func (c *ClientGrpcInterceptor) Unary() grpc.UnaryClientInterceptor
type HttpRequestInterceptor ¶
type HttpRequestInterceptor struct {
// contains filtered or unexported fields
}
func NewHttpRequestInterceptor ¶
func NewHttpRequestInterceptor(tr interfaces.Tracing, core http.RoundTripper, logSaveConfig interfaces.DefaultLogSpanSave) HttpRequestInterceptor
Click to show internal directories.
Click to hide internal directories.