Documentation
¶
Overview ¶
Copyright ©️ Ant Group. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SizeExecutor ¶ added in v0.20.0
type SizeExecutor struct {
// contains filtered or unexported fields
}
func NewSizeExecutor ¶ added in v0.20.0
func NewSizeExecutor(size int64, fullPath bool) *SizeExecutor
func (*SizeExecutor) Match ¶ added in v0.20.0
func (e *SizeExecutor) Match(entry *gitobj.TreeEntry, absPath string) bool
BLOB filter
func (*SizeExecutor) Paths ¶ added in v0.20.0
func (e *SizeExecutor) Paths() []string
type StatOptions ¶
Click to show internal directories.
Click to hide internal directories.