package
0.12.0
Repository: https://github.com/openconfig/gnmi-gateway.git
Documentation: pkg.go.dev

# Functions

MakeSubscribeResponse produces a gnmi_proto.SubscribeResponse from a gnmi_proto.Notification.
NewServer instantiates server to handle client queries.

# Variables

SubscriptionLimit specifies how many queries can be processing simultaneously.
Timeout specifies how long a send can be pending before the RPC is closed.

# Structs

No description provided by the author
Server is the implementation of the gNMI Subcribe API.

# Interfaces

ACL is server ACL interface.
RPCACL is the per RPC ACL interface.