the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 611 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmTLSInfo extends /*#__PURE__*/Schema.Class("SwarmTLSInfo")({
TrustRoot: /*#__PURE__*/Schema.optional(Schema.String),
CertIssuerSubject: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(Schema.StringFromBase64)),
CertIssuerPublicKey: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(Schema.StringFromBase64))
}, {
identifier: "SwarmTLSInfo",
title: "swarm.TLSInfo",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#TLSInfo"
}) {}
//# sourceMappingURL=SwarmTLSInfo.generated.js.map