Documentation ¶ Index ¶ func NewServer(flip *tableflip.Upgrader, config *conf.Bootstrap, plugins []pluginv1.Plugin) transport.Server type HTTPServer func (s *HTTPServer) Start(ctx context.Context) error func (s *HTTPServer) Stop(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewServer ¶ func NewServer(flip *tableflip.Upgrader, config *conf.Bootstrap, plugins []pluginv1.Plugin) transport.Server Types ¶ type HTTPServer ¶ type HTTPServer struct { *http.Server // contains filtered or unexported fields } func (*HTTPServer) Start ¶ func (s *HTTPServer) Start(ctx context.Context) error func (*HTTPServer) Stop ¶ func (s *HTTPServer) Stop(ctx context.Context) error Source Files ¶ View all Source files metrics.goopts.goserver.go Directories ¶ Show internal Expand all Path Synopsis middleware caching multirange countingWriter counts how many bytes have been written to it. countingWriter counts how many bytes have been written to it. recovery rewrite mod Click to show internal directories. Click to hide internal directories.