mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-19 09:57:02 +01:00
* WireMock.Net.Testcontainers * . * logger? * . * . * WatchStaticMappings * linux * . * -- * ContainerInfo * . * 02 * . * fix * .
7 lines
123 B
C#
7 lines
123 B
C#
namespace WireMock.Net.Testcontainers.Models;
|
|
|
|
internal record ContainerInfo
|
|
(
|
|
string Image,
|
|
string MappingsPath
|
|
); |