Documentation
¶
Index ¶
Constants ¶
View Source
const (
GITIGNORE = ".gitignore"
)
Variables ¶
View Source
var ( GitUser string GitPassword string GitRemote string )
Persistent flags
View Source
var ErrRepoUpdated = errors.New("already up-to-date")
View Source
var PythonCmd string
View Source
var Verbose bool
Functions ¶
func BytesToNumber ¶ added in v1.0.9
func CurrentTagVersion ¶ added in v1.0.8
func DetermineDecode ¶ added in v1.0.9
func PathWithoutExt ¶ added in v1.0.9
Types ¶
type Music163 ¶ added in v1.0.9
type Music163 struct { MusicID int `json:"musicId"` MusicName string `json:"musicName"` Artist [][]interface{} `json:"artist"` AlbumID int `json:"albumId"` Album string `json:"album"` AlbumPicDocID string `json:"albumPicDocId"` AlbumPic string `json:"albumPic"` Bitrate int `json:"bitrate"` Mp3DocID string `json:"mp3DocId"` Duration int `json:"duration"` MvID int `json:"mvId"` Alias []interface{} `json:"alias"` TransNames []string `json:"transNames"` Format string `json:"format"` }
Click to show internal directories.
Click to hide internal directories.