rcserver

package
v1.68.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2024 License: MIT Imports: 29 Imported by: 6

Documentation

Overview

Package rcserver implements the HTTP endpoint to serve the remote control

Package rcserver implements the HTTP endpoint to serve the remote control

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetricsServer added in v1.68.0

type MetricsServer struct {
	// contains filtered or unexported fields
}

MetricsServer contains everything to run the rc server

func MetricsStart added in v1.68.0

func MetricsStart(ctx context.Context, opt *rc.Options) (*MetricsServer, error)

MetricsStart the remote control server if configured

If the server wasn't configured the *Server returned may be nil

func (*MetricsServer) Serve added in v1.68.0

func (s *MetricsServer) Serve() error

Serve runs the http server in the background.

Use s.Close() and s.Wait() to shutdown server

func (*MetricsServer) Shutdown added in v1.68.0

func (s *MetricsServer) Shutdown() error

Shutdown gracefully shuts down the server

func (*MetricsServer) Wait added in v1.68.0

func (s *MetricsServer) Wait()

Wait blocks while the server is serving requests

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server contains everything to run the rc server

func Start

func Start(ctx context.Context, opt *rc.Options) (*Server, error)

Start the remote control server if configured

If the server wasn't configured the *Server returned may be nil

func (*Server) Serve

func (s *Server) Serve() error

Serve runs the http server in the background.

Use s.Close() and s.Wait() to shutdown server

func (*Server) Shutdown added in v1.61.0

func (s *Server) Shutdown() error

Shutdown gracefully shuts down the server

func (*Server) Wait added in v1.61.0

func (s *Server) Wait()

Wait blocks while the server is serving requests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL