mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-02 03:24:24 +02:00
9 lines
154 B
PHP
9 lines
154 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Monitoring\Command\Renderer;
|
|
|
|
/**
|
|
* Interface for Icinga command renderer
|
|
*/
|
|
interface IcingaCommandRendererInterface {}
|