Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
// Start running the server
Start() error
// Stop stop the server
Stop()
// SendMonitorMessage send monitor message
SendMonitorMessage(message *monitor.MonitorMessage)
}
Server the gofs api server
Click to show internal directories.
Click to hide internal directories.