Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnalyzeInput ¶
type AnalyzeInput struct {
Domain string `` /* 184-byte string literal not displayed */
}
type AnalyzeOutput ¶
type AnalyzeOutput struct {
Results []domainResult `json:"results"`
Summary string `json:"summary"`
}
type CleanBatchInput ¶
type CleanBatchOutput ¶
type CleanPreviewInput ¶
type CleanPreviewInput struct {
Domain string `json:"domain,omitempty" jsonschema:"optional domain to preview (empty = all domains)"`
}
type CleanPreviewOutput ¶
type CleanPreviewOutput struct {
SafeItems []domainItem `json:"safe_items"`
UnsafeItems []domainItem `json:"unsafe_items"`
TotalSafe string `json:"total_safe_size"`
TotalUnsafe string `json:"total_unsafe_size"`
SafeCount int `json:"safe_count"`
UnsafeCount int `json:"unsafe_count"`
Instructions string `json:"instructions"`
}
type DockerBackupInput ¶
type DockerBackupInput struct {
Container string `json:"container" jsonschema:"required,container name to backup (must be running)"`
}
type DockerCleanupInput ¶
type DockerCompactInput ¶
type DockerCompactInput struct{}
type EmptyInput ¶
type EmptyInput struct{}
type MonitorOutput ¶
type StatusOutput ¶
type StatusOutput struct {
Domains []statusEntry `json:"domains"`
}
Click to show internal directories.
Click to hide internal directories.