Documentation
¶
Overview ¶
Package lpi: local page iterator
- Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
Package lpi: local page iterator
- Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
Package lpi: local page iterator
- Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
Index ¶
Constants ¶
View Source
const ( // to fill `Page` with the entire remaining content, // with no limits that may otherwise be imposed by // page size (`Msg.Size`) and/or end-of-page (`Msg.EOP`) AllPages = "" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iter ¶
type Iter struct {
// contains filtered or unexported fields
}
local page iterator (LPI) NOTE: it is caller's responsibility to serialize access _or_ take locks.
func (*Iter) ErrorCallback ¶
func (*Iter) ErrorCallback(pathname string, err error) godirwalk.ErrorAction
Click to show internal directories.
Click to hide internal directories.