mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #907] feat(provider): add support for Spaceship #895
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/907
Author: @amroessam
Created: 1/11/2025
Status: 🔄 Open
Base:
master← Head:add-spaceship-dns📝 Commits (5)
7eb185dAdded spaceshipc278547Added spaceship docs linkb4c51d7Resolve commentsaddbfedMake linter happy9a54732Make linter happy📊 Changes
10 files changed (+466 additions, -0 deletions)
View changed files
➕
docs/spaceship.md(+34 -0)📝
internal/provider/constants/providers.go(+2 -0)📝
internal/provider/errors/update.go(+1 -0)📝
internal/provider/provider.go(+3 -0)➕
internal/provider/providers/spaceship/createrecord.go(+55 -0)➕
internal/provider/providers/spaceship/deleterecord.go(+43 -0)➕
internal/provider/providers/spaceship/getrecord.go(+80 -0)➕
internal/provider/providers/spaceship/provider.go(+169 -0)➕
internal/provider/providers/spaceship/types.go(+18 -0)➕
internal/provider/providers/spaceship/updaterecord.go(+61 -0)📄 Description
Hey @qdm12, I'm back with another dns provider, can I please get a review 🙏🏽
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.