the-moby-effect
Version:
Moby/Docker API client built using effect-ts
18 lines • 1.27 kB
JavaScript
import * as Schema from "effect/Schema";
import * as ContainerConfig from "./ContainerConfig.generated.js";
import * as ContainerContainerJSONBase from "./ContainerContainerJSONBase.generated.js";
import * as ContainerMountPoint from "./ContainerMountPoint.generated.js";
import * as ContainerNetworkSettings from "./ContainerNetworkSettings.generated.js";
import * as V1Descriptor from "./V1Descriptor.generated.js";
export class ContainerInspectResponse extends /*#__PURE__*/Schema.Class("ContainerInspectResponse")({
...ContainerContainerJSONBase.ContainerContainerJSONBase.fields,
Mounts: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(ContainerMountPoint.ContainerMountPoint))),
Config: /*#__PURE__*/Schema.NullOr(ContainerConfig.ContainerConfig),
NetworkSettings: /*#__PURE__*/Schema.NullOr(ContainerNetworkSettings.ContainerNetworkSettings),
ImageManifestDescriptor: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(V1Descriptor.V1Descriptor))
}, {
identifier: "ContainerInspectResponse",
title: "container.InspectResponse",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/container#InspectResponse"
}) {}
//# sourceMappingURL=ContainerInspectResponse.generated.js.map