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 AclIdxDto struct + Metadata *acl_model.AccessLists_Acl + type AclIndex interface + GetMapping func() idxvpp.NameToIdxRW + LookupIdx func(name string) (idx uint32, metadata *acl_model.AccessLists_Acl, exists bool) + LookupName func(idx uint32) (name string, metadata *acl_model.AccessLists_Acl, exists bool) + WatchNameToIdx func(subscriber core.PluginName, pluginChannel chan AclIdxDto) + type AclIndexRW interface + RegisterName func(name string, idx uint32, ifMeta *acl_model.AccessLists_Acl) + UnregisterName func(name string) (idx uint32, metadata *acl_model.AccessLists_Acl, exists bool) + func NewAclIndex(mapping idxvpp.NameToIdxRW) AclIndexRW