mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 01:05:32 +00:00
Lots of stuff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package xmlmodels
|
||||
|
||||
import xmlparsing "github.com/Theodor-Springmann-Stiftung/lenz-web/xml"
|
||||
import "github.com/Theodor-Springmann-Stiftung/lenz-web/xmlparsing"
|
||||
|
||||
type RefElement struct {
|
||||
Reference int `xml:"ref,attr"`
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
xmlparsing "github.com/Theodor-Springmann-Stiftung/lenz-web/xml"
|
||||
"github.com/Theodor-Springmann-Stiftung/lenz-web/xmlparsing"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"iter"
|
||||
"slices"
|
||||
|
||||
xmlparsing "github.com/Theodor-Springmann-Stiftung/lenz-web/xml"
|
||||
"github.com/Theodor-Springmann-Stiftung/lenz-web/xmlparsing"
|
||||
)
|
||||
|
||||
type Meta struct {
|
||||
@@ -82,7 +82,7 @@ func (m Meta) SendRecieved() iter.Seq[SendRecievedPair] {
|
||||
|
||||
type Action struct {
|
||||
Dates []Date `xml:"date"`
|
||||
Places []RefElement `xml:"place"`
|
||||
Places []RefElement `xml:"location"`
|
||||
Persons []RefElement `xml:"person"`
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package xmlmodels
|
||||
import (
|
||||
"sync"
|
||||
|
||||
xmlparsing "github.com/Theodor-Springmann-Stiftung/lenz-web/xml"
|
||||
"github.com/Theodor-Springmann-Stiftung/lenz-web/xmlparsing"
|
||||
)
|
||||
|
||||
var lib *Library
|
||||
|
||||
Reference in New Issue
Block a user