package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Feb 3, 2026
License: MIT
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 Meta struct {
User *User `json:"user,omitempty"`
Request *Request `json:"request,omitempty"`
Server *Server `json:"server,omitempty"`
}
type Request struct {
Method string `json:"method"`
Url string `json:"url"`
RemoteAddr string `json:"remote_addr"`
WebServerName string `json:"web_server_name"`
EnterTime int64 `json:"enter_time"`
TraceId string `json:"trace_id"`
}
type Server struct {
ServiceName string `json:"service_name"`
HostName string `json:"host_name"`
InstanceId string `json:"instance_id"`
}
type User struct {
UserId interface{} `json:"user_id,omitempty"`
UserName interface{} `json:"user_name,omitempty"`
UserFrom interface{} `json:"user_from,omitempty"`
AppId interface{} `json:"app_id,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.