Versions in this module Expand all Collapse all v2 v2.0.1 Jun 7, 2026 Changes in this version + const WSKindContainerExec + const WSKindContainerLogs + const WSKindContainerStats + const WSKindProjectLogs + const WSKindServiceLogs + const WSKindSystemStats + type ConvertDockerRunRequest struct + DockerRunCommand string + type ConvertDockerRunResponse struct + DockerCompose string + EnvVars string + ServiceName string + Success bool + type Diagnostics struct + GC GCInfo + Memory MemoryInfo + Runtime RuntimeInfo + Timestamp time.Time + WebSocket WebSocketDiagnostics + 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 GCInfo struct + LastGC time.Time + NumGC int64 + PauseTotalNs int64 + RecentPausesNs []int64 + type GPUStats struct + Index int + MemoryTotal float64 + MemoryUsed float64 + Name string + type HealthResponse struct + Status string + type LogEntry struct + Attrs map[string]any + Level string + Message string + Time time.Time + type MemoryInfo struct + Alloc uint64 + GCCPUFraction float64 + HeapAlloc uint64 + HeapIdle uint64 + HeapInuse uint64 + HeapObjects uint64 + HeapReleased uint64 + HeapSys uint64 + MCacheInuse uint64 + MSpanInuse uint64 + NextGC uint64 + NumForcedGC uint32 + NumGC uint32 + StackInuse uint64 + StackSys uint64 + Sys uint64 + TotalAlloc uint64 + type PruneAllRequest struct + BuildCache *PruneBuildCacheOptions + Containers *PruneContainersOptions + Images *PruneImagesOptions + Networks *PruneNetworksOptions + Volumes *PruneVolumesOptions + func (r *PruneAllRequest) UnmarshalJSON(data []byte) error + type PruneAllResult struct + ActivityID *string + BuildCacheSpaceReclaimed uint64 + ContainerSpaceReclaimed uint64 + ContainersPruned []string + Errors []string + ImageSpaceReclaimed uint64 + ImagesDeleted []string + NetworksDeleted []string + SpaceReclaimed uint64 + Success bool + VolumeSpaceReclaimed uint64 + VolumesDeleted []string + type PruneBuildCacheMode string + const PruneBuildCacheModeAll + const PruneBuildCacheModeNone + const PruneBuildCacheModeOlderThan + const PruneBuildCacheModeUnused + type PruneBuildCacheOptions struct + Mode PruneBuildCacheMode + Until string + type PruneContainerMode string + const PruneContainerModeNone + const PruneContainerModeOlderThan + const PruneContainerModeStopped + type PruneContainersOptions struct + Mode PruneContainerMode + Until string + type PruneImageMode string + const PruneImageModeAll + const PruneImageModeDangling + const PruneImageModeNone + const PruneImageModeOlderThan + type PruneImagesOptions struct + Mode PruneImageMode + Until string + type PruneNetworkMode string + const PruneNetworkModeNone + const PruneNetworkModeOlderThan + const PruneNetworkModeUnused + type PruneNetworksOptions struct + Mode PruneNetworkMode + Until string + type PruneVolumeMode string + const PruneVolumeModeAll + const PruneVolumeModeAnonymous + const PruneVolumeModeNone + type PruneVolumesOptions struct + Mode PruneVolumeMode + type RuntimeInfo struct + Arch string + GOMAXPROCS int + GoVersion string + Goroutines int + NumCPU int + NumCgoCall int64 + OS string + UptimeSeconds int64 + WSWorkerGoroutines int + 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 WebSocketDiagnostics struct + Connections []WebSocketConnectionInfo + Snapshot WebSocketMetricsSnapshot + type WebSocketMetricsSnapshot struct + ContainerExec int64 + ContainerLogsActive int64 + ContainerStats int64 + ProjectLogsActive int64 + ServiceLogsActive int64 + SystemStats int64 Other modules containing this package github.com/getarcaneapp/arcane/types