Documentation
¶
Overview ¶
Package changed detects session activity by comparing resting snapshots.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker remembers the last resting snapshot. The first Note is a baseline only (not a change).
func (*Tracker) Note ¶
Note records now. Returns whether the session changed since the last Note. First call always returns false and stores the baseline.
Click to show internal directories.
Click to hide internal directories.