the-moby-effect
Version:
Moby/Docker API client built using effect-ts
17 lines • 870 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobyIdentifiers from "../schemas/id.js";
import * as TypesPluginConfig from "./TypesPluginConfig.generated.js";
import * as TypesPluginSettings from "./TypesPluginSettings.generated.js";
export class TypesPlugin extends /*#__PURE__*/Schema.Class("TypesPlugin")({
Config: /*#__PURE__*/Schema.NullOr(TypesPluginConfig.TypesPluginConfig),
Enabled: Schema.Boolean,
Id: /*#__PURE__*/Schema.optional(MobyIdentifiers.PluginIdentifier),
Name: Schema.String,
PluginReference: /*#__PURE__*/Schema.optional(Schema.String),
Settings: /*#__PURE__*/Schema.NullOr(TypesPluginSettings.TypesPluginSettings)
}, {
identifier: "TypesPlugin",
title: "types.Plugin",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types#Plugin"
}) {}
//# sourceMappingURL=TypesPlugin.generated.js.map