mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-30 01:35:32 +00:00
Finsihed xml model & small bugfixes
This commit is contained in:
@@ -7,7 +7,7 @@ type IXMLItem interface {
|
||||
// INFO:
|
||||
// - Keys should be unique
|
||||
// - Keys[0] has the special meaning of the primary key (for FTS etc.)
|
||||
Keys() []string
|
||||
Keys() []any
|
||||
Type() string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user