Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-redhatinsights-yggdrasil-devel-0.3.2-2.el9 RPM for noarch

From EPEL 9 for ppc64le / Packages / g

Name: golang-github-redhatinsights-yggdrasil-devel Distribution: Fedora Project
Version: 0.3.2 Vendor: Fedora Project
Release: 2.el9 Build date: Mon Jul 24 19:19:36 2023
Group: Unspecified Build host: buildvm-a64-39.iad2.fedoraproject.org
Size: 182810 Source RPM: yggdrasil-0.3.2-2.el9.src.rpm
Packager: Fedora Project
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

Provides

Requires

License

GPL-3.0-only

Changelog

* Mon Jul 24 2023 Link Dupont <linkdupont@fedoraproject.org> - 0.3.2-1
  - Update to version 0.3.2
* Wed Mar 08 2023 Link Dupont <linkdupont@fedoraproject.org> - 0.3.1-2
  - Initial package

Files

/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/CONTRIBUTING.md
/usr/share/gocode/src/github.com/redhatinsights/yggdrasil/README.md
/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/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/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/README.md
/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, Wed May 1 02:39:06 2024