the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines (9 loc) • 364 B
text/typescript
import * as Schema from "effect/Schema";
export class SwarmGlobalService extends Schema.Class<SwarmGlobalService>("SwarmGlobalService")(
{},
{
identifier: "SwarmGlobalService",
title: "swarm.GlobalService",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#GlobalService",
}
) {}