Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
func Connect(address *string, opts ...grpc.DialOption) *grpc.ClientConn
Connect establishes a client-side connection to the gRPC end-point.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides NB gNMI server for onos-config
func NewServer ¶
func NewServer(cfg *ServerConfig) *Server
NewServer initializes gNMI server using the supplied configuration
func (*Server) AddService ¶
AddService adds a Service to the server to be registered on Serve
Click to show internal directories.
Click to hide internal directories.