package
Version:
v0.0.0-...-bfc3bc0
Opens a new window with list of versions in this module.
Published: Apr 15, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Config comprises a set of server configuration options.
NewServerConfig creates a server config created with the specified end-point security details.
Server provides redis proxy server
NewServer initializes server using the supplied configuration.
AddService adds a Service to the server to be registered on Serve.
Serve starts the NB gNMI server.
type Service interface {
Register(s *grpc.Server)
}
Service provides service-specific registration for grpc services.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.