Versions in this module Expand all Collapse all v0 v0.0.7 Aug 28, 2022 Changes in this version + const PluginNewSymbolName + const PluginPathEnvName + type Plugin interface + Listen func(context.Context, net.Listener) error + TLSConfig func() *tls.Config v0.0.6 Mar 26, 2022 Changes in this version + type Server struct + CA string + Cert string + Key string + func (s Server) Run(ctx context.Context, log logr.Logger, service *service.Service) error v0.0.5 Mar 13, 2022 Changes in this version + const HTTPPluginPathEnvName + const HTTPPluginServerSetupSymbolName + const HTTPPluginTLSConfigSetupSymbolName + func Run(ctx context.Context, log logr.Logger, credentials credentials.Server) error