Documentation ¶
Overview ¶
Package rpc defines "RPC" flavor, which combines all plugins that provide RPC-like access.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlavorRPC ¶
type FlavorRPC struct { *local.FlavorLocal HTTP rest.Plugin //TODO GRPC (& enable/disable using config) HTTPProbe rest.ForkPlugin HealthRPC probe.Plugin GRPC grpc.Plugin // contains filtered or unexported fields }
FlavorRPC glues together multiple plugins that provide RPC-like access. They are typically used to enable remote management for other plugins.
func (*FlavorRPC) Plugins ¶
func (f *FlavorRPC) Plugins() []*core.NamedPlugin
Plugins combines all Plugins in flavor to the list.
Click to show internal directories.
Click to hide internal directories.