UNPKG

the-moby-effect

Version:
21 lines 934 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; export class ContainerThrottlingData extends /*#__PURE__*/Schema.Class("ContainerThrottlingData")({ periods: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: 0n, maximum: 2n ** 64n - 1n })), throttled_periods: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: 0n, maximum: 2n ** 64n - 1n })), throttled_time: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: 0n, maximum: 2n ** 64n - 1n })) }, { identifier: "ContainerThrottlingData", title: "container.ThrottlingData", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/container#ThrottlingData" }) {} //# sourceMappingURL=ContainerThrottlingData.generated.js.map