control: Move serves into a separate components

This commit is contained in:
Tom Wiesing 2022-10-04 11:36:45 +02:00
parent 6f409be8b2
commit 845e927117
No known key found for this signature in database
12 changed files with 210 additions and 127 deletions

View file

@ -1,6 +1,8 @@
package config
import "strings"
import (
"strings"
)
// This file contains domain related derived configuration values.