Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderAssetsTable ¶
func RenderAssetsTable(t TableDetails)
Types ¶
type AssetDetails ¶
type TableDetails ¶
type TableDetails struct { Assets []AssetDetails TotalCost string Header []string }
func ParseDuplicateSnapshotsForTable ¶
func ParseDuplicateSnapshotsForTable(details map[string]volumes.VolumeSnapshotData, limit int64) TableDetails
func ParseSnapshotsForTable ¶
func ParseSnapshotsForTable(snapshots []*ec2.Snapshot, amis []string) TableDetails
func ParseVolumesForTable ¶
func ParseVolumesForTable(volumes []*ec2.Volume) (TableDetails, error)
Click to show internal directories.
Click to hide internal directories.