tool/TeamCity.Docker/Model/LineType.cs (
9
lines of code) (
raw
):
namespace TeamCity.Docker.Model { internal enum LineType { Text, Comment, MetadataComment } }