Versions in this module Expand all Collapse all v1 v1.17.4 Apr 13, 2026 v1.17.3 Apr 10, 2026 v1.17.2 Apr 9, 2026 v1.17.1 Apr 6, 2026 v1.17.0 Apr 5, 2026 Changes in this version + const WSKindServiceLogs + type ConvertDockerRunRequest struct + DockerRunCommand string + type ConvertDockerRunResponse struct + DockerCompose string + EnvVars string + ServiceName string + Success bool + type DockerComposeConfig struct + Services map[string]DockerComposeService + type DockerComposeDeploy struct + Resources *DockerComposeResources + type DockerComposeHealthcheck struct + Test string + type DockerComposeResourceLimits struct + CPUs string + Memory string + type DockerComposeResources struct + Limits *DockerComposeResourceLimits + type DockerComposeService struct + Command string + ContainerName string + Deploy *DockerComposeDeploy + Entrypoint string + Environment []string + Healthcheck *DockerComposeHealthcheck + Image string + Labels []string + Networks []string + Ports []string + Privileged bool + Restart string + StdinOpen bool + TTY bool + User string + Volumes []string + WorkingDir string + type DockerRunCommand struct + CPULimit string + Command string + Detached bool + Entrypoint string + Environment []string + HealthCheck string + Image string + Interactive bool + Labels []string + MemoryLimit string + Name string + Networks []string + Ports []string + Privileged bool + Remove bool + Restart string + TTY bool + User string + Volumes []string + Workdir string type WebSocketMetricsSnapshot + ServiceLogsActive int64 v1.16.4 Mar 23, 2026 v1.16.3 Mar 16, 2026 v1.16.2 Mar 13, 2026 v1.16.1 Mar 7, 2026 v1.16.0 Mar 6, 2026 v1.15.3 Feb 20, 2026 v1.15.2 Feb 18, 2026 v1.15.1 Feb 15, 2026 v1.15.0 Feb 13, 2026 Changes in this version + const WSKindContainerExec + const WSKindContainerLogs + const WSKindContainerStats + const WSKindProjectLogs + const WSKindSystemStats + type GPUStats struct + Index int + MemoryTotal float64 + MemoryUsed float64 + Name string + type HealthResponse struct + Status string + type PruneAllRequest struct + BuildCache bool + Containers bool + Dangling bool + Images bool + Networks bool + Volumes bool + type PruneAllResult struct + BuildCacheSpaceReclaimed uint64 + ContainerSpaceReclaimed uint64 + ContainersPruned []string + Errors []string + ImageSpaceReclaimed uint64 + ImagesDeleted []string + NetworksDeleted []string + SpaceReclaimed uint64 + Success bool + VolumeSpaceReclaimed uint64 + VolumesDeleted []string + type SystemStats struct + Architecture string + CPUCount int + CPUUsage float64 + DiskTotal uint64 + DiskUsage uint64 + GPUCount int + GPUs []GPUStats + Hostname string + MemoryTotal uint64 + MemoryUsage uint64 + Platform string + type WebSocketConnectionInfo struct + ClientIP string + EnvID string + ID string + Kind string + ResourceID string + StartedAt time.Time + UserAgent string + UserID string + type WebSocketMetricsSnapshot struct + ContainerExec int64 + ContainerLogsActive int64 + ContainerStats int64 + ProjectLogsActive int64 + SystemStats int64