dcmerge/pkg/domain/dockerCompose
Markus Pesch 13301cb367
fix(dockerCompose): add further methods of port
This patch adds the following methods:

ports.ExistsDstIP()
ports.ExistsDstPort()
ports.ExistsProtocol()
ports.ExistsSrcIP()
ports.ExistsSrcPort()
ports.GetDstIP()
ports.GetDstPort()
ports.GetProtocol()
ports.GetSrcIP()
ports.GetSrcPort()
2025-02-20 17:26:43 +01:00
..
config_intern_test.go fix(dockerCompose): add further methods of port 2025-02-20 17:26:43 +01:00
config_test.go feat: support depends_on 2023-11-25 18:21:07 +01:00
config.go fix(dockerCompose): add further methods of port 2025-02-20 17:26:43 +01:00
equalable.go Initial Commit 2023-07-26 09:57:40 +02:00