the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 644 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://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/system/info.go#L87-L93"
}) {}
//# sourceMappingURL=SystemContainerdInfo.generated.js.map