Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInstanceHandler ¶
type NetworkInstanceHandler struct {
// contains filtered or unexported fields
}
NetworkInstanceHandler is the implementation of a gnmitarget.PathHandler.
func NewNetworkInstanceHandler ¶
func NewNetworkInstanceHandler() *NetworkInstanceHandler
func (*NetworkInstanceHandler) Init ¶
func (yh *NetworkInstanceHandler) Init(c ygot.ValidatedGoStruct) error
func (*NetworkInstanceHandler) Name ¶
func (yh *NetworkInstanceHandler) Name() string
func (*NetworkInstanceHandler) Paths ¶
func (yh *NetworkInstanceHandler) Paths() map[string]struct{}
func (*NetworkInstanceHandler) Update ¶
func (yh *NetworkInstanceHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi.Update) error
Click to show internal directories.
Click to hide internal directories.