modulepackage
0.0.0-20220223155014-fcf6736e3ab6
Repository: https://github.com/travishegner/netlinker.git
Documentation: pkg.go.dev
# README
netlinker
Netlinker is an interface with a mock netlink library to facilitate simpler unit testing for netlink dependent projects.
# Packages
No description provided by the author
# Interfaces
Handle is an interface which should be fulfilled by both netlink and mocklinkthis enables easy unit testing for netlink dependent code without requiringroot or doing actual kernel state modifications.