xdg

package
v0.34.1 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base interface {
	CacheFile(relPath string) (string, error)
	ConfigFile(relPath string) (string, error)
	DataFile(relPath string) (string, error)
	StateFile(relPath string) (string, error)
	RuntimeFile(relPath string) (string, error)
}

func NewTiltDevBase

func NewTiltDevBase() Base

type FakeBase

type FakeBase struct {
	Dir string
	FS  afero.Fs
}

func NewFakeBase added in v0.34.0

func NewFakeBase(p string, fs afero.Fs) *FakeBase

func (*FakeBase) CacheFile

func (b *FakeBase) CacheFile(relPath string) (string, error)

func (*FakeBase) ConfigFile

func (b *FakeBase) ConfigFile(relPath string) (string, error)

func (*FakeBase) DataFile

func (b *FakeBase) DataFile(relPath string) (string, error)

func (*FakeBase) RuntimeFile

func (b *FakeBase) RuntimeFile(relPath string) (string, error)

func (*FakeBase) StateFile

func (b *FakeBase) StateFile(relPath string) (string, error)

Jump to

Keyboard shortcuts

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