Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteSync ¶
type RemoteSync struct {
Host string
User string
Port int
Full bool
DB *db.DB
SSHOpts []string // extra args passed to ssh (e.g. -i keyfile)
BlockedResultCategories []string
}
RemoteSync orchestrates pulling session data from a remote host over SSH, parsing it, and writing it to the local DB.
Click to show internal directories.
Click to hide internal directories.