Categorygithub.com/andrisz/zabbix-std
modulepackage
0.1.3
Repository: https://github.com/andrisz/zabbix-std.git
Documentation: pkg.go.dev

# Functions

NewMockOs returns Os interface that replaces supported os package functionality with mock functions.
NewOs returns Os interface that forwards supported methods to os package.

# Interfaces

File interface is used to mock os.File structure.
No description provided by the author
Os interface is used to mock os package.

# Type aliases

A FileMode represents a file's mode and permission bits.