MCPcopy Create free account
hub / github.com/gotify/server / IPluginInfo

Interface IPluginInfo

ui/src/plugin/PluginDetailView.tsx:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191);
192
193interface IPluginInfo {
194 pluginInfo: IPlugin;
195}
196
197const PluginInfo = ({pluginInfo}: IPluginInfo) => {
198 const {name, author, modulePath, website, license, capabilities, id, token} = pluginInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…