mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #23] [MERGED] Refactor code with golibs #583
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/23
Author: @qdm12
Created: 11/28/2019
Status: ✅ Merged
Merged: 11/28/2019
Merged by: @qdm12
Base:
master← Head:refactor-golibs📝 Commits (2)
f0bcbb0Refactored but unstable8e71130Fixed bad parsing of custom delay📊 Changes
37 files changed (+529 additions, -1209 deletions)
View changed files
➕
.vscode/settings.json(+3 -0)📝
Dockerfile(+10 -10)📝
README.md(+9 -7)➕
cmd/updater/main.go(+108 -0)📝
go.mod(+3 -12)📝
go.sum(+85 -110)📝
internal/database/database.go(+20 -9)📝
internal/database/queries.go(+3 -3)➕
internal/env/env.go(+87 -0)📝
internal/models/history.go(+0 -0)📝
internal/models/html.go(+0 -0)📝
internal/models/ipmethod.go(+0 -0)📝
internal/models/providers.go(+0 -0)📝
internal/models/recordconfig.go(+0 -0)📝
internal/models/settings.go(+33 -10)📝
internal/models/status.go(+0 -0)📝
internal/network/publicip.go(+5 -3)➕
internal/network/requests.go(+21 -0)📝
internal/params/json.go(+18 -18)➕
internal/params/params.go(+11 -0)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.