discovery

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Discovery

type Discovery interface {
	Register(server string, service interface{}) error
	Find(server string, v interface{}) error
	ForEach(v interface{}, f func(typ string) error) error
}

Discovery provides service discovery interface

func New

func New() Discovery

New return new Discovery

Jump to

Keyboard shortcuts

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