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

Interface IPlugin

ui/src/types.ts:20–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface IPlugin {
21 id: number;
22 token: string;
23 name: string;
24 modulePath: string;
25 enabled: boolean;
26 author?: string;
27 website?: string;
28 license?: string;
29 capabilities: Array<'webhooker' | 'displayer' | 'configurer' | 'messenger' | 'storager'>;
30}
31
32export interface IMessage {
33 id: number;

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…