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.
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.