Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct {
Path string
Name string
Dir bool
NameWithoutExt string
Ext string
Size int64
Date time.Time
Attr string
}
func (*FileInfo) SizeAsString ¶
type Statistics ¶
type Statistics struct {
// contains filtered or unexported fields
}
func NewStatistics ¶
func NewStatistics() *Statistics
func (*Statistics) Add ¶
func (c *Statistics) Add(code string, value int)
func (*Statistics) Get ¶
func (c *Statistics) Get(code string) int
func (*Statistics) Reset ¶
func (c *Statistics) Reset()
Click to show internal directories.
Click to hide internal directories.