gnmi

package
v0.10.28 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Overview

Package gnmi implements the northbound gNMI service for the configuration subsystem.

Index

Constants

View Source
const OIDCServerURL = "OIDC_SERVER_URL"

OIDCServerURL - the ENV var that signified security is turned on - no groups will be extracted from request without this

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server implements the grpc GNMI service

func (*Server) Capabilities

func (s *Server) Capabilities(ctx context.Context, req *gnmi.CapabilityRequest) (*gnmi.CapabilityResponse, error)

Capabilities implements gNMI Capabilities

func (*Server) Get

func (s *Server) Get(ctx context.Context, req *gnmi.GetRequest) (*gnmi.GetResponse, error)

Get implements gNMI Get

func (*Server) Set

func (s *Server) Set(ctx context.Context, req *gnmi.SetRequest) (*gnmi.SetResponse, error)

Set implements gNMI Set

func (*Server) Subscribe

func (s *Server) Subscribe(stream gnmi.GNMI_SubscribeServer) error

Subscribe implements gNMI Subscribe

type Service

type Service struct {
	northbound.Service
	// contains filtered or unexported fields
}

Service implements Service for GNMI

func NewService

func NewService(
	topo topo.Store,
	transactions transaction.Store,
	proposals proposal.Store,
	configurations configuration.Store,
	pluginRegistry pluginregistry.PluginRegistry, conns sb.ConnManager) Service

NewService allocates a Service struct with the given parameters

func (Service) Register

func (s Service) Register(r *grpc.Server)

Register registers the GNMI server with grpc

Jump to

Keyboard shortcuts

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