Source: golang-github-satta-ifplugo Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Sascha Steinbiss Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-shirou-gopsutil-dev, golang-github-sirupsen-logrus-dev Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://github.com/satta/ifplugo Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-satta-ifplugo Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-satta-ifplugo.git XS-Go-Import-Path: github.com/satta/ifplugo Testsuite: autopkgtest-pkg-go Package: golang-github-satta-ifplugo-dev Architecture: all Depends: ${misc:Depends}, golang-github-shirou-gopsutil-dev, golang-github-sirupsen-logrus-dev Description: network link status notification for Go ifplugo delivers network interface link information and link changes. It does this (on Linux) by gathering info via kernel ioctls, then emits a status summary on a given channel. This summary (LinkStatusSample) is emitted on the first invocation and each time the state changes for at least one monitored interface.