Versions in this module Expand all Collapse all v1 v1.4.1 Jun 11, 2018 v1.4.0 May 24, 2018 Changes in this version type AppNsIndex + ListNames func() (names []string) v1.0.8 Nov 21, 2017 Changes in this version + type AppNsIndex interface + GetMapping func() idxvpp.NameToIdxRW + LookupIdx func(name string) (idx uint32, metadata *l4.AppNamespaces_AppNamespace, exists bool) + LookupName func(idx uint32) (name string, metadata *l4.AppNamespaces_AppNamespace, exists bool) + LookupNamesByInterface func(ifName string) []*l4.AppNamespaces_AppNamespace + WatchNameToIdx func(subscriber core.PluginName, pluginChannel chan ChangeDto) + type AppNsIndexRW interface + RegisterName func(name string, idx uint32, metadata *l4.AppNamespaces_AppNamespace) + UnregisterName func(name string) (idx uint32, metadata *l4.AppNamespaces_AppNamespace, exists bool) + func NewAppNsIndex(mapping idxvpp.NameToIdxRW) AppNsIndexRW + type ChangeDto struct + Metadata *l4.AppNamespaces_AppNamespace