package
Version:
v2.26.3
Opens a new window with list of versions in this module.
Published: Dec 15, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DefaultHandler = func(_ context.Context, service, method string, request any, err any) error {
return fmt.Errorf("service: %s, method: %s, request: %v, error: %v", service, method, request, err)
}
type Option func(*options)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.