UNPKG

the-moby-effect

Version:
13 lines 649 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; export class SwarmDispatcherConfig extends /*#__PURE__*/Schema.Class("SwarmDispatcherConfig")({ HeartbeatPeriod: /*#__PURE__*/Schema.optional(/*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: -(2n ** 63n), maximum: 2n ** 63n - 1n }))) }, { identifier: "SwarmDispatcherConfig", title: "swarm.DispatcherConfig", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#DispatcherConfig" }) {} //# sourceMappingURL=SwarmDispatcherConfig.generated.js.map