service

package
v0.0.0-...-2509fbb Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: 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 DynagoPlugin

type DynagoPlugin interface {
	//parameter list is read only and only accessible via a closure
	//however, the return value is freeform
	Process(parameterAccessor func(string) (interface{}, bool)) *map[string]interface{}
}

type DynagoService

type DynagoService struct {
	pb.UnimplementedDynagoServiceServer
}

func (*DynagoService) Process

func (s *DynagoService) Process(ctx context.Context, request *pb.DynagoRequest) (*pb.DynagoResponse, error)

Jump to

Keyboard shortcuts

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