UNPKG

the-moby-effect

Version:
10 lines 532 B
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