refactor: remove init functions from methods

This commit is contained in:
Stavros
2025-07-04 02:29:02 +03:00
parent 49c4c7a455
commit 59d2bce189
10 changed files with 147 additions and 186 deletions

View File

@@ -69,8 +69,8 @@ type OAuthConfig struct {
AppURL string
}
// APIConfig is the configuration for the API
type APIConfig struct {
// ServerConfig is the configuration for the server
type ServerConfig struct {
Port int
Address string
}