the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 532 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobyIdentifiers from "../schemas/id.js";
export class SwarmNetworkAttachmentSpec extends /*#__PURE__*/Schema.Class("SwarmNetworkAttachmentSpec")({
ContainerID: MobyIdentifiers.ContainerIdentifier
}, {
identifier: "SwarmNetworkAttachmentSpec",
title: "swarm.NetworkAttachmentSpec",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#NetworkAttachmentSpec"
}) {}
//# sourceMappingURL=SwarmNetworkAttachmentSpec.generated.js.map