spotifystatus

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2021 License: GPL-3.0 Imports: 3 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(appsFolder 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