Feature/add nameservers API endpoint (#491)

Add nameservers endpoint and Open API definition

updated open api generator cli
This commit is contained in:
Maycon Santos
2022-10-10 11:06:54 +02:00
committed by GitHub
parent 369a7ef345
commit b4e03f4616
10 changed files with 1061 additions and 120 deletions

View File

@@ -127,6 +127,7 @@ func (g *NameServerGroup) Copy() *NameServerGroup {
Description: g.Description,
NameServers: g.NameServers,
Groups: g.Groups,
Enabled: g.Enabled,
}
}