server

package
v0.0.0-...-19f3ddf Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

Package main implements the post-process for finding tests based on tags.

Index

Constants

This section is empty.

Variables

View Source
var Version = "<unknown>"

Version is the version info of this command. It is filled in during emerge.

Functions

func NewServer

func NewServer(logger *log.Logger, executor func(req *api.InternalTestplan, log *log.Logger) (*api.InternalTestplan, error)) (*grpc.Server, func())

NewServer creates an execution server.

func Server

func Server(executor func(req *api.InternalTestplan, log *log.Logger) (*api.InternalTestplan, error), name string) error

Server starts the generic filter server.

Types

type GenericFilterServiceServer

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

GenericFilterServiceServer ...

func (*GenericFilterServiceServer) Execute

Execute executes s.executor() with the req. The executor method must be provided on startup to NewServer.

Jump to

Keyboard shortcuts

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