procsys

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package procsys contains helper functions for doing /proc/sys calls

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcSys

type ProcSys interface {
	Get(key string) (string, error)
	Set(key, value string) error
}

ProcSys is the /proc/sys interface wrapper

func NewProcSys

func NewProcSys() ProcSys

NewProcSys returns a new ProcSys

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL