dfpath

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultCacheDir = "/var/cache/dragonfly"
View Source
var DefaultCacheDirMode = os.FileMode(0755)
View Source
var DefaultConfigDir = "/etc/dragonfly"
View Source
var DefaultDataDir = "/var/lib/dragonfly"
View Source
var DefaultDataDirMode = os.FileMode(0755)
View Source
var DefaultDownloadUnixSocketPath = "/var/run/dfdaemon.sock"
View Source
var DefaultLogDir = "/var/log/dragonfly"
View Source
var DefaultPluginDir = "/usr/local/dragonfly/plugins"
View Source
var DefaultWorkHome = "/usr/local/dragonfly"
View Source
var DefaultWorkHomeMode = os.FileMode(0755)

Functions

This section is empty.

Types

type Dfpath

type Dfpath interface {
	WorkHome() string
	WorkHomeMode() fs.FileMode
	CacheDir() string
	CacheDirMode() fs.FileMode
	LogDir() string
	DataDir() string
	DataDirMode() fs.FileMode
	PluginDir() string
	DaemonSockPath() string
	DaemonLockPath() string
	DfgetLockPath() string
}

Dfpath is the interface used for init project path.

func New

func New(options ...Option) (Dfpath, error)

New returns a new dfpath interface.

type Option

type Option func(d *dfpath)

Option is a functional option for configuring the dfpath.

func WithCacheDir

func WithCacheDir(dir string) Option

WithCacheDir set the cache directory.

func WithCacheDirMode

func WithCacheDirMode(mode fs.FileMode) Option

WithCacheDirMode sets the cacheDir mode

func WithDataDir

func WithDataDir(dir string) Option

WithDataDir set download data directory.

func WithDataDirMode

func WithDataDirMode(mode fs.FileMode) Option

WithDataDirMode sets the dataDir mode

func WithDownloadUnixSocketPath

func WithDownloadUnixSocketPath(path string) Option

WithDownloadUnixSocketPath set unix socket path.

func WithLogDir

func WithLogDir(dir string) Option

WithLogDir set the log directory.

func WithPluginDir

func WithPluginDir(dir string) Option

WithPluginDir set plugin directory.

func WithWorkHome

func WithWorkHome(dir string) Option

WithWorkHome set the workhome directory.

func WithWorkHomeMode

func WithWorkHomeMode(mode fs.FileMode) Option

WithWorkHomeMode sets the workHome directory mode

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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