tangled
alpha
login
or
join now
tjh.dev
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
cleanup rename
anirudh.fi
1 year ago
45fa43ea
bc7c19e9
+2
-2
1 changed file
expand all
collapse all
unified
split
knotserver
db
pubkeys.go
+2
-2
knotserver/db/pubkeys.go
···
3
3
import (
4
4
"time"
5
5
6
6
-
shbild "github.com/icyphox/bild/api/bild"
6
6
+
tangled "github.com/icyphox/bild/api/tangled"
7
7
)
8
8
9
9
type PublicKey struct {
10
10
Did string
11
11
-
shbild.PublicKey
11
11
+
tangled.PublicKey
12
12
}
13
13
14
14
func (d *DB) AddPublicKeyFromRecord(recordIface map[string]interface{}) error {