joshuar-go-hass-agent/pkg/linux/dbusx
Joshua Rich 9bbf0d964f fix(dbusx): 🐛 introspect a method before calling to santize arguments
- add an introspection type which can be used to perform D-Bus introspection
- before calling a method, introspect it to retrieve its argument details
- sanitize a methods arguments to ensure they are the correct D-Bus type
2024-09-06 16:26:57 +10:00
..
busType_strings.go feat(dbusx): new function for simpler watch creation 2024-05-18 10:38:39 +10:00
dbus.go refactor: 🚨 adjust linter config and correct violations 2024-09-03 15:47:22 +10:00
dbus_test.go style: 🚨 clean up unused linter directives 2024-08-14 14:45:14 +10:00
introspect.go fix(dbusx): 🐛 introspect a method before calling to santize arguments 2024-09-06 16:26:57 +10:00
method.go fix(dbusx): 🐛 introspect a method before calling to santize arguments 2024-09-06 16:26:57 +10:00
props.go feat(linux): dbus sensor overhaul 2024-08-27 20:51:12 +10:00
validation.go feat(linux): dbus sensor overhaul 2024-08-27 20:51:12 +10:00
watch.go refactor: 🚨 adjust linter config and correct violations 2024-09-03 15:47:22 +10:00