the-moby-effect
Version:
Moby/Docker API client built using effect-ts
15 lines • 807 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://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/registry/authconfig.go#L15-L34"
}) {}
//# sourceMappingURL=RegistryAuthConfig.generated.js.map