messagename

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MethodNotFoundError = errors.New("Method not Found")
)

Functions

This section is empty.

Types

type MessageName

type MessageName string

type MessageNameResolver

type MessageNameResolver interface {
	RequestMessageName(ctx context.Context, serviceName string, methodName string) (MessageName, error)
	ResponseMessageName(ctx context.Context, serviceName string, methodName string) (MessageName, error)
}

func NewMessageNameResolver

func NewMessageNameResolver(client grpcreflectiface.Client) MessageNameResolver

Jump to

Keyboard shortcuts

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