grpcinfo

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info interface {
	GetExtension(ext interface{}) (interface{}, error)
	GetBoolExtension(ext interface{}, ifnotset bool) bool
}

type MethodInfo

type MethodInfo interface {
	Service() Info
	Method() Info
}

type Registry

type Registry interface {
	Load(srv *grpc.Server) error
	GetMethodInfo(fqn string) MethodInfo
}

func NewRegistry

func NewRegistry() Registry

Jump to

Keyboard shortcuts

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