summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Command/Renderer/IcingaCommandRendererInterface.php
blob: 50dd90c12bf917423eeedc3a8e6990883517959e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Icingadb\Command\Renderer;

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