package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Oct 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Info(args ...interface{})
}
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.