debug

package
v1.17.0-beta34 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProxyEndpointServer

type ProxyEndpointServer interface {
	// ProxyEndpointServiceServer exposes the user-facing API to request proxies
	debug.ProxyEndpointServiceServer

	// Register is used by the ControlPlane to register this service with a particular grpc.Server
	Register(grpcServer *grpc.Server)

	// RegisterProxyReader registers a ProxyReader.
	// This is used by the ControlPlane to register the reader that will provide access to the proxies.
	RegisterProxyReader(client v1.ProxyReader)
}

ProxyEndpointServer responds to requests for Proxies, and returns them The server relies on ProxyReaders being registered with the server

func NewProxyEndpointServer

func NewProxyEndpointServer() ProxyEndpointServer

NewProxyEndpointServer returns an implementation of the ProxyEndpointServer

Jump to

Keyboard shortcuts

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