Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-redhatinsights-yggdrasil-devel | Distribution: AlmaLinux |
Version: 0.4.1 | Vendor: AlmaLinux |
Release: 1.el9 | Build date: Thu Oct 3 00:15:01 2024 |
Group: Unspecified | Build host: s390x-builder02.almalinux.org |
Size: 174460 | Source RPM: yggdrasil-0.4.1-1.el9.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: https://github.com/redhatinsights/yggdrasil | |
Summary: Remote data transmission and processing client |
yggdrasil is a system daemon that subscribes to topics on an MQTT broker and routes any data received on the topics to an appropriate child "worker" process, exchanging data with its worker processes through a D-Bus message broker. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/redhatinsights/yggdrasil
GPL-3.0-only
* Mon Apr 15 2024 Link Dupont <link@redhat.com> - 0.4.1-1 - Initial package (RHEL-29800)
/usr/share/doc/golang-github-redhatinsights-yggdrasil-devel /usr/share/doc/golang-github-redhatinsights-yggdrasil-devel/CONTRIBUTING.md /usr/share/doc/golang-github-redhatinsights-yggdrasil-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/redhatinsights /usr/share/gocode/src/github.com/redhatinsights/yggdrasil /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/.goipath /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/actions.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/generate.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/generate_test.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggctl/main.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/client.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/flag.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/main.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/cmd/yggd/util.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/dbus /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/dbus/dbus.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/go.mod /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/config /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/config/config.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/config/tls.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/constants /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/constants/constants.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/http /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/http/client.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/sync /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/sync/mutex_map.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/sync/mutex_map_test.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/tags /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/tags/tags.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/tags/tags_test.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/http.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/http_test.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/mqtt.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/noop.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/transport/transporter.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work/dbus.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work/dispatcher.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work/dispatcher_test.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/internal/work/errors.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc/com.redhat.Yggdrasil1.Dispatcher1.xml /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc/com.redhat.Yggdrasil1.Worker1.xml /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/ipc/interfaces.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/messages.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/util.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/echo /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/echo/main.go /usr/share/gocode/src/github.com/redhatinsights/yggdrasil/worker/worker.go /usr/share/licenses/golang-github-redhatinsights-yggdrasil-devel /usr/share/licenses/golang-github-redhatinsights-yggdrasil-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 08:52:08 2024