Versions in this module Expand all Collapse all v0 v0.0.1 Feb 23, 2024 Changes in this version + type GnmiTarget struct + YangModelChangeDispatcher *not.Dispatcher + ΛEnum map[string]map[int64]ygot.EnumDefinition + func NewGnmiTarget(schema *ytypes.Schema, model ygot.ValidatedGoStruct, ...) *GnmiTarget + func (gt *GnmiTarget) Start(bindAddress string, certFile string, keyFile string, caFile string, ...) error + type Logic interface + Callback func(newConfig, existingConfig ygot.ValidatedGoStruct) error + Init func() (ygot.ValidatedGoStruct, error)