directory_layout

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mutable

type Mutable interface {
	Delete(...string) error
}

type Repo

type Repo interface {
	MakeDirData(p ...string) interfaces.DirectoryLayoutPath

	DirDataIndex(p ...string) string
	DirCacheRemoteInventoryListsLog() string
	DirIndexObjectPointers() string
	DirIndexObjects() string

	DirCacheRepo(p ...string) string

	DirLostAndFound() string
	DirObjectId() string

	FileCacheDormant() string
	FileCacheObjectId() string
	FileConfig() string
	FileConfigTags() string
	FileConfigTypes() string
	FileConfigRepos() string
	FileLock() string
	FileTags() string
	FileInventoryListLog() string
	FileZettelIdLog() string

	DirsGenesis() []string
}

func MakeRepo

func MakeRepo(
	storeVersion store_version.Version,
	x xdg.XDG,
) (Repo, error)

type RepoMutable

type RepoMutable interface {
	Repo
	Mutable
}

Jump to

Keyboard shortcuts

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