tool/TeamCity.Docker/IGenerator.cs (
10
lines of code) (
raw
):
namespace TeamCity.Docker { using Generic; using IoC; using Model; internal interface IGenerator { void Generate([NotNull] IGraph<IArtifact, Dependency> graph); } }