Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extension ¶
type Extension interface {
ConnectToMaster(Master)
Run()
}
Extension describes the capabilities of an extension
type Master ¶
type Master interface {
SetDataHandler(types.MessageHandler)
SetErrorHandler(types.ErrorHandler)
GetDataHandler() types.MessageHandler
GetErrorHandler() types.ErrorHandler
Run()
}
Master describes the capabilities of a master
Click to show internal directories.
Click to hide internal directories.