Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Info system.Info
List []container.Summary
Disks container.DiskUsage
RawDisks []byte // Raw response as the disks response format depends on the API version
Inspect map[string]container.InspectResponse
Stats map[string]container.StatsResponse
Logs map[string]Logs
Services []swarm.Service
Tasks []swarm.Task
Nodes []swarm.Node
APIVersion string
ListParams map[string]string
// contains filtered or unexported fields
}
func NewServerFromFiles ¶
Click to show internal directories.
Click to hide internal directories.