summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Command/Renderer/IcingaCommandRendererInterface.php
blob: e3ef6ba0f280e9e87e8ef7de4c66b7228e5e7234 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Module\Monitoring\Command\Renderer;

/**
 * Interface for Icinga command renderer
 */
interface IcingaCommandRendererInterface
{
}