spotifystatus

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// STOCK Spotify is in original state
	STOCK int = iota
	// INVALID Apps folder is empty
	INVALID
	// APPLIED Spotify is modified
	APPLIED
	// MIXED Spotify has modified files and stock files
	MIXED
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Status added in v0.8.0

type Status interface {
	IsBackupable() bool
	IsModdable() bool
	IsStock() bool
	IsMixed() bool
	IsApplied() bool
	IsInvalid() bool
}

Status .

func Get

func Get(spotifyPath string) Status

Get returns status of Spotify's Apps folder

Jump to

Keyboard shortcuts

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