Documentation
¶
Index ¶
Constants ¶
View Source
const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" )
Variables ¶
This section is empty.
Functions ¶
func ReportResults ¶
Types ¶
type AccountResult ¶
type AccountResult struct {
// contains filtered or unexported fields
}
type ContainerScanner ¶
type ContainerScanner struct {
HttpClient *http.Client
WG *sync.WaitGroup
Semaphore chan struct{}
OutputChannel chan Message
ResultsMap ResultsMap
BlobsOnly bool
VerboseMode int
MaxPages int
}
func (ContainerScanner) Scan ¶
func (cs ContainerScanner) Scan(account string, containerName string)
type ContainerStats ¶
type ContainerStats struct {
// contains filtered or unexported fields
}
type ResultsMap ¶
type ResultsMap map[string]ContainerStats
func (ResultsMap) PrintResults ¶
func (result ResultsMap) PrintResults()
func (ResultsMap) SaveContainerResults ¶
func (r ResultsMap) SaveContainerResults( account string, containerName string, numFiles int, contentLength int64, )
Click to show internal directories.
Click to hide internal directories.