the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 539 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmNodeStatus extends /*#__PURE__*/Schema.Class("SwarmNodeStatus")({
State: /*#__PURE__*/Schema.optional(Schema.String),
Message: /*#__PURE__*/Schema.optional(Schema.String),
Addr: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "SwarmNodeStatus",
title: "swarm.NodeStatus",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/node.go#L93-L98"
}) {}
//# sourceMappingURL=SwarmNodeStatus.generated.js.map