Versions in this module Expand all Collapse all v1 v1.3.4 Apr 16, 2020 v1.0.0 May 17, 2020 Changes in this version + func CreateTopLevelDirectories(config *srvconfig.Config) error + func LoadPlugins(ctx context.Context, config *srvconfig.Config) ([]*plugin.Registration, error) + type Server struct + func New(ctx context.Context, config *srvconfig.Config) (*Server, error) + func (s *Server) ServeDebug(l net.Listener) error + func (s *Server) ServeGRPC(l net.Listener) error + func (s *Server) ServeMetrics(l net.Listener) error + func (s *Server) ServeTCP(l net.Listener) error + func (s *Server) ServeTTRPC(l net.Listener) error + func (s *Server) Stop()