# Functions

NewLinuxNetworkDevicesFileScraper creates a new instance of LinuxNetworkDevicesFileScraper with the default network interface name set to "eth0".
NewLinuxNetworkDevicesFileScraperWithInterface creates a new instance of LinuxNetworkDevicesFileScraper for the specified network interface.

# Structs

LinuxNetworkDevicesFileScraper is a struct that represents a scraper for network devices files on Linux systems.
NetworkStats represents the network statistics containing the number of received and transmitted bytes.

# Interfaces

NetworkStatsScraper defines an interface for scraping network stats data from an io.Reader.