Documentation ¶
Index ¶
- type CPUInfoTable
- type CrontabTable
- type CurlTable
- type DebPackagesTable
- type EtcHostsTable
- type FileTable
- type FunctionsTable
- type HashTable
- type LastTable
- type ListTable
- type LoadAverageTable
- type MemoryInfoTable
- type NetstatDiagTable
- type NetstatTable
- type OsVersionTable
- type ProcessesTable
- type RpmPackagesTable
- type SchemaTable
- type ShellHistoryTable
- type TimeTable
- type UsersTable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CPUInfoTable ¶
type CPUInfoTable struct{}
func (*CPUInfoTable) Columns ¶
func (p *CPUInfoTable) Columns() table.TableColumns
func (*CPUInfoTable) Generate ¶
func (p *CPUInfoTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*CPUInfoTable) Name ¶
func (p *CPUInfoTable) Name() string
type CrontabTable ¶
type CrontabTable struct{}
func (*CrontabTable) Columns ¶
func (p *CrontabTable) Columns() table.TableColumns
func (*CrontabTable) Generate ¶
func (p *CrontabTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*CrontabTable) Name ¶
func (p *CrontabTable) Name() string
type CurlTable ¶
type CurlTable struct{}
func (*CurlTable) Columns ¶
func (p *CurlTable) Columns() table.TableColumns
type DebPackagesTable ¶
type DebPackagesTable struct{}
func (*DebPackagesTable) Columns ¶
func (p *DebPackagesTable) Columns() table.TableColumns
func (*DebPackagesTable) Generate ¶
func (p *DebPackagesTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*DebPackagesTable) Name ¶
func (p *DebPackagesTable) Name() string
type EtcHostsTable ¶
type EtcHostsTable struct{}
func (*EtcHostsTable) Columns ¶
func (p *EtcHostsTable) Columns() table.TableColumns
func (*EtcHostsTable) Generate ¶
func (p *EtcHostsTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*EtcHostsTable) Name ¶
func (p *EtcHostsTable) Name() string
type FileTable ¶
type FileTable struct{}
func (*FileTable) Columns ¶
func (p *FileTable) Columns() table.TableColumns
type FunctionsTable ¶
type FunctionsTable struct{}
func (*FunctionsTable) Columns ¶
func (p *FunctionsTable) Columns() table.TableColumns
func (*FunctionsTable) Generate ¶
func (p *FunctionsTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*FunctionsTable) Name ¶
func (p *FunctionsTable) Name() string
type HashTable ¶
type HashTable struct{}
func (*HashTable) Columns ¶
func (p *HashTable) Columns() table.TableColumns
type LastTable ¶
type LastTable struct{}
func (*LastTable) Columns ¶
func (p *LastTable) Columns() table.TableColumns
type ListTable ¶
type ListTable struct{}
func (*ListTable) Columns ¶
func (p *ListTable) Columns() table.TableColumns
type LoadAverageTable ¶
type LoadAverageTable struct{}
func (*LoadAverageTable) Columns ¶
func (p *LoadAverageTable) Columns() table.TableColumns
func (*LoadAverageTable) Generate ¶
func (p *LoadAverageTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*LoadAverageTable) Name ¶
func (p *LoadAverageTable) Name() string
type MemoryInfoTable ¶
type MemoryInfoTable struct{}
func (*MemoryInfoTable) Columns ¶
func (p *MemoryInfoTable) Columns() table.TableColumns
func (*MemoryInfoTable) Generate ¶
func (p *MemoryInfoTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*MemoryInfoTable) Name ¶
func (p *MemoryInfoTable) Name() string
type NetstatDiagTable ¶
type NetstatDiagTable struct{}
func (*NetstatDiagTable) Columns ¶
func (p *NetstatDiagTable) Columns() table.TableColumns
func (*NetstatDiagTable) Generate ¶
func (p *NetstatDiagTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*NetstatDiagTable) Name ¶
func (p *NetstatDiagTable) Name() string
type NetstatTable ¶
type NetstatTable struct{}
func (*NetstatTable) Columns ¶
func (p *NetstatTable) Columns() table.TableColumns
func (*NetstatTable) Generate ¶
func (p *NetstatTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*NetstatTable) Name ¶
func (p *NetstatTable) Name() string
type OsVersionTable ¶
type OsVersionTable struct{}
func (*OsVersionTable) Columns ¶
func (p *OsVersionTable) Columns() table.TableColumns
func (*OsVersionTable) Generate ¶
func (p *OsVersionTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*OsVersionTable) Name ¶
func (p *OsVersionTable) Name() string
type ProcessesTable ¶
type ProcessesTable struct{}
func (*ProcessesTable) Columns ¶
func (p *ProcessesTable) Columns() table.TableColumns
func (*ProcessesTable) Generate ¶
func (p *ProcessesTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*ProcessesTable) Name ¶
func (p *ProcessesTable) Name() string
type RpmPackagesTable ¶
type RpmPackagesTable struct{}
func (*RpmPackagesTable) Columns ¶
func (p *RpmPackagesTable) Columns() table.TableColumns
func (*RpmPackagesTable) Generate ¶
func (p *RpmPackagesTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*RpmPackagesTable) Name ¶
func (p *RpmPackagesTable) Name() string
type SchemaTable ¶
type SchemaTable struct{}
func (*SchemaTable) Columns ¶
func (p *SchemaTable) Columns() table.TableColumns
func (*SchemaTable) Generate ¶
func (p *SchemaTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*SchemaTable) Name ¶
func (p *SchemaTable) Name() string
type ShellHistoryTable ¶
type ShellHistoryTable struct{}
func (*ShellHistoryTable) Columns ¶
func (p *ShellHistoryTable) Columns() table.TableColumns
func (*ShellHistoryTable) Generate ¶
func (p *ShellHistoryTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*ShellHistoryTable) Name ¶
func (p *ShellHistoryTable) Name() string
type TimeTable ¶
type TimeTable struct{}
func (*TimeTable) Columns ¶
func (p *TimeTable) Columns() table.TableColumns
type UsersTable ¶
type UsersTable struct{}
func (*UsersTable) Columns ¶
func (p *UsersTable) Columns() table.TableColumns
func (*UsersTable) Generate ¶
func (p *UsersTable) Generate(context *table.QueryContext) (table.TableRows, error)
func (*UsersTable) Name ¶
func (p *UsersTable) Name() string
Source Files ¶
- cpu_info_table.go
- crontab_table.go
- curl_table.go
- deb_packages_table.go
- etchost_table.go
- file_table.go
- functions_table.go
- hash_table.go
- last_table.go
- list_table.go
- load_average_table.go
- memory_info_table.go
- netstat_diag_table.go
- netstat_table.go
- os_version_table.go
- processes_table.go
- rpm_packages_table.go
- schema_table.go
- shell_history_table.go
- time_table.go
- users_table.go
Click to show internal directories.
Click to hide internal directories.