Current section
Files
Jump to
Current section
Files
include/testcontainer@stack_Stack.hrl
-record(stack, {
network_name :: binary(),
run :: fun((testcontainer@network:network()) -> {ok, any()} |
{error, testcontainer@error:error()})
}).