agent

package
v0.0.0-...-518322d Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2020 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package agent implements functional-tester agent server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	rpcpb.TransportServer

	*rpcpb.Member
	*rpcpb.Tester
	// contains filtered or unexported fields
}

Server implements "rpcpb.TransportServer" and other etcd operations as an agent no need to lock fields since request operations are serialized in tester-side

func NewServer

func NewServer(
	lg *zap.Logger,
	network string,
	address string,
) *Server

NewServer returns a new agent server.

func (*Server) StartServe

func (srv *Server) StartServe() error

StartServe starts serving agent server.

func (*Server) Stop

func (srv *Server) Stop()

Stop stops serving gRPC server.

func (*Server) Transport

func (srv *Server) Transport(stream rpcpb.Transport_TransportServer) (reterr error)

Transport communicates with etcd tester.

Jump to

Keyboard shortcuts

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