Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILogger ¶
type ILogger interface { Instrumentation( method string, action string, f func(ctx context.Context, request interface{}) (interface{}, error), ) func(ctx context.Context, request interface{}) (interface{}, error) Log(method string, action string, f func(ctx context.Context, request interface{}) (interface{}, error)) func(ctx context.Context, request interface{}) (interface{}, error) }
ILogger ...
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger ...
Click to show internal directories.
Click to hide internal directories.