Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInternalAPI ¶
func NewInternalAPI( processContext *process.ProcessContext, dendriteCfg *config.Dendrite, cm *sqlutil.Connections, natsInstance *jetstream.NATSInstance, rsAPI rsapi.UserRoomserverAPI, fedClient fedsenderapi.KeyserverFederationAPI, enableMetrics bool, blacklistedOrBackingOffFn func(s spec.ServerName) (*statistics.ServerStatistics, error), ) *internal.UserInternalAPI
NewInternalAPI returns a concrete implementation of the internal API. Callers can call functions directly on the returned API or via an HTTP interface using AddInternalRoutes.
Creating a new instance of the user API requires a roomserver API with a federation API set using its `SetFederationAPI` method, other you may get nil-dereference errors.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.