package
Version:
v2.21.0
Opens a new window with list of versions in this module.
Published: Sep 26, 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, client *jet.Client, name string, request any, err any) error {
service := "unknown"
if client != nil {
service = client.GetService()
}
return fmt.Errorf("service: %s, name: %s, request: %v, error: %v", service, name, request, err)
}
type Option func(*options)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.