Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddInternalRoutes ¶
func AddInternalRoutes(router *mux.Router, intAPI api.RoomserverInternalAPI)
AddInternalRoutes registers HTTP handlers for the internal API. Invokes functions on the given input API.
func NewInternalAPI ¶
func NewInternalAPI( base *base.BaseDendrite, ) api.RoomserverInternalAPI
NewInternalAPI returns a concerete implementation of the internal API. Callers can call functions directly on the returned API or via an HTTP interface using AddInternalRoutes.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package api provides the types that are used to communicate with the roomserver.
|
Package api provides the types that are used to communicate with the roomserver. |
input
Package input contains the code processes new room events
|
Package input contains the code processes new room events |
Package types provides the types that are used internally within the roomserver.
|
Package types provides the types that are used internally within the roomserver. |
Click to show internal directories.
Click to hide internal directories.