the-moby-effect
Version:
Moby/Docker API client built using effect-ts
15 lines • 786 B
JavaScript
import * as Schema from "effect/Schema";
export class RegistryAuthConfig extends /*#__PURE__*/Schema.Class("RegistryAuthConfig")({
username: /*#__PURE__*/Schema.optional(Schema.String),
password: /*#__PURE__*/Schema.optional(Schema.String),
auth: /*#__PURE__*/Schema.optional(Schema.String),
email: /*#__PURE__*/Schema.optional(Schema.String),
serveraddress: /*#__PURE__*/Schema.optional(Schema.String),
identitytoken: /*#__PURE__*/Schema.optional(Schema.String),
registrytoken: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "RegistryAuthConfig",
title: "registry.AuthConfig",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/registry#AuthConfig"
}) {}
//# sourceMappingURL=RegistryAuthConfig.generated.js.map