Go to file
Florian Beisel f4b6197728
🏗️ Move calling Generate function to rules
This change moves the responsibility of calling the HostnameRule.Generate
function to the corresponding HostnameRule.{Insert,Update} functions
which will allow autonomy especially for the update functions on when
a hostname needs to be regenerated.
2024-01-21 16:00:33 +01:00
api 🎨 Refactor basic server structure 2024-01-21 14:54:34 +01:00
auth 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
config 🎨 Use os.readfile instead of ioutil 2024-01-21 14:58:27 +01:00
db 🎨 prepare to make the database name configurable 2024-01-17 22:24:18 +01:00
docs 📝 Update generated documentation with new Models 2024-01-18 00:15:14 +01:00
examples 📄 add license 2024-01-21 14:59:42 +01:00
middleware 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
models 📄 add license 2024-01-21 14:59:42 +01:00
router 🎨 Refactor basic server structure 2024-01-21 14:54:34 +01:00
rules 🏗️ Move calling Generate function to rules 2024-01-21 16:00:33 +01:00
.gitignore 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
LICENSE 📄 Add a License 2024-01-18 01:22:43 +01:00
config.example.json 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
go.mod ⬆️ Upgrade dependencies 2024-01-17 22:43:53 +01:00
go.sum ⬆️ Upgrade dependencies 2024-01-17 22:43:53 +01:00
main.go 🎨 Refactor basic server structure 2024-01-21 14:54:34 +01:00