Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { // Run runs the server once node is ready. Run() error // Shutdown shuts down the server. Shutdown() error }
Server is an interface describing custom server that could be registered in Centrifugo. At moment we have only httpserver (located nearby) that implements it.
Click to show internal directories.
Click to hide internal directories.