Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultGRPCServer ¶ added in v0.0.15
func DefaultGRPCServer(opts []grpc.ServerOption) *grpc.Server
DefaultGRPCServer returns a gRPC server with a 2GB max message size.
Types ¶
type Identifier ¶
type Plugin ¶
type Plugin struct { goplugin.NetRPCUnsupportedPlugin pluginV1.GatewayDPluginServiceServer Client *goplugin.Client ID Identifier Description string Authors []string License string ProjectURL string LocalPath string Args []string Env []string Enabled bool // internal and external config options Config map[string]string // hooks it attaches to Hooks []pluginV1.HookName Priority Priority // required plugins to be loaded before this one // Built-in plugins are always loaded first Requires []Identifier Tags []string Categories []string }
Click to show internal directories.
Click to hide internal directories.