Update cmd/plc-mirror/mirror.go
parent
4432fcea80
commit
49182413f0
|
@ -16,8 +16,8 @@ import (
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
"gorm.io/gorm/clause"
|
"gorm.io/gorm/clause"
|
||||||
|
|
||||||
"bsky.watch/plc-mirror/models"
|
"git.zio.sh/astra/plc-mirror/models"
|
||||||
"bsky.watch/plc-mirror/util/plc"
|
"git.zio.sh/astra/plc-mirror/util/plc"
|
||||||
)
|
)
|
||||||
|
|
||||||
type PLCLogEntry struct {
|
type PLCLogEntry struct {
|
||||||
|
|
Loading…
Reference in New Issue