Versions in this module Expand all Collapse all v1 v1.11.0 Jan 24, 2025 Changes in this version + func SetEbpfMap(m EbpfMap) + type EbpfMap interface + CreateAndPinArrayMap func(dir, name string, defaultKV []ebpf.MapKV) (err error) + LookUpMapValue func(pinPath string, key, value interface{}) (err error) + UnpinArrayMap func(pinPath string) (err error) + UpdateMapValue func(pinPath string, key, value interface{}) (err error) + func GetEbpfMap() EbpfMap + type Map struct + func (m *Map) CreateAndPinArrayMap(dir, name string, defaultKV []ebpf.MapKV) (err error) + func (m *Map) LookUpMapValue(pinPath string, key, value interface{}) (err error) + func (m *Map) UnpinArrayMap(pinPath string) (err error) + func (m *Map) UpdateMapValue(pinPath string, key, value interface{}) (err error) v1.11.0-network-topology-preview.0 Jan 23, 2025