Documentation ¶
Overview ¶
Package forwarder provides an endpoint implementing xconnectns
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer(ctx context.Context, name string, authzServer networkservice.NetworkServiceServer, tokenGenerator token.GeneratorFunc, clientURL *url.URL, vppConn Connection, tunnelIP net.IP, tunnelPort uint16, dialTimeout time.Duration, domain2Device map[string]string, clientDialOptions ...grpc.DialOption) endpoint.Endpoint
NewServer - returns an implementation of the xconnectns network service
Types ¶
type Connection ¶
type Connection interface { api.Connection api.ChannelProvider }
Connection aggregates the api.Connection and api.ChannelProvider interfaces
Click to show internal directories.
Click to hide internal directories.