Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { UploadBytes int64 `json:"uploadBytes"` DownloadBytes int64 `json:"downloadBytes"` // Process list including current process and its parents. Processes []string `json:"processes"` Network string `json:"network"` LocalAddr string `json:"localAddr"` RemoteAddr string `json:"remoteAddr"` SessionStart time.Time `json:"sessionStart"` SessionEnd time.Time `json:"sessionEnd"` Extra string `json:"extra"` OutboundTag string `json:"outboundTag"` FirstChunkReceived bool `json:"-"` FirstChunkReceive time.Time `json:"-"` FirstChunkDuration string `json:"firstChunkDuration"` }
func (*Session) AddDownloadBytes ¶
func (*Session) AddUploadBytes ¶
Click to show internal directories.
Click to hide internal directories.