the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 633 B
JavaScript
import * as Schema from "effect/Schema";
import * as SystemContainerdNamespaces from "./SystemContainerdNamespaces.generated.js";
export class SystemContainerdInfo extends /*#__PURE__*/Schema.Class("SystemContainerdInfo")({
Address: /*#__PURE__*/Schema.optional(Schema.String),
Namespaces: /*#__PURE__*/Schema.NullOr(SystemContainerdNamespaces.SystemContainerdNamespaces)
}, {
identifier: "SystemContainerdInfo",
title: "system.ContainerdInfo",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#ContainerdInfo"
}) {}
//# sourceMappingURL=SystemContainerdInfo.generated.js.map