server

package
v0.0.0-...-3ce1eab Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0, BSD-3-Clause, MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

Server represents the gRPC interface of Doppler. It wraps a gRPC server and handles service registration.

func NewServer

func NewServer(
	port uint16,
	v1Ingress plumbingv1.DopplerIngestorServer,
	v1Egress plumbingv1.DopplerServer,
	v2Ingress loggregator_v2.IngressServer,
	v2Egress loggregator_v2.EgressServer,
	srvOpts ...grpc.ServerOption,
) (*Server, error)

NewServer is the constructor for Server. The constructor attempts to open a listener on the provided port and will return an error if that binding fails.

func (*Server) Addr

func (g *Server) Addr() string

Addr provides the address of the listener.

func (*Server) Start

func (g *Server) Start()

Start initiates the gRPC server.

func (*Server) Stop

func (g *Server) Stop()

Stop closes the gRPC server.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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