Files
mars3142 46c8c38aa7
Test / test (push) Successful in 7m35s
initial commit
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-04-18 14:06:56 +02:00

692 B

toaster_utils_platform_interface

style: very good analysis

A common platform interface for the toaster_utils plugin.

This interface allows platform-specific implementations of the toaster_utils plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage

To implement a new platform-specific implementation of toaster_utils, extend ToasterUtilsPlatform with an implementation that performs the platform-specific behavior.