UNPKG

the-moby-effect

Version:
17 lines 1.72 kB
import * as Schema from "effect/Schema"; import * as ContainerBlkioStatEntry from "./ContainerBlkioStatEntry.generated.js"; export class ContainerBlkioStats extends /*#__PURE__*/Schema.Class("ContainerBlkioStats")({ io_service_bytes_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), io_serviced_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), io_queue_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), io_service_time_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), io_wait_time_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), io_merged_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), io_time_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))), sectors_recursive: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerBlkioStatEntry.ContainerBlkioStatEntry))) }, { identifier: "ContainerBlkioStats", title: "container.BlkioStats", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/container#BlkioStats" }) {} //# sourceMappingURL=ContainerBlkioStats.generated.js.map