Documentation
¶
Index ¶
- func AllocationAsciiTable(c *client.Client, days int, cfg AsciiTableStyle) (string, error)
- func DaysToShortName(days int) string
- func SummaryAsciiTable(c *client.Client, days int, cfg AsciiTableStyle) (string, error)
- func TotalAsciiGraph(c *client.Client, days int, cfg AsciiGraphStyle) (string, error)
- func TotalBmpGraph(c *client.Client, days int, filterTokens string, cfg BmpGraphStyle) (*bytes.Buffer, error)
- type AsciiGraphStyle
- type AsciiTableStyle
- type BmpGraphStyle
- type TableStyle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllocationAsciiTable ¶
func DaysToShortName ¶
func SummaryAsciiTable ¶
func TotalAsciiGraph ¶
func TotalBmpGraph ¶ added in v0.0.8
Types ¶
type AsciiGraphStyle ¶
func GetDefaultAsciiGraphStyle ¶
func GetDefaultAsciiGraphStyle() AsciiGraphStyle
type AsciiTableStyle ¶
type AsciiTableStyle struct {
Style TableStyle
Borders bool
}
func GetDefaultAsciiTableStyle ¶
func GetDefaultAsciiTableStyle() AsciiTableStyle
type BmpGraphStyle ¶ added in v0.0.8
func GetDefaultBmpGraphStyle ¶ added in v0.0.8
func GetDefaultBmpGraphStyle() BmpGraphStyle
Click to show internal directories.
Click to hide internal directories.