package
1.8.0
Repository: https://github.com/apache/servicecomb-mesher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetDestinationResolver returns destinationResolver pointer.
GetSourceResolver returns interface object.
Init function reads config and initiates it.
InstallDestinationResolverPlugin function installs new plugin.
New function returns new DefaultDestinationResolver struct object.
SetDefaultDestinationResolver set the a default implementation for a protocol, so that you don't need to set config file.

# Constants

DefaultPlugin is a constant which stores default plugin name.

# Variables

DestinationResolverPlugins is a map.
ErrFoo is of type error.
ErrUnknownResolver is of type error.
SelfEndpoint is a string.

# Structs

DefaultDestinationResolver is a structmesher as sidecar must use DefaultDestinationResolver.
DefaultSourceResolver is a struct.

# Interfaces

DestinationResolver is a interface with Resolve method.
SourceResolver is a interface which has Resolve function.