Crate nullnet_libconfmon

Source

Structs§

Detector
A detector responsible for determining whether the system configuration is in draft mode or applied.
Error
A structured error type for libconfmon.
FileData
Represents the data of a file, including its name and content.
InterfaceSnapshot
Represents a snapshot of a network interface
Watcher
A file watcher that monitors specified files for changes and notifies a handler when updates occur.

Enums§

ErrorKind
Represents the different kinds of errors that can occur during configuration monitoring.
Platform
Represents the supported platforms.
State
Represents the possible states of the system configuration.

Traits§

WatcherHandler
A simple file watcher that monitors changes in a list of files and triggers appropriate handlers.

Functions§

make_watcher
Creates and initializes a new Watcher to monitor file changes on a specified platform.

Type Aliases§

Snapshot
A snapshot representing a collection of file data.