xdg

package
v0.33.13 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 4 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
}

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