()
| 65 | // Return an empty slice if the plugin doesn't add any modal pages. |
| 66 | type Plugin interface { |
| 67 | ID() string |
| 68 | Name() string |
| 69 | Description() string |
| 70 | Initialize(ctx context.Context, app *App, registrar PluginRegistrar) error |
no outgoing calls