Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogConnect ¶
type LogConnect struct {
ID string `json:"id"`
Type string `json:"type"`
Time time.Time `json:"time"`
ClientAddr string `json:"client_addr"`
ProxyAddr string `json:"proxy_addr"`
UpstreamAddr string `json:"upstream_addr"`
Status string `json:"status"`
ClientAt time.Time `json:"client_at"`
UpstreamAt time.Time `json:"upstream_at"`
}
LogConnect represents log at connected
func (LogConnect) Print ¶
func (l LogConnect) Print(status string) error
type LogProxy ¶
Click to show internal directories.
Click to hide internal directories.