the-moby-effect
Version:
Moby/Docker API client built using effect-ts
15 lines • 566 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmDriver extends /*#__PURE__*/Schema.Class("SwarmDriver")({
Name: /*#__PURE__*/Schema.optional(Schema.String),
Options: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Record({
key: Schema.String,
value: Schema.String
}), {
nullable: true
})
}, {
identifier: "SwarmDriver",
title: "swarm.Driver",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/common.go#L31-L35"
}) {}
//# sourceMappingURL=SwarmDriver.generated.js.map