UNPKG

the-moby-effect

Version:
13 lines 666 B
import * as Schema from "effect/Schema"; import * as SwarmPortConfig from "./SwarmPortConfig.generated.js"; export class SwarmEndpointSpec extends /*#__PURE__*/Schema.Class("SwarmEndpointSpec")({ Mode: /*#__PURE__*/Schema.optional(Schema.String), Ports: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(SwarmPortConfig.SwarmPortConfig)), { nullable: true }) }, { identifier: "SwarmEndpointSpec", title: "swarm.EndpointSpec", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/network.go#L14-L18" }) {} //# sourceMappingURL=SwarmEndpointSpec.generated.js.map