Documentation ¶
Overview ¶
Package archive provides common low-level utilities for testing archives
- Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved.
Index ¶
- func CreateArchCustomFiles(shardName string, tarFormat tar.Format, ext string, fileCnt, fileSize int, ...) error
- func CreateArchCustomFilesToW(w io.Writer, tarFormat tar.Format, ext string, fileCnt, fileSize int, ...) error
- func CreateArchRandomFiles(shardName string, tarFormat tar.Format, ext string, fileCnt, fileSize int, ...) error
- func GetFileInfosFromArchBuffer(buffer bytes.Buffer, mime string) ([]os.FileInfo, error)
- type FileContent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateArchCustomFiles ¶
Types ¶
type FileContent ¶
func GetFilesFromArchBuffer ¶
Click to show internal directories.
Click to hide internal directories.