[PR #23] [MERGED] Refactor code with golibs #583

Closed
opened 2025-11-20 04:25:20 -05:00 by saavagebueno · 0 comments
Owner

📋 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: masterHead: refactor-golibs


📝 Commits (2)

  • f0bcbb0 Refactored but unstable
  • 8e71130 Fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/23 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 11/28/2019 **Status:** ✅ Merged **Merged:** 11/28/2019 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `refactor-golibs` --- ### 📝 Commits (2) - [`f0bcbb0`](https://github.com/qdm12/ddns-updater/commit/f0bcbb0468879ff368b2dc6f5d7b73e835c0f346) Refactored but unstable - [`8e71130`](https://github.com/qdm12/ddns-updater/commit/8e71130f49438e044905636e093dfa3bf4ffdfa7) Fixed bad parsing of custom delay ### 📊 Changes **37 files changed** (+529 additions, -1209 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#583