This commit is contained in:
2025-03-11 08:36:29 +02:00
parent d1163ec629
commit f23f3fbf53
6 changed files with 81 additions and 23 deletions

5
internal/config/state.go Normal file
View File

@@ -0,0 +1,5 @@
package config
type State struct {
Config *Config
}