models

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobsRawSizeBytes

type BlobsRawSizeBytes struct {
	Namespace     string
	ContainerName string
	VersionName   string
	IsPublished   bool
	SizeBytes     uint64
}

type ObjectsCount

type ObjectsCount struct {
	Namespace     string
	ContainerName string
	VersionName   string
	IsPublished   bool
	ObjectsCount  uint64
}

type Stats

type Stats struct {
	NamespacesCount     uint64
	ContainersCount     uint64
	VersionsCount       []VersionsCount
	ObjectsCount        []ObjectsCount
	BlobsCount          uint64
	BlobsRawSizeBytes   []BlobsRawSizeBytes
	BlobsTotalSizeBytes uint64
}

type VersionsCount

type VersionsCount struct {
	Namespace     string
	ContainerName string
	VersionsCount uint64
	IsPublished   bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL