Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { ProcessName string Network string LocalAddr string RemoteAddr string UploadBytes int64 DownloadBytes int64 SessionStart time.Time }
func (*Session) AddDownloadBytes ¶
func (*Session) AddUploadBytes ¶
type SessionStater ¶
type SessionStater interface { AddSession(key interface{}, session *Session) RemoveSession(key interface{}) }
Click to show internal directories.
Click to hide internal directories.