Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2021 Changes in this version + type Fake struct + Settings map[string]int + func NewFake() *Fake + func (m *Fake) GetSysctl(sysctl string) (int, error) + func (m *Fake) SetSysctl(sysctl string, newVal int) error