Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReaderWithStats ¶
func ReaderWithStats( reader io.ReadCloser, kind path.CategoryType, stats *ExportStats, ) io.ReadCloser
Create a function that will take a reader and return a reader that will update the stats
Types ¶
type ExportStats ¶
type ExportStats struct {
// contains filtered or unexported fields
}
func NewExportStats ¶
func NewExportStats() *ExportStats
func (*ExportStats) GetStats ¶
func (es *ExportStats) GetStats() map[path.CategoryType]KindStats
func (*ExportStats) UpdateBytes ¶
func (es *ExportStats) UpdateBytes(kind path.CategoryType, numBytes int64)
func (*ExportStats) UpdateResourceCount ¶
func (es *ExportStats) UpdateResourceCount(kind path.CategoryType)
Click to show internal directories.
Click to hide internal directories.