pkg/

directory
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2021 License: Apache-2.0

Directories

Path Synopsis
networkservice
chains/client
Package client provides a simple wrapper for building a NetworkServiceMeshClient
Package client provides a simple wrapper for building a NetworkServiceMeshClient
chains/endpoint
Package endpoint provides a simple wrapper for building a NetworkServiceServer
Package endpoint provides a simple wrapper for building a NetworkServiceServer
chains/nsmgr
Package nsmgr provides a Network Service Manager (nsmgrServer), but interface and implementation
Package nsmgr provides a Network Service Manager (nsmgrServer), but interface and implementation
chains/nsmgr/peertracker
Package peertracker provides a wrapper for a Nsmgr that tracks connections received from local Clients Its designed to be used in a DevicePlugin to allow us to properly Close connections on re-Allocate
Package peertracker provides a wrapper for a Nsmgr that tracks connections received from local Clients Its designed to be used in a DevicePlugin to allow us to properly Close connections on re-Allocate
chains/nsmgrproxy
Package nsmgrproxy provides chain of networkservice.NetworkServiceServer chain elements to creating NSMgrProxy
Package nsmgrproxy provides chain of networkservice.NetworkServiceServer chain elements to creating NSMgrProxy
common/authorize
Package authorize provides authz checks for incoming or returning connections.
Package authorize provides authz checks for incoming or returning connections.
common/clientinfo
Package clientinfo provides a chain element that adds pod, node and cluster names to request
Package clientinfo provides a chain element that adds pod, node and cluster names to request
common/clienturl
Package clienturl provides server chain element that sets client URL in context
Package clienturl provides server chain element that sets client URL in context
common/connect
Code generated by "-output client_info_map.gen.go -type clientInfoMap<string,*clientInfo> -output client_info_map.gen.go -type clientInfoMap<string,*clientInfo>"; DO NOT EDIT.
Code generated by "-output client_info_map.gen.go -type clientInfoMap<string,*clientInfo> -output client_info_map.gen.go -type clientInfoMap<string,*clientInfo>"; DO NOT EDIT.
common/discover
Package discover provides a NetworkServiceServer chain element that discovers possible NSEs that can provide the requested network service and add them to the context.Context where they can be retrieved by Candidates(ctx)
Package discover provides a NetworkServiceServer chain element that discovers possible NSEs that can provide the requested network service and add them to the context.Context where they can be retrieved by Candidates(ctx)
common/excludedprefixes
Package excludedprefixes provides a networkservice.NetworkServiceServer chain element that can read excluded prefixes from config map and add them to request to avoid repeated usage.
Package excludedprefixes provides a networkservice.NetworkServiceServer chain element that can read excluded prefixes from config map and add them to request to avoid repeated usage.
common/externalips
Package externalips provides to the context on Request or Close possible to resolve external IP to internal or vise versa Code generated by "-output string_map.gen.go -type stringMap<string,string> -output string_map.gen.go -type stringMap<string,string>"; DO NOT EDIT.
Package externalips provides to the context on Request or Close possible to resolve external IP to internal or vise versa Code generated by "-output string_map.gen.go -type stringMap<string,string> -output string_map.gen.go -type stringMap<string,string>"; DO NOT EDIT.
common/filtermechanisms
Package filtermechanisms filters out remote mechanisms if communicating by remote url filters out local mechanisms otherwise.
Package filtermechanisms filters out remote mechanisms if communicating by remote url filters out local mechanisms otherwise.
common/heal
Package heal provides a chain element that carries out proper nsm healing from client to endpoint Code generated by "-output connection_info_map.gen.go -type connectionInfoMap<string,*connectionInfo> -output connection_info_map.gen.go -type connectionInfoMap<string,*connectionInfo>"; DO NOT EDIT.
Package heal provides a chain element that carries out proper nsm healing from client to endpoint Code generated by "-output connection_info_map.gen.go -type connectionInfoMap<string,*connectionInfo> -output connection_info_map.gen.go -type connectionInfoMap<string,*connectionInfo>"; DO NOT EDIT.
common/interdomainurl
Package interdomainurl injects into incoming context the URL to remote side only if requesting endpoint has been resolved.
Package interdomainurl injects into incoming context the URL to remote side only if requesting endpoint has been resolved.
common/interpose
Code generated by "-output connection_info_map.gen.go -type connectionInfoMap<string,connectionInfo> -output connection_info_map.gen.go -type connectionInfoMap<string,connectionInfo>"; DO NOT EDIT.
Code generated by "-output connection_info_map.gen.go -type connectionInfoMap<string,connectionInfo> -output connection_info_map.gen.go -type connectionInfoMap<string,connectionInfo>"; DO NOT EDIT.
common/journal
Package journal emits IP and PATH related event messages to NATS.
Package journal emits IP and PATH related event messages to NATS.
common/mechanisms
Package mechanisms provides a simple shim to allow the attempt to select a mechanism based on the MechanismPreference expressed in the Request.
Package mechanisms provides a simple shim to allow the attempt to select a mechanism based on the MechanismPreference expressed in the Request.
common/mechanisms/checkmechanism
Package checkmechanism provides TestSuites for use with implementations of a mechanism networkservice chain element.
Package checkmechanism provides TestSuites for use with implementations of a mechanism networkservice chain element.
common/mechanisms/kernel
Package kernel provides the necessary mechanisms to request and inject a kernel interface.
Package kernel provides the necessary mechanisms to request and inject a kernel interface.
common/mechanisms/recvfd
Package recvfd provides a NetworkService{Client,Server} chain element that looks at Connection.Mechanism.Parameters[common.InodeURL] with scheme 'inode' and receives the fds (if possible) and converts them to scheme file.
Package recvfd provides a NetworkService{Client,Server} chain element that looks at Connection.Mechanism.Parameters[common.InodeURL] with scheme 'inode' and receives the fds (if possible) and converts them to scheme file.
common/mechanisms/sendfd
Package sendfd provides a NetworkService{Client,Server} chain element that looks at the Connection.Mechanism and Request.MechanismPreferences and if they have the Parameters[common.InodeURL] with scheme 'file' converts them to scheme inode and sends them over the connection as fds if possible.
Package sendfd provides a NetworkService{Client,Server} chain element that looks at the Connection.Mechanism and Request.MechanismPreferences and if they have the Parameters[common.InodeURL] with scheme 'file' converts them to scheme inode and sends them over the connection as fds if possible.
common/mechanisms/vxlan/vni
Package vni provides networkservice.NetworkService{Client,Server} chain elements for setting SrcIP/DstIP/VNI for the vxlan mechanism Code generated by "-output vni_map.gen.go -type Map<vniKey,*vniKey> -output vni_map.gen.go -type Map<vniKey,*vniKey>"; DO NOT EDIT.
Package vni provides networkservice.NetworkService{Client,Server} chain elements for setting SrcIP/DstIP/VNI for the vxlan mechanism Code generated by "-output vni_map.gen.go -type Map<vniKey,*vniKey> -output vni_map.gen.go -type Map<vniKey,*vniKey>"; DO NOT EDIT.
common/mechanismtranslation
Package mechanismtranslation provides client chain element to perform serverRequest -> clientRequest and clientConn -> serverConn mechanism translations Code generated by "-output mechanism_map.gen.go -type mechanismMap<string,*github.com/networkservicemesh/api/pkg/api/networkservice.Mechanism> -output mechanism_map.gen.go -type mechanismMap<string,*github.com/networkservicemesh/api/pkg/api/networkservice.Mechanism>"; DO NOT EDIT.
Package mechanismtranslation provides client chain element to perform serverRequest -> clientRequest and clientConn -> serverConn mechanism translations Code generated by "-output mechanism_map.gen.go -type mechanismMap<string,*github.com/networkservicemesh/api/pkg/api/networkservice.Mechanism> -output mechanism_map.gen.go -type mechanismMap<string,*github.com/networkservicemesh/api/pkg/api/networkservice.Mechanism>"; DO NOT EDIT.
common/monitor
Package monitor provides a NetworkServiceServer chain element to provide a monitor server that reflects the connections actually in the NetworkServiceServer
Package monitor provides a NetworkServiceServer chain element to provide a monitor server that reflects the connections actually in the NetworkServiceServer
common/null
Package null provides simple networkservice chain elements that do nothing by call next and returns what comes back.
Package null provides simple networkservice chain elements that do nothing by call next and returns what comes back.
common/onidle
Package onidle provides server chain element that executes a callback when there were no active connections for specified time
Package onidle provides server chain element that executes a callback when there were no active connections for specified time
common/refresh
Package refresh periodically resends NetworkServiceMesh.Request for an existing connection so that the Endpoint doesn't 'expire' the networkservice.
Package refresh periodically resends NetworkServiceMesh.Request for an existing connection so that the Endpoint doesn't 'expire' the networkservice.
common/replacelabels
Package replacelabels sets connection labels
Package replacelabels sets connection labels
common/roundrobin
Package roundrobin provides a networkservice chain element that round robins among the candidates for providing a requested networkservice
Package roundrobin provides a networkservice chain element that round robins among the candidates for providing a requested networkservice
common/serialize
Package serialize provides chain elements for serial Request, Close event processing
Package serialize provides chain elements for serial Request, Close event processing
common/setextracontext
Package setextracontext define a chain element to set some extra context values
Package setextracontext define a chain element to set some extra context values
common/setlogoption
Package setlogoption - allow to overide some of logging capabilities.
Package setlogoption - allow to overide some of logging capabilities.
common/swapip
Package swapip provides chain element to swapping fields of remote mechanisms such as common.SrcIP and common.DstIP from internal to external and vice versa on response.
Package swapip provides chain element to swapping fields of remote mechanisms such as common.SrcIP and common.DstIP from internal to external and vice versa on response.
common/timeout
Package timeout provides a NetworkServiceServer chain element that times out expired connection
Package timeout provides a NetworkServiceServer chain element that times out expired connection
common/updatepath
Package updatepath provides a chain element that sets the id of an incoming or outgoing request
Package updatepath provides a chain element that sets the id of an incoming or outgoing request
common/updatetoken
Package updatetoken provides chain elements to update Connection.Path
Package updatetoken provides chain elements to update Connection.Path
connectioncontext/dnscontext
Package dnscontext provides a dns context specific chain element.
Package dnscontext provides a dns context specific chain element.
core/adapters
Package adapters provides adapters to translate between networkservice.NetworkService{Server,Client} Package adapters provides adapters to translate between networkservice.NetworkService{Server,Client}
Package adapters provides adapters to translate between networkservice.NetworkService{Server,Client} Package adapters provides adapters to translate between networkservice.NetworkService{Server,Client}
core/chain
Package chain provides a simple file for creating a networkservice.NetworkService{Server,Client} from a 'chain' of networkservice.NetworkService{Server,Client}s
Package chain provides a simple file for creating a networkservice.NetworkService{Server,Client} from a 'chain' of networkservice.NetworkService{Server,Client}s
core/eventchannel
Package eventchannel provides implementations based on event channels of: networkservice.MonitorConnectionClient networkservice.MonitorConnectionServer networkservice.MonitorConnection_MonitorConnectionsClient networkservice.MonitorConnection_MonitorConnectionsServer Package eventchannel provides API for creating monitoring components via golang channels
Package eventchannel provides implementations based on event channels of: networkservice.MonitorConnectionClient networkservice.MonitorConnectionServer networkservice.MonitorConnection_MonitorConnectionsClient networkservice.MonitorConnection_MonitorConnectionsServer Package eventchannel provides API for creating monitoring components via golang channels
core/next
Package next provides a mechanism for chained networkservice.NetworkService{Server,Client}s to call the next element in the chain.
Package next provides a mechanism for chained networkservice.NetworkService{Server,Client}s to call the next element in the chain.
core/next/tests
Package tests contains tests for package 'next'
Package tests contains tests for package 'next'
core/trace
Package trace provides a wrapper for tracing around a networkservice.NetworkServiceClient
Package trace provides a wrapper for tracing around a networkservice.NetworkServiceClient
ipam/point2pointipam
Code generated by "-output connectionInfoMap.gen.go -type Map<string,*connectionInfo> -output connectionInfoMap.gen.go -type Map<string,*connectionInfo>"; DO NOT EDIT.
Code generated by "-output connectionInfoMap.gen.go -type Map<string,*connectionInfo> -output connectionInfoMap.gen.go -type Map<string,*connectionInfo>"; DO NOT EDIT.
utils/checks/checkconnection
Package checkconnection provides utilities for checking the returned connection from the next element in a chain
Package checkconnection provides utilities for checking the returned connection from the next element in a chain
utils/checks/checkcontext
Package checkcontext - provides networkservice chain elements for checking the context.Context passed on by the previous chain element
Package checkcontext - provides networkservice chain elements for checking the context.Context passed on by the previous chain element
utils/checks/checkcontextonreturn
Package checkcontextonreturn - provides a NetworkServiceClient chain element for checking the state of the context.Context after the next element in the chain has returned
Package checkcontextonreturn - provides a NetworkServiceClient chain element for checking the state of the context.Context after the next element in the chain has returned
utils/checks/checkerror
Package checkerror provides chain elements to check for errors during testing
Package checkerror provides chain elements to check for errors during testing
utils/checks/checkopts
Package checkopts - provides tools for checking to make sure that grpc.CallOptions are propagated through a client chain elements
Package checkopts - provides tools for checking to make sure that grpc.CallOptions are propagated through a client chain elements
utils/checks/checkrequest
Package checkrequest - provides networkservice chain elements to check the request received from the previous element in the chain
Package checkrequest - provides networkservice chain elements to check the request received from the previous element in the chain
utils/checks/checkresponse
Package checkresponse - provides networkservice chain elements to check the response received from the next element in the chain
Package checkresponse - provides networkservice chain elements to check the response received from the next element in the chain
utils/inject/injecterror
Package injecterror provides chain elements returning given error on Request, Close on given times
Package injecterror provides chain elements returning given error on Request, Close on given times
utils/inject/injectopts
Package injectopts - injects grpc.CallOptions by appending them to the end of the opts...
Package injectopts - injects grpc.CallOptions by appending them to the end of the opts...
utils/metadata
Package metadata provides per Connection.Id metadata Code generated by "-output meta_data_map.gen.go -type metaDataMap<string,*metaData> -output meta_data_map.gen.go -type metaDataMap<string,*metaData>"; DO NOT EDIT.
Package metadata provides per Connection.Id metadata Code generated by "-output meta_data_map.gen.go -type metaDataMap<string,*metaData> -output meta_data_map.gen.go -type metaDataMap<string,*metaData>"; DO NOT EDIT.
Package registry provides a simple wrapper for building a Registry
Package registry provides a simple wrapper for building a Registry
chains/client
Package client provides common functions for building NS, NSE registry clients Package client provides a simple functions for building a NetworkServiceEndpointRegistryClient, NetworkServiceRegistryClient
Package client provides common functions for building NS, NSE registry clients Package client provides a simple functions for building a NetworkServiceEndpointRegistryClient, NetworkServiceRegistryClient
chains/memory
Package memory provides registry chain based on memory chain elements
Package memory provides registry chain based on memory chain elements
chains/proxydns
Package proxydns provides default chain for stateless proxy registries based on DNS
Package proxydns provides default chain for stateless proxy registries based on DNS
common/checkid
Package checkid provides NSE server chain element for checking for nse.Name duplicates
Package checkid provides NSE server chain element for checking for nse.Name duplicates
common/clientinfo
Package clientinfo provides a chain element that adds pod, node and cluster names to request
Package clientinfo provides a chain element that adds pod, node and cluster names to request
common/clienturl
Package clienturl provides NS, NSE registry server chain elements that set client URL in context
Package clienturl provides NS, NSE registry server chain elements that set client URL in context
common/connect
Package connect provides NS, NSE registry server chain elements providing access to remote registry servers Code generated by "-output ns_client_map.gen.go -type nsClientMap<string,*nsClient> -output ns_client_map.gen.go -type nsClientMap<string,*nsClient>"; DO NOT EDIT.
Package connect provides NS, NSE registry server chain elements providing access to remote registry servers Code generated by "-output ns_client_map.gen.go -type nsClientMap<string,*nsClient> -output ns_client_map.gen.go -type nsClientMap<string,*nsClient>"; DO NOT EDIT.
common/dnsresolve
Package dnsresolve provides registry chain elements that can resolve passed Domain to URL
Package dnsresolve provides registry chain elements that can resolve passed Domain to URL
common/endpointurls
Package endpointurls provides registry.NetworkServiceEndpointRegistryServer that can be injected in the chain of registry.NetworkServiceEndpointRegistryServer to get an actual nses of registry.NetworkServiceEndpoint URLs.
Package endpointurls provides registry.NetworkServiceEndpointRegistryServer that can be injected in the chain of registry.NetworkServiceEndpointRegistryServer to get an actual nses of registry.NetworkServiceEndpoint URLs.
common/expire
Package expire provides registry server chain elements for unregistering expired endpoints, services
Package expire provides registry server chain elements for unregistering expired endpoints, services
common/heal
Package heal provides NS, NSE registry client chain elements for healing failed remote side Code generated by "-output ns_info_map.gen.go -type nsInfoMap<string,*nsInfo> -output ns_info_map.gen.go -type nsInfoMap<string,*nsInfo>"; DO NOT EDIT.
Package heal provides NS, NSE registry client chain elements for healing failed remote side Code generated by "-output ns_info_map.gen.go -type nsInfoMap<string,*nsInfo> -output ns_info_map.gen.go -type nsInfoMap<string,*nsInfo>"; DO NOT EDIT.
common/interpose
Package interpose provides NSE Registry Server, Client for registering interpose NSE
Package interpose provides NSE Registry Server, Client for registering interpose NSE
common/localbypass
Package localbypass implements a chain element to set NSMgr URL to endpoints on registration and set back endpoints URLs on find
Package localbypass implements a chain element to set NSMgr URL to endpoints on registration and set back endpoints URLs on find
common/memory
Package memory provides NSM registry chain elements to building memory-based registries Code generated by "-output ns_sync_map.gen.go -type NetworkServiceSyncMap<string,*github.com/networkservicemesh/api/pkg/api/registry.NetworkService> -output ns_sync_map.gen.go -type NetworkServiceSyncMap<string,*github.com/networkservicemesh/api/pkg/api/registry.NetworkService>"; DO NOT EDIT.
Package memory provides NSM registry chain elements to building memory-based registries Code generated by "-output ns_sync_map.gen.go -type NetworkServiceSyncMap<string,*github.com/networkservicemesh/api/pkg/api/registry.NetworkService> -output ns_sync_map.gen.go -type NetworkServiceSyncMap<string,*github.com/networkservicemesh/api/pkg/api/registry.NetworkService>"; DO NOT EDIT.
common/null
Package null provides simple registry chain elements that do nothing by call next and returns what comes back.
Package null provides simple registry chain elements that do nothing by call next and returns what comes back.
common/proxy
Package proxy provides registry chain elements that can put URL to the proxy registry to the context in case of interdomain upstream.
Package proxy provides registry chain elements that can put URL to the proxy registry to the context in case of interdomain upstream.
common/querycache
Code generated by "-output cache_entry_map.gen.go -type cacheEntryMap<string,*cacheEntry> -output cache_entry_map.gen.go -type cacheEntryMap<string,*cacheEntry>"; DO NOT EDIT.
Code generated by "-output cache_entry_map.gen.go -type cacheEntryMap<string,*cacheEntry> -output cache_entry_map.gen.go -type cacheEntryMap<string,*cacheEntry>"; DO NOT EDIT.
common/recvfd
Code generated by "-output per_endpoint_file_map.gen.go -type perEndpointFileMapMap<string,*perEndpointFileMap> -output per_endpoint_file_map.gen.go -type perEndpointFileMapMap<string,*perEndpointFileMap>"; DO NOT EDIT.
Code generated by "-output per_endpoint_file_map.gen.go -type perEndpointFileMapMap<string,*perEndpointFileMap> -output per_endpoint_file_map.gen.go -type perEndpointFileMapMap<string,*perEndpointFileMap>"; DO NOT EDIT.
common/refresh
Package refresh provides registry elements for refreshing resources Code generated by "-output sync_map.gen.go -type cancelsMap<string,context.CancelFunc> -output sync_map.gen.go -type cancelsMap<string,context.CancelFunc>"; DO NOT EDIT.
Package refresh provides registry elements for refreshing resources Code generated by "-output sync_map.gen.go -type cancelsMap<string,context.CancelFunc> -output sync_map.gen.go -type cancelsMap<string,context.CancelFunc>"; DO NOT EDIT.
common/sendfd
Package sendfd provides a registry.NetworkServiceEndpointRegistryClient chain element to convert any unix file socket endpoint.URLs into 'inode://${dev}/${ino}' urls and send the fd over the unix file socket.
Package sendfd provides a registry.NetworkServiceEndpointRegistryClient chain element to convert any unix file socket endpoint.URLs into 'inode://${dev}/${ino}' urls and send the fd over the unix file socket.
common/serialize
Package serialize provides NSE, NS registry chain elements for serial Register, Unregister event processing
Package serialize provides NSE, NS registry chain elements for serial Register, Unregister event processing
common/setid
Package setid provides NSE client chain element for setting nse.Name Package setid provides NSE chain elements for setting nse.Name Code generated by "-output names_set.gen.go -type namesSet<string,struct{}> -output names_set.gen.go -type namesSet<string,struct{}>"; DO NOT EDIT.
Package setid provides NSE client chain element for setting nse.Name Package setid provides NSE chain elements for setting nse.Name Code generated by "-output names_set.gen.go -type namesSet<string,struct{}> -output names_set.gen.go -type namesSet<string,struct{}>"; DO NOT EDIT.
common/setlogoption
Package setlogoption implements a chain element to set log options before full chain
Package setlogoption implements a chain element to set log options before full chain
common/setpayload
Package setpayload provides registry elements for setting ns.payload default
Package setpayload provides registry elements for setting ns.payload default
common/seturl
Package seturl provides registry.NetworkServiceEndpointRegistryServer that sets passed url for each found nse
Package seturl provides registry.NetworkServiceEndpointRegistryServer that sets passed url for each found nse
common/storeurl
Package storeurl provides chain element that stores incoming NSE URLs into map
Package storeurl provides chain element that stores incoming NSE URLs into map
core/adapters
Package adapters provide API to converting client to server and vise versa Package adapters provide API to converting client to server and vise versa
Package adapters provide API to converting client to server and vise versa Package adapters provide API to converting client to server and vise versa
core/chain
Package chain provides API to make chains of registry elements
Package chain provides API to make chains of registry elements
core/next
Package next provides a mechanism for chained registry.{Registry,Discovery}{Server,Client}s to call the next element in the chain.
Package next provides a mechanism for chained registry.{Registry,Discovery}{Server,Client}s to call the next element in the chain.
core/streamchannel
Package streamchannel provides find client/servers based on channels
Package streamchannel provides find client/servers based on channels
core/streamcontext
Package streamcontext provides API to extend context for find client/server
Package streamcontext provides API to extend context for find client/server
core/trace
Package trace provides a wrapper for tracing around a registry.{Registry,Discovery}{Server,Client}
Package trace provides a wrapper for tracing around a registry.{Registry,Discovery}{Server,Client}
utils/checks/checkcontext
Package checkcontext - provides registry chain elements for checking the context.Context passed on by the previous chain element
Package checkcontext - provides registry chain elements for checking the context.Context passed on by the previous chain element
utils/checks/checknse
Package checknse - provides registry chain elements for checking the *registry.NetworkServiceEndpoint passed on by the previous chain element
Package checknse - provides registry chain elements for checking the *registry.NetworkServiceEndpoint passed on by the previous chain element
tools
addressof
Package addressof provides convenient functions for converting implementations of an interface to pointers to implementations of the interface.
Package addressof provides convenient functions for converting implementations of an interface to pointers to implementations of the interface.
cancelctx
Package cancelctx provides methods for creating context with injected cancel func for it
Package cancelctx provides methods for creating context with injected cancel func for it
cidr
Package cidr provides common functions useful when working with Classless Inter-Domain Routing (CIDR)
Package cidr provides common functions useful when working with Classless Inter-Domain Routing (CIDR)
clientinfo
Package clientinfo provides a set of utilities for adding client info to labels map
Package clientinfo provides a set of utilities for adding client info to labels map
clientmap
Code generated by "-output clientmap.gen.go -type Map<string,github.com/networkservicemesh/api/pkg/api/networkservice.NetworkServiceClient> -output clientmap.gen.go -type Map<string,github.com/networkservicemesh/api/pkg/api/networkservice.NetworkServiceClient>"; DO NOT EDIT.
Code generated by "-output clientmap.gen.go -type Map<string,github.com/networkservicemesh/api/pkg/api/networkservice.NetworkServiceClient> -output clientmap.gen.go -type Map<string,github.com/networkservicemesh/api/pkg/api/networkservice.NetworkServiceClient>"; DO NOT EDIT.
clienturlctx
Package clienturlctx allows the setting of a client url in the context of the request
Package clienturlctx allows the setting of a client url in the context of the request
clock
Package clock provides tools for accessing time functions
Package clock provides tools for accessing time functions
clockmock
Package clockmock provides tools for mocking time functions
Package clockmock provides tools for mocking time functions
debug
Package debug provides a very simple function that, if executed will replace the executable with dlv running the executable and listening on the port specified by an environment variable.
Package debug provides a very simple function that, if executed will replace the executable with dlv running the executable and listening on the port specified by an environment variable.
dnscontext
Package dnscontext provides a DNS specific tools.
Package dnscontext provides a DNS specific tools.
expire
Package expire provide expiration manager Code generated by "-output timer_map.gen.go -type timerMap<string,*timer> -output timer_map.gen.go -type timerMap<string,*timer>"; DO NOT EDIT.
Package expire provide expiration manager Code generated by "-output timer_map.gen.go -type timerMap<string,*timer> -output timer_map.gen.go -type timerMap<string,*timer>"; DO NOT EDIT.
extend
Package extend allows you to extend a context with values from another context
Package extend allows you to extend a context with values from another context
fs
Package fs provides common filesystem functions and utilities
Package fs provides common filesystem functions and utilities
grpcutils
Package grpcutils - provides a simple ListenAndServe for grpc
Package grpcutils - provides a simple ListenAndServe for grpc
interdomain
Package interdomain provides tools to work with interdomain cases
Package interdomain provides tools to work with interdomain cases
ippool
Package ippool provides service for managing ip addresses
Package ippool provides service for managing ip addresses
jaeger
Package jaeger provides a set of utilities for assisting with using jaeger
Package jaeger provides a set of utilities for assisting with using jaeger
log
Package log provides an unified interface Logger for logging
Package log provides an unified interface Logger for logging
log/logruslogger
Package logruslogger provides wrapper for logrus logger which is consistent with Logger interface
Package logruslogger provides wrapper for logrus logger which is consistent with Logger interface
log/spanlogger
Package spanlogger provides a set of utilities to assist in working with opentracing spans
Package spanlogger provides a set of utilities to assist in working with opentracing spans
matchutils
Package matchutils provides utils to match network services and network service endpoints
Package matchutils provides utils to match network services and network service endpoints
multiexecutor
Package multiexecutor provides a structure MultiExecutor that can be used to guarantee exclusive by ID, in order execution of functions.
Package multiexecutor provides a structure MultiExecutor that can be used to guarantee exclusive by ID, in order execution of functions.
nsurl
Package nsurl provides a wrapper for a url.URL that is being used to represent a Network Service being requested by a workload.
Package nsurl provides a wrapper for a url.URL that is being used to represent a Network Service being requested by a workload.
opa
Package opa provides of utilities for using OPA
Package opa provides of utilities for using OPA
opentracing
Package opentracing provides a set of utilities to assist in working with opentracing
Package opentracing provides a set of utilities to assist in working with opentracing
prefixpool
Package prefixpool provides service for prefix managing
Package prefixpool provides service for prefix managing
sandbox
Package sandbox provides API for testing NSM chains such as Forwarder, NSC, NSMgrs, Registries, NSE.
Package sandbox provides API for testing NSM chains such as Forwarder, NSC, NSMgrs, Registries, NSE.
serializectx
Package serializectx allows to set executor in the context
Package serializectx allows to set executor in the context
spiffejwt
Package spiffejwt provides a token.GeneratorFunc for spiffe jwt tokens signed by x509vids
Package spiffejwt provides a token.GeneratorFunc for spiffe jwt tokens signed by x509vids
spire
Package spire provides two simple functions: - Start to start a SpireServer/SpireAgent for local testing - AddEntry to add entries into the spire server
Package spire provides two simple functions: - Start to start a SpireServer/SpireAgent for local testing - AddEntry to add entries into the spire server
stringurl
Package stringurl provides sync map like a Go map[string]*url.URL but is safe for concurrent using Code generated by "-output sync_map.gen.go -type Map<string,*net/url.URL> -output sync_map.gen.go -type Map<string,*net/url.URL>"; DO NOT EDIT.
Package stringurl provides sync map like a Go map[string]*url.URL but is safe for concurrent using Code generated by "-output sync_map.gen.go -type Map<string,*net/url.URL> -output sync_map.gen.go -type Map<string,*net/url.URL>"; DO NOT EDIT.
token
Package token provides a simple type for functions that generate tokens
Package token provides a simple type for functions that generate tokens
typeutils
Package typeutils provides as simpler helper for getting a type Name from an interface{}
Package typeutils provides as simpler helper for getting a type Name from an interface{}

Jump to

Keyboard shortcuts

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