ceph-csi/vendor/github.com/godbus/dbus/v5
Praveen M 4a1927f2f3 rebase: update K8s packages to v0.32.0
Update K8s packages in go.mod to v0.32.0

Signed-off-by: Praveen M <m.praveen@ibm.com>
2025-01-16 12:36:42 +00:00
..
auth_anonymous.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
auth_external.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
auth_sha1.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
auth.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
call.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
conn_darwin.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
conn_other.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
conn_unix.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
conn_windows.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
conn.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
CONTRIBUTING.md rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
dbus.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
decoder.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
default_handler.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
doc.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
encoder.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
escape.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
export.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
homedir.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
LICENSE rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
MAINTAINERS rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
match.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
message.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
object.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
README.md rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
sequence.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
sequential_handler.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
server_interfaces.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
sig.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_darwin.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_generic.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_nonce_tcp.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_tcp.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_unix.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_unixcred_dragonfly.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_unixcred_freebsd.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_unixcred_linux.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_unixcred_netbsd.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_unixcred_openbsd.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
transport_zos.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
variant_lexer.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
variant_parser.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
variant.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00

Build Status

dbus

dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.

Features

  • Complete native implementation of the D-Bus message protocol
  • Go-like API (channels for signals / asynchronous method calls, Goroutine-safe connections)
  • Subpackages that help with the introspection / property interfaces

Installation

This packages requires Go 1.12 or later. It can be installed by running the command below:

go get github.com/godbus/dbus/v5

Usage

The complete package documentation and some simple examples are available at godoc.org. Also, the _examples directory gives a short overview over the basic usage.

Projects using godbus

  • fyne a cross platform GUI in Go inspired by Material Design.
  • fynedesk a full desktop environment for Linux/Unix using Fyne.
  • go-bluetooth provides a bluetooth client over bluez dbus API.
  • iwd go bindings for the internet wireless daemon "iwd".
  • notify provides desktop notifications over dbus into a library.
  • playerbm a bookmark utility for media players.

Please note that the API is considered unstable for now and may change without further notice.

License

go.dbus is available under the Simplified BSD License; see LICENSE for the full text.

Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.