package
Version:
v1.32.0
Opens a new window with list of versions in this module.
Published: Jan 27, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Info(args ...any)
Errorf(string, ...any)
}
type RPCLog struct {
ID string `json:"id"`
StartTime string `json:"startTime"`
ResponseTime int64 `json:"responseTime"`
Method string `json:"method"`
StatusCode int32 `json:"statusCode"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.