mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #6] [MERGED] refactor: Separate some app logic into package session #179
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/6
Author: @devgianlu
Created: 10/19/2023
Status: ✅ Merged
Merged: 10/19/2023
Merged by: @devgianlu
Base:
master← Head:refactor📝 Commits (1)
8d294f7refactor: Separate some app logic into packagesession📊 Changes
10 files changed (+806 additions, -725 deletions)
View changed files
📝
cmd/daemon/controls.go(+149 -149)➖
cmd/daemon/creds.go(+0 -24)📝
cmd/daemon/main.go(+45 -47)➕
cmd/daemon/player.go(+389 -0)➖
cmd/daemon/session.go(+0 -484)📝
cmd/daemon/state.go(+20 -20)📝
session/client_token.go(+1 -1)➕
session/getters.go(+32 -0)➕
session/options.go(+40 -0)➕
session/session.go(+130 -0)📄 Description
This is a good start in refactoring the daemon app by separating the code into different packages.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.