//
pkg.gl
Category
github.com/andrisz/zabbix-std
module
package
0.1.3
Repository:
https://github.com/andrisz/zabbix-std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
129 SLOC
#
Functions
NewMockOs
NewMockOs returns Os interface that replaces supported os package functionality with mock functions.
NewOs
NewOs returns Os interface that forwards supported methods to os package.
#
Interfaces
File
File interface is used to mock os.File structure.
MockOs
No description provided by the author
Os
Os interface is used to mock os package.
#
Type aliases
FileMode
A FileMode represents a file's mode and permission bits.