Introduced basic structure

This commit is contained in:
Simon Martens
2024-11-10 00:58:23 +01:00
parent dafa217003
commit 65f8f0d8a1
8 changed files with 193 additions and 110 deletions

View File

@@ -1,8 +0,0 @@
package models
const (
// File paths
DEFAULT_GIT_DIR = "./KGPZ"
DEFAULT_GEO_DIR = "./cache_geo"
DEFAULT_GND_DIR = "./cache_gnd"
)

5
models/notes.md Normal file
View File

@@ -0,0 +1,5 @@
# Notes on xml reading
The models expect certain files and a certain file XML structure and throw quite often if the structure is not as expected.
This is by design, as the models are supposed to be used in a controlled environment. Changes in the XML schema should be reflected in the models.
All collections in the models should be kept thread-safe.