Versions in this module Expand all Collapse all v1 v1.16.2 Jun 26, 2019 Changes in this version type SessionStater + Start func() error + Stop func() error v1.16.1 Jun 15, 2019 Changes in this version type SessionStater + GetSession func(key interface{}) *Session v1.16.0 Jun 15, 2019 Changes in this version + type Session struct + DownloadBytes int64 + LocalAddr string + Network string + ProcessName string + RemoteAddr string + SessionStart time.Time + UploadBytes int64 + func (s *Session) AddDownloadBytes(n int64) + func (s *Session) AddUploadBytes(n int64) + type SessionStater interface + AddSession func(key interface{}, session *Session) + RemoveSession func(key interface{})