Skip to main content

Module api

Module api 

Source
Expand description

Plugin API interface trait

This trait abstracts the Plugin API so that plugins can work with any implementation. The concrete implementation in the core app provides access to Database and ExtensionRegistry.

Structs§

ActivityFilters
Filters for querying activities

Traits§

PluginAPIInterface
Abstract interface for plugins to interact with Core