type

PluginTransportContext

type PluginTransportContext struct { Manifest schema.Manifest Local *LocalAPI // App exposes public authentication and other application-owned operations // that do not belong to LocalAPI. It is fully initialized before binding. App *App }

Initialized application state supplied while a plugin binds transports.

Source core/plugin.go:245

Manifestschema.Manifest
The immutable resolved schema manifest.
Local*LocalAPI
The ordinary access-controlled local operation API.
App*App
The fully initialized application, including authentication services.