grpcinfo

package
v0.0.0-...-2956865 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 Extention

type Extention interface {
	Get(ext interface{}) (interface{}, error)
	Has(ext interface{}, ifnotset bool) bool
}

type Registry

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

func NewRegistry

func NewRegistry() Registry

type Server

type Server interface {
	Service() Extention
	Method() Extention
}

Jump to

Keyboard shortcuts

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