Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type L2NodemapInstanceInterface interface + Process func(remote *structs.L2DeviceRemoteInfo, taskConfig L2NodemapTaskConfigInterface, ...) (*clitask.Table, error) + type L2NodemapServiceCenterInterface interface + Select func(remote *structs.L2DeviceRemoteInfo, srv string) L2NodemapServiceInterface + type L2NodemapServiceInterface interface + Run func(remote *structs.L2DeviceRemoteInfo, options ...interface{}) (*clitask.Table, error) + ServiceName func() string + type L2NodemapTaskConfigInterface interface + GetMainConfig func() L2NodemapServiceCenterInterface + GetMethod func() string + GetSubOid func(key string) string + IsPretty func() bool + IsSelected func(string, string) bool + NewExecutor func(remote *structs.L2DeviceRemoteInfo) (clitask.Executor, error) + SupportVersion func() []string + WithMainConfig func(L2NodemapServiceCenterInterface)