mirror of
https://github.com/anantadwi13/dns-server-manager.git
synced 2026-04-26 05:05:52 +03:00
[PR #2] [MERGED] Update API Specification & Refactor Code #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-server-manager#6
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/anantadwi13/dns-server-manager/pull/2
Author: @anantadwi13
Created: 8/30/2021
Status: ✅ Merged
Merged: 8/30/2021
Merged by: @anantadwi13
Base:
master← Head:dev📝 Commits (4)
2e90d99refactor code30387f8update api:9922b50add specification endpoint, update readme53c4355update specification📊 Changes
14 files changed (+1261 additions, -289 deletions)
View changed files
📝
Dockerfile(+7 -3)📝
README.md(+10 -4)📝
cmd/service/main.go(+2 -1)📝
go.mod(+1 -0)📝
go.sum(+49 -3)📝
internal/domain/config.go(+1 -1)📝
internal/domain/dnsserver.go(+1 -1)📝
internal/domain/objects.go(+64 -24)➕
internal/domain/repository.go(+21 -0)📝
internal/external/bind9.go(+17 -9)➕
internal/external/http.gen.go(+381 -0)📝
internal/external/sqliterepository.go(+52 -46)📝
internal/service.go(+255 -197)➕
specification.yaml(+400 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.