Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Os ¶
type Os interface {
ReadFile(name string) ([]byte, error)
IsNotExist(err error) bool
Lstat(name string) (os.FileInfo, error)
}
Os is shim for methods from os package
type OsShim ¶
type OsShim struct{}
OsShim is default Os implementation
func (*OsShim) IsNotExist ¶
IsNotExist see os.IsNotExist
Directories
¶
| Path | Synopsis |
|---|---|
|
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
|
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors |
Click to show internal directories.
Click to hide internal directories.