Documentation
¶
Overview ¶
Package northbound houses implementations of various application-oriented interfaces for the ONOS configuration subsystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.
type ServerConfig ¶
type ServerConfig struct {
CaPath *string
KeyPath *string
CertPath *string
Port int16
Insecure bool
}
ServerConfig comprises a set of server configuration options.
func NewServerConfig ¶
func NewServerConfig(caPath string, keyPath string, certPath string, port int16, secure bool) *ServerConfig
NewServerConfig creates a server config created with the specified end-point security details.
Click to show internal directories.
Click to hide internal directories.