the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 548 B
JavaScript
import * as Schema from "effect/Schema";
export class ContainerLogConfig extends /*#__PURE__*/Schema.Class("ContainerLogConfig")({
Type: Schema.String,
Config: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record({
key: Schema.String,
value: Schema.String
}))
}, {
identifier: "ContainerLogConfig",
title: "container.LogConfig",
documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/container/hostconfig.go#L357-L361"
}) {}
//# sourceMappingURL=ContainerLogConfig.generated.js.map