mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #743] [MERGED] chore(all): migrate to service architecture with github.com/qdm12/goservices #823
Reference in New Issue
Block a user
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/qdm12/ddns-updater/pull/743
Author: @qdm12
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/13/2024
Merged by: @qdm12
Base:
master← Head:service📝 Commits (7)
2b02ac1chore(main): split main function into smaller functions2343344chore(update): rename run.go to service.go6a760ccBackup servicedb202e0HTTP server service8852613Health server serviceab8f3daUpdater servicee53f537Database service📊 Changes
12 files changed (+367 additions, -315 deletions)
View changed files
📝
cmd/updater/main.go(+118 -115)📝
go.mod(+1 -1)📝
go.sum(+2 -2)➕
internal/backup/interfaces.go(+5 -0)➕
internal/backup/service.go(+97 -0)📝
internal/backup/zip.go(+6 -26)📝
internal/data/data.go(+15 -0)📝
internal/data/persistence.go(+0 -6)📝
internal/health/server.go(+10 -46)📝
internal/server/server.go(+8 -45)📝
internal/update/helpers.go(+8 -8)📝
internal/update/service.go(+97 -66)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.