summaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/server.go b/server.go
index 0291b90f..f6b82bad 100644
--- a/server.go
+++ b/server.go
@@ -128,6 +128,14 @@ func (r *Server) Destroy() {
r.pool = nil
}
+func (r *Server) Start() {
+ // ????
+}
+
+func (r *Server) Stop() {
+ // stop factory?
+}
+
// throw invokes event handler if any.
func (r *Server) throw(event int, ctx interface{}) {
if r.observer != nil {