Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownstreamChannel ¶
type DownstreamOFDMChannel ¶
type LoggableModem ¶
type LoggableModem interface {
// GetLogs should return all logs created since the last run of this function for an implementing modem.
GetLogs() ([]Log, error)
}
LoggableModem should be implemented for modems that can retrieve logs in a syslog-like format as defined in this package.
type Modem ¶
type Modem interface {
GetStats() ([]UpstreamChannel, []DownstreamChannel, []UpstreamOFDMChannel, []DownstreamOFDMChannel, error)
}
type Output ¶
type Output interface {
PutStats([]UpstreamChannel, []DownstreamChannel, []UpstreamOFDMChannel, []DownstreamOFDMChannel) error
}
type UpstreamChannel ¶
Click to show internal directories.
Click to hide internal directories.