nidus-sync/platform/address.go
Eli Ribble e8d865d0ab
Wire up events for creating new public reports
This involved moving a lot of stuff to the platform layer since I don't
want event interfaces leaking out.

Also this includes a fix to the user authentication which I had
previously broken by making a platform-layer user object independent of
the database layer.
2026-03-13 17:56:24 +00:00

7 lines
119 B
Go

package platform
import (
"github.com/Gleipnir-Technology/nidus-sync/platform/types"
)
type Address = types.Address