Configs overview
Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
Added in v1.0.0
Table of contents
Errors
ConfigsError (class)
Signature
export declare class ConfigsError
Added in v1.0.0
isConfigsError
Signature
export declare const isConfigsError: (u: unknown) => u is ConfigsError
Added in v1.0.0
Layers
ConfigsLayer
Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
Signature
export declare const ConfigsLayer: Layer.Layer<
Configs,
never,
HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>
Added in v1.0.0
Services
Configs (class)
Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
Signature
export declare class Configs
Added in v1.0.0