loader

package
v0.0.0-...-5bcb16e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader interface {
	Load() error
	Paths() []string
	RelPaths() (string, []string)
	ContainsRelPath(string) bool
	Cleanup() error
	MostRecentlyModified() (string, time.Time)
}

func NewRecursiveManifestDirectoryLoader

func NewRecursiveManifestDirectoryLoader(path string) Loader

type RecursiveManifestDirectoryLoader

type RecursiveManifestDirectoryLoader struct {
	// contains filtered or unexported fields
}

func (*RecursiveManifestDirectoryLoader) Cleanup

func (*RecursiveManifestDirectoryLoader) ContainsRelPath

func (l *RecursiveManifestDirectoryLoader) ContainsRelPath(p string) bool

func (*RecursiveManifestDirectoryLoader) Load

func (*RecursiveManifestDirectoryLoader) MostRecentlyModified

func (l *RecursiveManifestDirectoryLoader) MostRecentlyModified() (string, time.Time)

func (*RecursiveManifestDirectoryLoader) Paths

func (*RecursiveManifestDirectoryLoader) RelPaths

func (l *RecursiveManifestDirectoryLoader) RelPaths() (string, []string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL