forked from tangled.org/core
this repo has no description

cleanup rename

Changed files
+2 -2
knotserver
+2 -2
knotserver/db/pubkeys.go
···
import (
"time"
-
shbild "github.com/icyphox/bild/api/bild"
)
type PublicKey struct {
Did string
-
shbild.PublicKey
}
func (d *DB) AddPublicKeyFromRecord(recordIface map[string]interface{}) error {
···
import (
"time"
+
tangled "github.com/icyphox/bild/api/tangled"
)
type PublicKey struct {
Did string
+
tangled.PublicKey
}
func (d *DB) AddPublicKeyFromRecord(recordIface map[string]interface{}) error {