 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package types contains types used in the Doku app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppVersion ¶ added in v0.0.5
type AppVersion struct {
	Version string `json:"version"`
}
    AppVersion contains version of the Doku app.
type BindMountInfo ¶ added in v0.0.9
type BindMountInfo struct {
	Path      string
	Size      int64
	IsDir     bool
	Files     int64
	ReadOnly  bool
	LastCheck int64
	Prepared  bool
	Err       string
}
    BindMountInfo contains information about a bind mount.
type HostVolume ¶
HostVolume contains input information for a volume and the result for utilization percentage.
 Click to show internal directories. 
   Click to hide internal directories.