mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-13 19:20:12 +02:00
11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Monitoring\Command\Renderer;
|
|
|
|
/**
|
|
* Interface for Icinga command renderer
|
|
*/
|
|
interface IcingaCommandRendererInterface
|
|
{
|
|
}
|