Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // set by Start(). Useful if config port is zero. ActualPort int )
View Source
var SingletonRESTEndpoint = RESTEndpoint{}
Functions ¶
This section is empty.
Types ¶
type RESTEndpoint ¶
type RESTEndpoint struct { }
func (*RESTEndpoint) Start ¶
func (ep *RESTEndpoint) Start(port int, actionCh chan Action) chan Event
NOTE: no shutdown at the moment due to the net/http implementation issue
Click to show internal directories.
Click to hide internal directories.