Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeInformationServer ¶
func MakeInformationServer(source InformationFetcher) sathelperapp.InformationServer
Types ¶
type InformationFetcher ¶
type InformationFetcher interface {
GetStatistics() (*sathelperapp.StatData, error)
GetConsoleLines() (*sathelperapp.ConsoleData, error)
}
Click to show internal directories.
Click to hide internal directories.