Documentation
¶
Overview ¶
Package discoverforwarder discovers forwarder from the registry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer(nsClient registry.NetworkServiceRegistryClient, nseClient registry.NetworkServiceEndpointRegistryClient, opts ...Option) networkservice.NetworkServiceServer
NewServer creates new instance of discoverforwarder networkservice.NetworkServiceServer. Requires not nil nseClient. Requires not nil nsClient.
Types ¶
type Option ¶
type Option func(*discoverForwarderServer)
Option changes default settings for the discoverForwarderServer
func WithForwarderServiceName ¶
WithForwarderServiceName overrides forwarder service name By default "forwarder"
func WithNSMgrURL ¶
WithNSMgrURL sets URL for NSE Find queriees
Click to show internal directories.
Click to hide internal directories.