refactor: remove init functions from methods (#228)

This commit is contained in:
Stavros
2025-07-04 02:35:09 +03:00
committed by GitHub
parent 49c4c7a455
commit 1941de1125
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
}