Documentation
¶
Overview ¶
Package archive provides common low-level utilities for testing archives
- Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DrainVerify ¶ added in v1.4.1
type DrainVerify struct {
// contains filtered or unexported fields
}
func NewDrainVerify ¶ added in v1.4.1
func NewDrainVerify(t *testing.T, wantNames []string, wantSizes []int64) *DrainVerify
func (*DrainVerify) Call ¶ added in v1.4.1
func (drain *DrainVerify) Call(name string, r cos.ReadCloseSizer, hdr any) (bool, error)
type FileContent ¶
func GetFilesFromArchBuffer ¶
Click to show internal directories.
Click to hide internal directories.