dagger/dsl/port
Values
pub fn description(
parent: types.Port,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The port description.
pub fn experimental_skip_healthcheck(
parent: types.Port,
client client: types.Client,
then handler: fn(Result(Bool, types.QueryError)) -> a,
) -> a
Skip the health check when run as a service.
pub fn port(id id: types.Port) -> types.Port
pub fn protocol(
parent: types.Port,
client client: types.Client,
then handler: fn(
Result(types.NetworkProtocol, types.QueryError),
) -> a,
) -> a
The transport layer protocol.